Skip to content

Commit

Permalink
Use pdoc instead of Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvanmol committed Dec 5, 2024
1 parent 457d2b3 commit ac902aa
Show file tree
Hide file tree
Showing 52 changed files with 40 additions and 5,826 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ pytest
### Documentation

Documentation is done with [Google style docstrings](https://google.github.io/styleguide/pyguide.html) in the source code.
It can be generated using Sphinx:
It can be generated using [pdoc](https://pdoc.dev/docs/pdoc.html):

```
cd docs/
sphinx-apidoc -o source/ ../src
make html
pdoc src/cascade
```

and then opened at `docs/build/html/index.html`.

20 changes: 0 additions & 20 deletions docs/Makefile

This file was deleted.

Binary file removed docs/build/doctrees/cascade.dataflow.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/cascade.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file removed docs/build/doctrees/index.doctree
Binary file not shown.
Binary file removed docs/build/doctrees/modules.doctree
Binary file not shown.
4 changes: 0 additions & 4 deletions docs/build/html/.buildinfo

This file was deleted.

4 changes: 0 additions & 4 deletions docs/build/html/.buildinfo.bak

This file was deleted.

10 changes: 0 additions & 10 deletions docs/build/html/_sources/cascade.dataflow.rst.txt

This file was deleted.

18 changes: 0 additions & 18 deletions docs/build/html/_sources/cascade.rst.txt

This file was deleted.

20 changes: 0 additions & 20 deletions docs/build/html/_sources/index.rst.txt

This file was deleted.

7 changes: 0 additions & 7 deletions docs/build/html/_sources/modules.rst.txt

This file was deleted.

Loading

0 comments on commit ac902aa

Please sign in to comment.