mirror of
https://github.com/optim-enterprises-bv/patroni.git
synced 2026-01-02 21:14:49 +00:00
Expanding on the addition of docstrings in code, this adds python module API docs to sphinx documentation. A developer can preview what this might look like by running this locally: ``` tox -m docs ``` The option `-W` is added to the tox env so that warning messages are considered errors. Adds doc generation using the above method to the test GitHub workflow to catch documentation problems on PRs. Some docstrings have been reformatted and fixed to satisfy errors generated with the above setup.
13 lines
215 B
ReStructuredText
13 lines
215 B
ReStructuredText
.. _contributing:
|
|
|
|
Contributing
|
|
============
|
|
|
|
Resources and information for developers can be found in the pages below.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
contributing_guidelines
|
|
Patroni API docs<modules/modules>
|