Skip to main content

a python package for documentation

Project description

Mkautodocs

Mkautodocs is a Python library for documentations projects

Installation

Use the package manager pip to install mkautodocs.

pip install mkautodocs

Usage

directory_name : root folder of python file's

for example:

my_project:
     src:
        routes:
               -routes.py
        - main.py
     Dockerfile
     docker-compose.yml

for this project , our directory_name must be "src"

Creating New Documentation

mkautodocs new directory_name

It creates a folder which is name's "docs" and it contains .md files of python files

Updating Documentation

mkautodocs scan directory_name

Building Documentation

mkautodocs build

It creates static codes of md files in "site" folder and a dockerfile creating inside this folder. After that writes requirement commands inside of Dockerfile.

Warning:if you use docker-compose.yml file, You must entegrate this Dockerfile in them.

Learn package's version

mkautodocs v

WARNING

in a python file, cannot be endpoints and functions together.

MIT

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

mkautodocs-0.3.4.3.tar.gz (4.3 kB view hashes)

Uploaded Source

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