EnterpriseyIntranet / nextcloud-API

NextCloud OCS API for Python
GNU General Public License v3.0
27 stars 27 forks source link

Create standard documentation on readthedocs.org #1

Closed matejak closed 5 years ago

matejak commented 5 years ago

API documentation has a de-facto standard of readthedocs + Python Sphinx. Here is a quickstart guide: https://docs.readthedocs.io/en/latest/intro/getting-started-with-sphinx.html The basic integration is already set up: https://nextcloud-api.readthedocs.io/en/latest/

What remains to be done:

matejak commented 5 years ago

Done in #6 and #13.