~lutostag/ubuntu/trusty/maas/1.5.4+keystone

« back to all changes in this revision

Viewing changes to templates/doc.txt

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-04-12 16:46:22 UTC
  • mto: (20.1.1 quantal) (1.2.1)
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: package-import@ubuntu.com-20120412164622-laz1qoxycfrddka0
Tags: upstream-0.1+bzr462+dfsg
ImportĀ upstreamĀ versionĀ 0.1+bzr462+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. -*- mode: rst -*-
 
2
 
 
3
**************
 
4
Document Title
 
5
**************
 
6
 
 
7
 
 
8
Section
 
9
=======
 
10
 
 
11
 
 
12
Subsection
 
13
----------
 
14
 
 
15
Leave two empty lines before section headings.
 
16
 
 
17
 
 
18
Subsubsection
 
19
^^^^^^^^^^^^^
 
20
 
 
21
Typically 2 spaces are used to indent blocks.
 
22
 
 
23
  Like this.
 
24
 
 
25
Building is simple::
 
26
 
 
27
  $ make doc
 
28
 
 
29
will do everything, even in a fresh checkout, but on subsequent
 
30
iterations::
 
31
 
 
32
  $ bin/sphinx
 
33
 
 
34
is quicker.
 
35
 
 
36
Also see `the Sphinx docs <http://sphinx.pocoo.org/rest.html>`_.