You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/Editing-the-Wiki.md
+42-6
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,21 @@ Sphinx is a widely-adopted structured documentation tool, which scales well even
7
7
is used to build [python's documentation](https://docs.python.org/3/), the [linux kernel documentation](https://docs.kernel.org/), and
8
8
the [numpy documentation](https://numpy.org/doc/stable/).
9
9
10
-
###Markdown
10
+
## Markdown
11
11
12
12
Markdown is the preferred format, although any format supported by sphinx can be used if needed for example ReST or MediaWiki may be useful if moving documentation from other sources.
13
13
14
14
For a 3-minute introduction to Markdown see ['Mastering Markdown'](https://guides.github.com/features/mastering-markdown/).
15
15
16
-
###Page Titles
16
+
## Page Titles
17
17
18
18
A top-level heading (e.g. `#` markdown header) is used as the page title. **A page should only have one title** (at the top) - otherwise multiple links to that
19
19
page will appear in the navigation structure. Subsections within a page should use sub-headers like `##` or `###`.
20
20
21
21
The page title is independent from the filename of the markdown file - however, for clarity, choose to use similar titles and
22
22
filenames wherever possible.
23
23
24
-
###Adding & editing pages
24
+
## Adding & editing pages
25
25
26
26
For simple edits to existing pages, editing can be done via the github interface. There is an "edit on github" button at
27
27
the top of every page, which will take you to the relevant page in github to edit it.
@@ -36,7 +36,7 @@ Some sphinx `toctrees` (Table-of-contents trees) are listed explicitly, to promo
36
36
new pages will need to be added to the `toctree` in the document one level up from where the new page has been added - preserving a
37
37
natural reading order. Sphinx will warn you (and fail the build) if you forget to do this.
38
38
39
-
###Building the wiki locally
39
+
## Building the wiki locally
40
40
41
41
Check out the wiki into `c:\instrument\dev\ibex_developers_manual`:
0 commit comments