A documentation utility for generating markdowns from docstring
Project description
code2doc
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
Source Documentation
See source code documentation here.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file code2doc-0.0.4.tar.gz.
File metadata
- Download URL: code2doc-0.0.4.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93523129732535830a2ff294d23013acf12dff035815af19aba8236122b2752c
|
|
| MD5 |
66fcd4c3eb1d7ce093d867f6078d903e
|
|
| BLAKE2b-256 |
7d7996f4d5bbb3ca64e09933eb3b827ddd2915a7fc20442562dc04d3901f3529
|
File details
Details for the file code2doc-0.0.4-py3-none-any.whl.
File metadata
- Download URL: code2doc-0.0.4-py3-none-any.whl
- Upload date:
- Size: 15.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.0.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.9.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e3c6f541de6514e015557b7c7198321eab9f768cc2733452a11a5f626bbcc919
|
|
| MD5 |
bf5b66faaec1634484a9ef4ac2e4cbc6
|
|
| BLAKE2b-256 |
e3b42910c6c3eb1eae654701655bf256a06161fdf248cf657010fd5e9c85322a
|