gabrielfalcao / markment

markdown + document = markment
http://falcao.it/markment
Other
11 stars 5 forks source link

Supercharge your project's documentation

Looking for the documentation? http://falcao.it/markment

Build Status

github page

Markment reads a README.md or README.markdown finds any references to other .md or .markdown files and generates documentation for them.

Markment is mostly compatible with github-flavored markdown

Crash course in 3 simple steps

1. Install markment

pip install markment

2. Go to a project that has one or more markdown files

cd myproject

3. Run markment!

markment --output=./_generated-spec/

Done!

Features

Future

These are some goals I want to achieve with markment for the next releases.

Purpose

Markment was initially created to empower the documentation pages at octomarks.io, but only the programatic api was being used.

Until one day at Yipit I had to do a retrospective item to improve our documentation. So I went ahead and turned markment into a full documentation generator.

We have internally a lot of documentation, but it just wasn't exposed appropriately. Markment can now

You can see it livehere