forked from gulliver/rtfm
rendering from markdown documents for handbook with different documentation generators to html, pub and pdf
crowbook | ||
handbuch@cc85852f01 | ||
mdbook | ||
sphinx | ||
.gitignore | ||
.gitmodules | ||
LICENSE | ||
README.md |
rtfm
this projects is an experiment of how to generate html, epub and pdf from the git repository for the WTF Handbook. The handbuch sources are inclued as git submodule.
It contains a configuration for three different generators:
mdbook and mdbook-epub
tbd more details on README.md in mdbook directory
crowbook
tbd more details on README.md in crowbook directory
sphinx
tbd more details on README.md in sphinx directory
How to build
tbd