Skip to main content

A rapid documentation tool to blow you away.

Project description

docnado

A rapid documentation tool to blow you away.

Docnado makes it easy to start and maintain a Markdown documentation project. Store your own data your own way.

PyPI version

Basic Features

Docnado renders an adapted Markdown to provide:

  • Images, Video, YouTube links, CSV tables.
  • Code highlighting.
  • File download blocks.
  • Lists and Tables.
  • Document defined template selection.
  • Document Meta-data.
  • Auto-generated index sidebar.

Docnado can:

  • Output documents as insecure HTML on a localhost.
  • Output documents as PDF files via the HTML server.
  • Create a static set of HTML files that contain the documentation and related resources.

Advanced Features

  • Automatically find broken reference links in the generated HTML
  • Automatically find orphan files (i.e. images) that are not referenced by generated HTML

Usage

Basic usage with the default template:

python -m pip install docnado --upgrade
mkdir docs
vim docs/home.md # then add some documentation
docnado

Advanced usage with a custom templates and styles:

python -m pip install docnado --upgrade
docnado --new # copies sample style and docs into working directory
docnado # run the server

Getting Started

If you are running from the script:

python docnado.py                       # start a server on localhost:5000

python docnado.py --html                # freeze the server into a static site as a set of HTML files
                                         # this will exit with -1 if there was a problem parsing any file

python docnado.py --port                # specify a port for docnado to accept requests on

python docnado.py --pdf                 # generate a set of pdf files for each .md file - won't pull through
                                         # static resource files like with the --html command

python docnado.py --new                 # copy default templates and sample docs into the working directory
                                         # and update the config too, only if they don't already exist

python docnado.py --new-force           # copy default templates and sample docs into the working directory
                                         # and update the config too, this will overwrite any existing docs or
                                         # configs.


python docnado.py --dirs                # display all the different directories docnado will use to generate
                                         # the documentation

python docnado.py --find-orphans        # display unreferenced media assets in the documentation
python docnado.py --find-broken-links   # display external broken links in the documentation

Writing Documentation

Documents are managed using meta-data at the top of each document. Documents can select which template they present themselves with. Documents must end in lowercase .md. For example: mydocument.md.

Environment Variables

  • DN_FLASK_DEBUG flag for enabling or disabling flask debug. Defaults to TRUE.
  • DN_RELOAD_ON_CHANGES flag for reloading the server when a file changes. Defaults to TRUE.
  • DN_WKHTMLTOPDF the path to the WkHTMLtoPDF binary. Defaults to wkhtmltopdf_0.12.5.exe.
  • DN_DOCS_DIR the path to the directory that contains the documents. Defaults to docs.
  • DN_STYLE_DIR the path to the directory that contains the style templates and resources. Defaults to style.
  • DN_PROJECT_LOGO the path to the project logo PNG file. Defaults to logo.png in the current working directory.

Development

Virtual Environment

python -m virtualenv env
env/Scripts/activate.bat # or the bash equivalent
pip install -r requirements.txt
python docnado.py # with options
pip install flake8
flake8 docnado.py --max-line-length=120

WkHTMLtoPDF

To enable PDF output, WkHTMLtoPDF must be set in the config DN_WKHTMLTOPDF or wkhtmltopdf_0.12.5.exe placed in working directory.

This build uses version 0.12.5. Get it from here: https://wkhtmltopdf.org/downloads.html

SCSS

The default theme is built using SCSS.

The SASSC compiler can be found here: http://libsass.ocbnet.ch/installer/ Usage: sassc style/static/default.scss style/static/default.css

If you want it to auto-watch, run as admin from this directory, and remember to disable your browser cache:

pip install watchdog
watchmedo shell-command --patterns="*.scss" --recursive --command='echo "${watch_src_path}" && sassc style/static/default.scss style/static/default.css' .

Style

We use flake8 docnado.py --max-line-length=110 to static check the code.

Rebuilding the Package

PyPi

python -m pip install --user --upgrade setuptools wheel twine
python setup.py sdist bdist_wheel

python -m twine upload dist/*

Executable

env\Scripts\activate.bat
pip install pyinstaller
pyinstaller docnado.py

Roadmap

We are requesting pull-requests for the following features:

  • Test cases and CI steps
  • Responsive design in default template.
  • Generate a large PDF file made from multiple documents (including table of contents with page numbers).
  • Gravatar print CSS / absent internet in the default theme.
  • Examples of Python extensions and SCSS extensions.
  • New template themes.

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

docnado-1.0.1.tar.gz (10.6 MB view details)

Uploaded Source

Built Distribution

docnado-1.0.1-py3-none-any.whl (10.6 MB view details)

Uploaded Python 3

File details

Details for the file docnado-1.0.1.tar.gz.

File metadata

  • Download URL: docnado-1.0.1.tar.gz
  • Upload date:
  • Size: 10.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.2

File hashes

Hashes for docnado-1.0.1.tar.gz
Algorithm Hash digest
SHA256 488b1dcaa20a4efdf3c46afbae8518e44c8d0c414229f3c92ef7b866ce0436ac
MD5 6baab8457a9078ce3c198b128b74c1c0
BLAKE2b-256 9aaae6ea5f79da71a894f64f4c94f14fe11b9e466301a4434202c8fe11f978e0

See more details on using hashes here.

File details

Details for the file docnado-1.0.1-py3-none-any.whl.

File metadata

  • Download URL: docnado-1.0.1-py3-none-any.whl
  • Upload date:
  • Size: 10.6 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/40.4.3 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/3.6.2

File hashes

Hashes for docnado-1.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 a75b7cca65e5952088268049ceecbe09f58dcd66c05242004a7cbd95cde09706
MD5 3a184132c46464dc5344c35786e2e50f
BLAKE2b-256 0ebdeddac2099ac605eddc9ee651e4bb4d60cbde72c889099d4bf77b26c50d3c

See more details on using hashes here.

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