Skip to content

ChameleonCloud/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chameleon Cloud's Documentation

Quickstart

Requires Python 3 and tox.

# Start dev server (refreshes output on change)
tox

# Build just HTML output
tox -- html

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
``````````