Skip to content

cdnzz/python-auto-doc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Python Auto Doc

Python Sphinx document auto generator

Code Tree:

--autodoc.py
--doc
--src
  |
  --__init__.py

__init__.py at root of src must contains some property, For example:

__version__ = '0.1'
__author__ = ['Rebill']
__description__ = 'Style Guide for Python Code'
__dependent_3rd__ = {
    'gevent': 'http://www.gevent.org/'
}

Requirement

sphinx: http://sphinx.pocoo.org/

Sphinx Themes

celery: https://github.com/cdnzz/celery-sphinx-themes

flask: https://github.com/cdnzz/flask-sphinx-themes

Code Style

Python Style Guide: https://github.com/cdnzz/python-style-guide

About

Python Sphinx document auto generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages