Docta is a new healing docs kit.
Technically speaking, it's a static-site generator slightly focused on building documetation.
Project homepage: http://docta.05bit.com
Current version: 0.2.4a from 2015 Aug 14 powered by Mistune or 0.2.3 running Misaka.
Easiest way to install is via pip:
$ pip install doctaSetup a new project:
$ mkdir docs
$ cd docs
$ docta initThat's it! Project is ready for building!
$ docta build
$ docta serve --watchAfter running build and serve commands you should see something like:
Serving directory: /home/user/docs/_html
Running at http://127.0.0.1:8000
23 April 2014 - 02:14:36Thats it! You may edit or create .md files, starting from index.md with your favorite text editor.
Docta is distributed for free and its source code is licensed under the BSD 3-Clause License.