Metadata-Version: 2.1
Name: teedoc
Version: 1.0.0
Summary: doc site generator with multiple doc support
Home-page: https://github.com/Neutree/teedoc
Author: Neucrack
Author-email: CZD666666@gmail.com
License: MIT
Description: teedoc
        ===========
        
        
        documentation generate tool from markdown and jupyter notebook to html
        
        
        ## Usage
        
        Only support `Python3`
        
        ### Install
        
        ```
        pip install teedoc
        ```
        
        ### Get template
        
        ```
        git clone https://github.com/Neutree/teedoc
        ```
        
        ```
        cd example/teedoc_site
        teedoc install
        teedoc build
        teedoc serve
        ```
        
        After show `Starting server at 0.0.0.0:2333 ....`
        Open brower visit: [http://127.0.0.1:2333](http://127.0.0.1:2333)
        
        
        
        
Keywords: doc website markdown jupyter notbook generator teedoc
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
