Tools to generate documentation.


Keywords
documentation, dactyl, markdown, pdf-generation
License
MIT
Install
pip install dactyl==0.15.4

Documentation

Dactyl

Documentation tools for enterprise-quality documentation from Markdown source. Dactyl has advanced features to enable single-sourcing and an extensible syntax for building well-organized, visually attractive docs. It generates output in HTML (natively), and can make PDFs if you have Prince installed.

Installation

Dactyl requires Python 3. Install with pip:

sudo pip3 install dactyl

Or a local install in a virtualenv:

# Create an activate a virtualenv so the package and dependencies are localized
virtualenv -p `which python3` venv_dactyl
source venv_dactyl/bin/activate
pip3 install dactyl

Documentation

Dactyl's documentation is built from this repository's examples/ section. You can see the finished version at:

https://dactyl.link