Skip to content

Commit

Permalink
Docs notes
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Nov 6, 2024
1 parent b8acef1 commit 6b77a59
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions DEV_NOTES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Development Notes

## Testing Sphinx documentation build

```
> sphinx-autobuild docs docs/_build
```

Then access <http://127.0.0.1:8000/>

Some RTD examples using sphinx:
* <https://sphinxcontrib-napoleon.readthedocs.io/en/latest/example_numpy.html>
* <https://simpy.readthedocs.io/en/latest/index.html>
* <https://apt-team.pages.debian.net/python-apt/library/index.html>

0 comments on commit 6b77a59

Please sign in to comment.