RETIRED, Fuel Documentation
Go to file
2013-08-04 20:47:10 +04:00
_images Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
_static Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
_templates/mirantis Stretch view, Mirantis header and footer are 960px max 2013-07-31 20:06:40 +04:00
pages Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
.gitignore Miratis style with header and footer 2013-07-31 17:54:50 +04:00
0020-about-fuel.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
0030-release-notes.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
0040-reference-architecture.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
0045-installation-fuel-ui.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
0050-installation-fuel-cli.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
0055-production-considerations.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
0058-advanced-configuration.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
0060-frequently-asked-questions.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
common_conf.py updated for 3.1 2013-07-23 20:47:18 +04:00
conf.py Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
contents.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
copyright.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
index.rst Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
LICENSE updated for 3.1 2013-07-23 20:47:18 +04:00
Makefile updated for 3.1 2013-07-23 20:47:18 +04:00
README.md Hard merge with Mirantis/fuel-docs -> fuel-3.1 branch 2013-08-04 20:47:10 +04:00
requirements.txt Cosmetics 2013-07-23 21:21:29 +04:00

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

Plus you will need to install PlantUML and ImageMagick.

To install PlantUML you should do:

  sudo wget http://sourceforge.net/projects/plantuml/files/plantuml.jar/download /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