help wanted
Repository metrics
- Stars
- (41 stars)
- PR merge metrics
- (PR metrics pending)
Description
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)