Skip to content
/ dactyl Public

Tools to make enterprise documentation from Markdown sources.

License

Notifications You must be signed in to change notification settings

ripple/dactyl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9f2e3a4 · Aug 30, 2022
Aug 30, 2022
Jan 27, 2022
Jan 13, 2022
Jun 4, 2020
May 19, 2020
Feb 18, 2017
Jan 13, 2022
Aug 30, 2022
Aug 30, 2022
Feb 17, 2017
Sep 3, 2020

Repository files navigation

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