3b75d900f6
* Added: Sphinx configuration including readthedocs config * Added: Sphinx fabric task to auto-document the project * Fixed: Some issues in the code causing autodoc to fail when parsing * Added: Manual docs - structure, proof of concepts and RsT examples * Fixed: RsT formatting in docstrings * Fixed: Some adjacent minor style and lint issues
26 lines
678 B
ReStructuredText
26 lines
678 B
ReStructuredText
Contributing
|
|
============
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:glob:
|
|
|
|
contribute.dir/*
|
|
|
|
|
|
- Report_
|
|
- Develop_(develop)
|
|
- Translate_
|
|
- Donate_
|
|
- Fork the code and open a PR_ on github
|
|
- Search the `issue tracker` on github or open a new issue
|
|
- Send bug report to the chan
|
|
|
|
.. _Report: https://github.com/Bitmessage/PyBitmessage/issues
|
|
.. _Develop: https://github.com/Bitmessage/PyBitmessage
|
|
.. _Translate: https://www.transifex.com/bitmessage-project/pybitmessage/
|
|
.. _Donate: https://tip4commit.com/github/Bitmessage/PyBitmessage
|
|
.. _PR: https://github.com/Bitmessage/PyBitmessage/pulls
|
|
.. _`issue tracker`: https://github.com/Bitmessage/PyBitmessage/issues
|
|
contributing/*
|