Skip to content

Commit ad8d9c7

Browse files
add examples
1 parent 66c0be6 commit ad8d9c7

File tree

6 files changed

+1736
-1068
lines changed

6 files changed

+1736
-1068
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ docs: install ## generate docs
5656
#find ahead/ -name "*.py" -exec autopep8 --max-line-length=80 --in-place {} +
5757
R_HOME=$(shell R RHOME) pdoc -t docs ahead/* --output-dir ahead-docs
5858
find . -name '__pycache__' -exec rm -fr {} +
59-
cp -rf ahead-docs/* ../../Pro_Website/Techtonique.github.io/ahead
59+
#cp -rf ahead-docs/* ../../Pro_Website/Techtonique.github.io/ahead_python
6060

6161
servedocs: install ## compile the docs watching for change
6262
#pip install black pdoc
@@ -78,7 +78,7 @@ install: clean ## install the package to the active Python's site-packages
7878
pip install -e .
7979

8080
build-site: docs ## export mkdocs website to a folder
81-
cp -rf ahead-docs/* ../../Pro_Website/Techtonique.github.io/ahead
81+
cp -rf ahead-docs/* ../../Pro_Website/Techtonique.github.io/ahead_python
8282
find . -name '__pycache__' -exec rm -fr {} +
8383

8484
run-custom: ## run all custom examples with one command

0 commit comments

Comments
 (0)