Skip to main content

Generate a Markdown Documentation file from a Python Repository with DocStrings.

Project description

GenDoc

Generate a Markdown Documentation file from a Python Repository with docstrings.

Installation

  1. From PIP (recommended)
pip install gendoc
--
pip3 install gendoc
  1. From source
    1. Clone this repo
    2. Install requirements.txt

Use

GenDoc is a CLI based application using ArgParse. After installation, you can use any of the following flags in your terminal:

--n -> Project Name (included in Docs)
--v -> Version Number (included in Docs) (Project Name required to use)
--f -> PATH to files you want to include in the generation
--d -> PATH to the parent directory of the codebase (used only without --f)
--o -> PATH to the output Markdown file
--e -> Message for function without a DocString (enter 0 to exclude functions without a DocString entirely)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

GenDoc-0.0.3.tar.gz (4.4 kB view hashes)

Uploaded Source

Built Distribution

GenDoc-0.0.3-py3-none-any.whl (4.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page