Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Ryanb58/tdoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TDoc

A python documentation generator.

Installation

pip install tdoc

https://pypi.python.org/pypi/tdoc

Generate the markdown documentation.

tdoc generate --folder ./testfiles

Run a local webserver to view your documentation.

tdoc serve

Non Auto Generated Docs:

To include custom markdown files simply create a folder called default_docs and place any and all markdown files inside of it. This directory will be copied over into the docs folder before any auto generation.

Screenshot of Results using the Material Theme:

Screen Shot

Installing As Editable:

pip install --editable .

About

Python documentation generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published