Skip to content

Latest commit

 

History

History
48 lines (28 loc) · 775 Bytes

README.rst

File metadata and controls

48 lines (28 loc) · 775 Bytes

Doker

Doker stands for document maker.

Installation

Run in console:

python3 -m pip install doker --user

Usage

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.

Deeper diving

See examples for most popular use cases.

Documentation

Read the user's manual for usage details.

License

Source code is licensed under MIT license.