An open API service indexing awesome lists of open source software.

https://github.com/eeholmes/readthedoc-test


https://github.com/eeholmes/readthedoc-test

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

Template for the Read the Docs tutorial
=======================================

Automatic documentation generation using [Sphinx-docs](https://www.sphinx-doc.org/en/master/). I happen to be using a Readthedocs theme but there are many you can use. See the Sphinx documentation.

My repo has a GitHub Action set up to build the documentation on any push to the main branch. My repo is modeled off: https://github.com/maltfield/rtd-github-pages

Reference for simple Sphinx with sphinx-apidoc https://shunsvineyard.info/2019/09/19/use-sphinx-for-python-documentation

Using this auto generation: https://sphinx-autoapi.readthedocs.io/en/latest/index.html
```
pip install sphinx-autoapi
```