提交 59bd68a9 编写于 作者: V Varuna Jayasiri

old pages make

上级 d3734394
......@@ -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/##//'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册