django-inspectional-registration
django-inspectional-registration copied to clipboard
RFC: Improve doc
Like https://github.com/lambdalisue/django-inspectional-registration/issues/11#issuecomment-189370666
But....... Well........ English.....
How to add document
From source code
-
Write
docstringto source code files likeregistration/backends/defalt/__init__.py -
Run
$ sphinx-apidoc -f -o docs/ src $ (cd docs; make html)
Document
- Write reStructuredText like
docs/about_registration_supplement.rst - Run
$ (cd docs; make html)
I will help with this.
Are the rst automatically generated? If they are, how to rebuild them?
Thanks for the contribution!
If you modify docstring in source code, you need to run
$ sphinx-apidoc -f -o docs/ src
To apply the changes ;-)