From 59bd68a9275029c6dbd538b2e7844ee486137381 Mon Sep 17 00:00:00 2001 From: Varuna Jayasiri Date: Fri, 22 Jan 2021 16:38:44 +0530 Subject: [PATCH] old pages make --- Makefile | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 18dbdee4..5ff9db25 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ clean: ## Clean rm -rf dist rm -rf build rm -rf *.egg-info - rm -rf html + rm -rf docs build: clean ## Build PIPy Package python setup.py sdist bdist_wheel @@ -23,7 +23,12 @@ uninstall: ## Uninstall pip uninstall labml_nn docs: ## Render annotated HTML - cd labml_nn; pylit --remove_empty_sections --title_md -t ../../../pylit/templates/nn -d ../html -w * + cd labml_nn; pylit --remove_empty_sections --title_md -t ../../../pylit/templates/nn -d ../docs -w * + +pages-old: ## Copy to lab-ml site + pylit --remove_empty_sections --title_md -t ../../pylit/templates/nn -d html labml_nn + @cd ../pages; git pull + cp -r html/* ../pages/ help: ## Show this help. @fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' -- GitLab