View on GitHub
 (3 comments) (0 reactions) (0 assignees)Python (24 forks)github user discovery
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
  1. Write docstring to source code files like registration/backends/defalt/__init__.py

  2. Run

    $ sphinx-apidoc -f -o docs/ src
    $ (cd docs; make html)
    
Document
  1. Write reStructuredText like docs/about_registration_supplement.rst
  2. Run $ (cd docs; make html)

Contributor guide