Doker stands for document maker.
Run in console:
python3 -m pip install doker --user
Create minimal.yaml
:
root: .
Create main.rst
:
Minimal Document
================
**Hello**, *world*!
And run in console:
doker --pdf minimal
Find minimal.pdf
in the current directory.
See examples for most popular use cases.
Read the user's manual for usage details.
Source code is licensed under MIT license.