RETIRED, Fuel Documentation
Go to file
Pavel Lechenko e95de7e398 RelNotes updated 2013-08-08 03:31:27 +04:00
_fonts changed images, added font configs 2013-08-05 18:16:41 +04:00
_images rescaled network-settings.jpg 2013-08-07 21:57:19 +04:00
_static Prepared for PDF 2013-08-05 02:55:26 +04:00
_templates Styling 2013-08-07 21:24:23 +04:00
pages RelNotes updated 2013-08-08 03:31:27 +04:00
relnotes Added RelNotes PDF generation 2013-08-07 23:18:22 +04:00
.gitignore changed images, added font configs 2013-08-05 18:16:41 +04:00
LICENSE updated for 3.1 2013-07-23 20:47:18 +04:00
Makefile Added RelNotes PDF generation 2013-08-07 23:18:22 +04:00
README.md fixed spacing and line brakes in code examples 2013-08-05 11:27:52 -07:00
about-fuel.rst Reindex, remove CLI orchestation, cherry-picked Tyler's and aglarendil's changes 2013-08-07 16:05:51 +04:00
conf.py RelNotes updated 2013-08-08 03:31:27 +04:00
contents.rst docs restructured. grammar and syntax fixes 2013-08-07 14:04:33 +04:00
copyright.rst docs restructured. grammar and syntax fixes 2013-08-07 14:04:33 +04:00
frequently-asked-questions.rst Multiople cosmetics 2013-08-07 19:11:56 +04:00
index.rst Reindex, remove CLI orchestation, cherry-picked Tyler's and aglarendil's changes 2013-08-07 16:05:51 +04:00
installation-fuel-cli.rst Reindex, remove CLI orchestation, cherry-picked Tyler's and aglarendil's changes 2013-08-07 16:05:51 +04:00
installation-fuel-ui.rst docs restructured. grammar and syntax fixes 2013-08-07 14:04:33 +04:00
pdf_index.rst Reformatting, reimaging, HA notes, etc... 2013-08-06 22:28:38 +04:00
production-considerations.rst docs restructured. grammar and syntax fixes 2013-08-07 14:04:33 +04:00
reference-architecture.rst moved ha notes to faq 2013-08-07 19:12:52 +04:00
release-notes.rst docs restructured. grammar and syntax fixes 2013-08-07 14:04:33 +04:00
requirements.txt Cosmetics 2013-07-23 21:21:29 +04:00

README.md

FUEL™ for OpenStack Documentation

This repository contains the FUEL™ for OpenStack user and administrator guides. For more details, see the FUEL™ for 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 #openstack-fuel 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 Sphinx and necessary extensions:

sudo easy_install -U Sphinx
sudo easy_install -U cloud_sptheme
sudo easy_install -U sphinxcontrib-fancybox
sudo easy_install -U rst2pdf
sudo easy_install -U sphinxcontrib-blockdiag
sudo easy_install -U sphinxcontrib-actdiag
sudo easy_install -U sphinxcontrib-seqdiag
sudo easy_install -U sphinxcontrib-nwdiag
sudo easy_install -U sphinxcontrib-plantuml

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

To install PlantUML you run this wget process:

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

To edit SVG images we use Inkscape 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