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

Latest commit

 

History

History
42 lines (26 loc) · 743 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 743 Bytes

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 .