diff options
author | 2017-04-05 10:35:37 +0000 | |
---|---|---|
committer | 2017-04-05 10:35:37 +0000 | |
commit | 13dc7659e55ac6f569422fd194e35f8fdc189180 (patch) | |
tree | ce6c5b415776b546e88997812e285f32699fbf2d /CONTRIBUTING.md | |
parent | e0eb036625dc8b964033053ce7e32bfebb8ceb46 (diff) | |
parent | 8ed573c27d67bdc7bead88e960f23bdb5f0f88b0 (diff) |
Merge "Add more comprehensive document example"
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03420986..9e73df14 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -98,14 +98,7 @@ Documentation The documents are built automatically by sphinx from reStructuredText (reST). Please read [reStructuredText Primer][rp] if you are not familiar with it. -A cheat sheet for headings are as following - -* `#` with overline, for parts -* `*` with overline, for chapters -* `=`, for sections -* `-`, for subsections -* `^`, for subsubsections -* `"`, for paragraphs +Start a new document by copying an example from ``docs/example`` Frequent Asked Questions ------------------------ |