i18n/doc/source/about.rst
Akihiro Motoki 16aadf6924 Fix typos and translation builds
We sometimes received random non-throughout typo fixes,
so it would be helpful to check typos throughoutly.

Co-Authored-By: Frank Kloeker <f.kloeker@telekom.de>

Change-Id: Ib4727ea7e48b3c6153b01b2a5572efcb3f054a4e
2019-01-25 14:03:46 +01:00

1.5 KiB

About this guide

This page describes the conventions and tips on writing this guide itself.

Convention

The guide is written in reStructuredText (RST) markup syntax with Sphinx extensions. Most conventions follow those of the openstack-manuals project.

The followings are useful links when writing documents in RST.

Titles

The convention for heading levels is as follows:

=========
Heading 1
=========

Overline and underline with equal signs for heading 1 sections.
This level is reserved for the title in a document.

Heading 2
---------

Underline with dashes for heading 2 sections.

Heading 3
~~~~~~~~~

Underline with tildes for heading 3 sections.

Translation

This guide itself is I18n-ed and you can translate it into your language. To translate it, visit i18n project in Zanata. Document doc in i18n project corresponds to this guide. You can translate it in the same way as you do for other projects like dashboard or manuals. Once the translation progress becomes higher than the threshold (For more information on the threshold, see translation-jobs), the translated version of the guide will be published.