HiveMinds / HiveMinds/python-template
Allow adding additional documentation that is added to the auto-generated `.py` file documentation.
Abierto
- Lenguaje dominante
- Python
- Estrellas
- 0
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
### Include .py file example
To add a file in `src/jsonmodipy/helper.py` you
create a `docs/source/some_name.rst` file with content:
```rst
.. _helper-module:
Helper Module
===============
.. automodule:: jsonmodipy.helper
:members:
:undoc-members:
:show-inheritance:
And here you can just type additional text that will be displayed on the site.
```
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.