Skip to content

Commit

Permalink
cleaning and updating documentation (#34)
Browse files Browse the repository at this point in the history
* remove the old python documentation as it is now integrated into the sphinx documentation

* raise errors if the notebooks does not run correctly

* use sphinx-proofs in the theory section

* test for pydocstyle in CI

* various docstrings improvements

* update tutorials

* add systole and bokeh to docs requirements
  • Loading branch information
LegrandNico authored Feb 21, 2023
1 parent 3110477 commit e710f17
Show file tree
Hide file tree
Showing 119 changed files with 1,085 additions and 33,020 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,10 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install isort==5.10.1 flake8 black==22.12.0
- name: Run tests and coverage
pip install isort==5.10.1 flake8 black==22.12.0 pydocstyle==6.3.0
- name: Run linting
run: |
flake8 ./pyhgf/
black ./pyhgf/
isort ./pyhgf/
pydocstyle pyhgf/. --ignore=D213,D100,D203,D104
322 changes: 0 additions & 322 deletions docs/old/chapters/appendix.tex

This file was deleted.

346 changes: 0 additions & 346 deletions docs/old/chapters/continuoustime.tex

This file was deleted.

47 changes: 0 additions & 47 deletions docs/old/chapters/genmodel.tex

This file was deleted.

17 changes: 0 additions & 17 deletions docs/old/chapters/implementation.tex

This file was deleted.

51 changes: 0 additions & 51 deletions docs/old/chapters/node.tex

This file was deleted.

Loading

0 comments on commit e710f17

Please sign in to comment.