Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.81 KB

README.rst

File metadata and controls

70 lines (47 loc) · 1.81 KB

Chameleon Cloud's Documentation

Quickstart

Requires Python 3 and tox.

# Start dev server (refreshes output on change)
tox

# Build just HTML output
tox -- html

NOTE: add an empty .nojekyll file to the final html folder for github pages to load css files.

reStructuredText help

rST is a bit more onerous than Markdown, but it includes more advanced features like inter-page references/links and a suite of directives.

Heading styles

RST supports arbitrary heading styles; the parser will treat the first style it encounters as an h1 heading, the second an h2 heading, and so on. Here are the recommended heading styles you can use:

==============
Title heading
==============

h1 heading
==========

h2 heading
----------

h3 heading
~~~~~~~~~~

h4 heading
^^^^^^^^^^

h5 heading
``````````