RETIRED, Fuel Documentation
Go to file
Meg McRoberts f1109703e2 Fix broken link to Havana 2013.2.1 Release Notes
Change-Id: I34ebab4dd6c2aff8ebb3ff6bdca56adc2e6afdda
Closes-Bug: 1342435
2014-08-01 17:19:09 -07:00
_fonts changed images, added font configs 2013-08-05 18:16:41 +04:00
_images Add OpenStack Patching Quick Reference Guide 2014-01-23 09:22:52 -08:00
_static Provide patches for NIC bond examples 2013-12-27 21:02:22 +04:00
_templates Updated PDF cover and version 2013-12-06 15:23:24 +02:00
contents Add OpenStack Patching Quick Reference Guide 2014-01-23 09:22:52 -08:00
pages Fix broken link to Havana 2013.2.1 Release Notes 2014-08-01 17:19:09 -07:00
pdf Add OpenStack Patching Quick Reference Guide 2014-01-23 09:22:52 -08:00
relnotes Split the RelNotes content into a set of files 2014-01-02 06:38:25 +04:00
.gitignore Use SVG graphics in HTML docs 2013-12-11 17:27:32 -08:00
.gitreview Added .gitreview file which points to OpenStack gerrit 2013-12-10 12:01:28 +04:00
LICENSE updated for 3.1 2013-07-23 20:47:18 +04:00
Makefile Split the RelNotes content into a set of files 2014-01-02 06:38:25 +04:00
README.md Use SVG graphics in HTML docs 2013-12-11 17:27:32 -08:00
common_conf.py Update version to 4.0 2013-12-24 18:09:34 +04:00
conf.py Move common config params to a separate file 2013-12-09 23:58:12 +02:00
contents.rst Add OpenStack Patching Quick Reference Guide 2014-01-23 09:22:52 -08:00
eula.rst restructured the repository, fixed issue with PDF generation 2013-10-02 23:58:16 -07:00
frequently-asked-questions.rst modified conf.py, reorganized the html output 2013-08-29 20:04:11 -07:00
index.rst Add OpenStack Patching Quick Reference Guide 2014-01-23 09:22:52 -08:00
install-guide.rst added Matt's changes for preinstall guide 2013-11-01 16:54:22 +04:00
openstack-patch-quick-ref.rst Add OpenStack Patching Quick Reference Guide 2014-01-23 09:22:52 -08:00
pre-install-guide.rst added Matt's changes for preinstall guide 2013-11-01 16:54:22 +04:00
reference-architecture.rst Add info about NIC bonding using OVS 2013-12-25 02:58:35 +04:00
release-notes.rst Add Release Notes for Mirantis OpenStack v4 2013-12-26 13:26:29 -05:00
requirements.txt Cosmetics 2013-07-23 21:21:29 +04:00
user-guide.rst Documentation update 2013-12-24 14:56:37 +04:00

README.md

Mirantis OpenStack Documentation

This repository contains the Mirantis OpenStack user and administrator guides. For more details, see the Mirantis OpenStack portal.

Contributing

We welcome all people who are interested in helping our Documentation team to improve our documentation. There are no formal membership requirements, so feel free to hop in. The best way to contibute is to fork our repository, do your changes and send us a Pull Request. You are invited to contribute any type of contribution like new ideas, testing, and even deployment scripts.

We also have an IRC channel at #fuel & #fuel-dev on irc.freenode.net where you can ask questions and give feedback.

Prerequisites

Sphinx Documentation Generator must be installed to build the documentation. Please note that easy_install is a component of Python's Setup Tools package, which is commonly an optional install on most distributions.

To get started, you need to install all necesasary tools:

sudo apt-get install git python-pip python-dev make imagemagick libjpeg-dev

And Sphinx necessary extensions:

sudo pip install -r requirements.txt

In addition to these eggs you will need to install PlantUML, ImageMagick, and Inkscape.

To install PlantUML you run this wget process:

sudo wget \
http://sourceforge.net/projects/plantuml/files/plantuml.jar/download \
-O /sbin/plantuml.jar

PlantumUML requires java: sudo apt-get install openjdk-7-jre

We use Inkscape to edit SVG images and convert them to PDF but you may use any other SVG-capable tool you like. We're not picky.

Building

To build a guide in HTML format, go to its directory and then run the make command in that directory, like so:

make html

To generate the PDF file run this:

make pdf

You will find generated HTML documentation at:

_build/html

You will find generated PDF documentation at:

_build/pdf

To generate the Release Rotes PDF file run this:

make rnpdf

You will find generated Release Notes PDF at:

_build/pdf