queertypes / python-openstack-and-you

A guide to the python and Openstack development ecosystems.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python, Openstack, and You

A guide to the Python and Openstack development ecosystems. (WIP!)

Build

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

PDF

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.

Other Formats

pandoc supports an amazing number of formats. The build process is generally:

$ pandoc --toc guide.md -o guide.<format>

License

Python, Openstack, and You is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

A guide to the python and Openstack development ecosystems.

License:Other