Metadata-Version: 1.1
Name: make_GitHub_doc_PyPI
Version: 0.0.4
Summary: make GitHub doc PyPI (pydoc to markdown, rst and html)
Home-page: https://github.com/HatsuneMiku/make_GitHub_doc_PyPI
Author: 999hatsune
Author-email: 999hatsune@gmail.com
License: BSD License
Download-URL: https://pypi.python.org/packages/source/m/make_GitHub_doc_PyPI/make_GitHub_doc_PyPI-0.0.4.tar.gz
Description: make\_GitHub\_doc\_PyPI
        =======================
        
        make GitHub doc PyPI (pydoc to markdown, rst and html)
        
        Package Documentation
        
        -  GitHub wiki (module doc)
           https://github.com/HatsuneMiku/make\_GitHub\_doc\_PyPI/wiki/module\_make\_GitHub\_doc\_PyPI
        
        -  GitHub repository
           https://github.com/HatsuneMiku/make\_GitHub\_doc\_PyPI
        
        -  PyPI https://pypi.python.org/pypi/make\_GitHub\_doc\_PyPI
        
        Usage
        -----
        
        ::
        
            git clone https://github.com/YOUR_ACCOUNT/YOUR_REPOSITORY.git YOUR_REPOSITORY
            cd YOUR_REPOSITORY
            echo YOUR_ACCOUNT > mkdoc.cf
            echo YOUR_REPOSITORY >> mkdoc.cf
            python mkdoc.py
        
        
Keywords: documentation github doc PyPI pydoc markdown rst html
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Requires: pyandoc
