Skip to content

Commit bcdc883

Browse files
align wih R version 2.6.0
1 parent 705f5fa commit bcdc883

File tree

13 files changed

+10
-303
lines changed

13 files changed

+10
-303
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ instance/
6464
.scrapy
6565

6666
# Sphinx documentation
67+
docs/
68+
learningmachine-docs/
6769
docs/_build/
6870

6971
# PyBuilder

Makefile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ docs: install ## generate docs
5858
pip install black pdoc
5959
black learningmachine/* --line-length=80
6060
find learningmachine/ -name "*.py" -exec autopep8 --max-line-length=80 --in-place {} +
61+
export PDOC_ALLOW_EXEC=1; \
6162
pdoc -t docs learningmachine/* --output-dir learningmachine-docs
6263
find . -name '__pycache__' -exec rm -fr {} +
6364

6465
servedocs: install ## compile the docs watching for change
6566
pip install black pdoc
6667
black learningmachine/* --line-length=80
6768
find learningmachine/ -name "*.py" -exec autopep8 --max-line-length=80 --in-place {} +
69+
export PDOC_ALLOW_EXEC=1; \
6870
pdoc -t docs learningmachine/*
6971
find . -name '__pycache__' -exec rm -fr {} +
7072

@@ -82,8 +84,8 @@ install: clean ## install the package to the active Python's site-packages
8284
##python3 -m black learningmachine --line-length 80
8385
python3 -m pip install .
8486

85-
build-site: docs ## export mkdocs website to a folder
86-
cp -rf learningmachine-docs/* ../../Pro_Website/Techtonique.github.io/learningmachine
87+
build-site: docs ## export docs website to a folder
88+
cp -rf learningmachine-docs/* ../../Pro_Website/Techtonique.github.io/learningmachine_python
8789
find . -name '__pycache__' -exec rm -fr {} +
8890

8991
run-examples: ## run all examples with one command

docs/Makefile

Lines changed: 0 additions & 20 deletions
This file was deleted.

docs/conf.py

Lines changed: 0 additions & 162 deletions
This file was deleted.

docs/contributing.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/history.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/index.rst

Lines changed: 0 additions & 19 deletions
This file was deleted.

docs/installation.rst

Lines changed: 0 additions & 51 deletions
This file was deleted.

docs/make.bat

Lines changed: 0 additions & 36 deletions
This file was deleted.

docs/readme.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)