Skip to main content

A documentation utility for generating markdowns from docstring

Project description

code2doc

Upload Python Package

A simple documentation utility that takes the docstring from the files, functions and classes and creates markdown files.


Getting Started

Requires: python 3.6+

Installing

code2doc is available on PyPi and can be easily installed using pip.

pip install code2doc

If you already have code2doc and want to update to a newer version

pip install -U code2doc

You can get the cutting edge version directly from dev branch (this can be unstable)

pip install git+https://github.com/rahulsrma26/code2doc

Running

Assuming you have all the source code in src/your_module directory in the current working directory then you can directory build docs using

code2doc build -m ./src/your_module

Build options can be customized using command line or code2doc.ini file. To create code2doc.ini file in the current working directory use

code2doc init

For additional help see code2doc.ini file and use help commands and sub-commands.

code2doc -h

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

code2doc-0.0.3.tar.gz (12.2 kB view hashes)

Uploaded Source

Built Distribution

code2doc-0.0.3-py3-none-any.whl (15.6 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