Open lambdalisue opened 8 years ago
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 ;-)
Like https://github.com/lambdalisue/django-inspectional-registration/issues/11#issuecomment-189370666
But....... Well........ English.....
How to add document
From source code
docstring
to source code files likeregistration/backends/defalt/__init__.py
Run
Document
docs/about_registration_supplement.rst
$ (cd docs; make html)