Skip to main content

Documentation Tools for the Devapp Framework

Project description

docutools

docs  package  discuss  pipeline  coverage  statements  code style

Documentation building tools

{: style="width:1550px" }

Requirements

docutools requires Python 3.6 or above.

To install Python 3.6, I recommend using pyenv.
# install pyenv
git clone https://github.com/pyenv/pyenv ~/.pyenv

# setup pyenv (you should also put these three lines in .bashrc or similar)
export PATH="${HOME}/.pyenv/bin:${PATH}"
export PYENV_ROOT="${HOME}/.pyenv"
eval "$(pyenv init -)"

# install Python 3.6
pyenv install 3.6.12

# make it available globally
pyenv global system 3.6.12

Installation

With pip:

python3.6 -m pip install docutools

With pipx:

python3.6 -m pip install --user pipx

pipx install --python python3.6 docutools

Last modified: Fri Dec 18 13:32:05 2020


Last modified: Sun Apr 18 22:48:03 2021

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

docutools-2021.5.13.tar.gz (192.7 kB view hashes)

Uploaded Source

Built Distribution

docutools-2021.5.13-py3-none-any.whl (210.0 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