ripple / dactyl

Tools to make enterprise documentation from Markdown sources.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tools to make enterprise documentation from Markdown sources.

License:MIT License


Languages

Language:Python 77.9%Language:SCSS 13.5%Language:HTML 8.6%