Skip to content

doker-project/doker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.