A guide to the Python and Openstack development ecosystems. (WIP!)
This project uses pandoc for generating the guide. You can either use your distribution's package manager to install pandoc directly, or you can install haskell-platform and then:
$ cabal update
$ cabal install pandoc
If you have a LaTeX environment set up, you can do the following to produce a PDF:
$ cd src
$ pandoc --toc guide.md -o guide.pdf
The ---toc
flag generates a table of contents. This may be
omitted, as the Table of Contents is still embedded in the metadata
for the guide, thanks to pandoc magic.
pandoc supports an amazing number of formats. The build process is generally:
$ pandoc --toc guide.md -o guide.<format>
Python, Openstack, and You is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.