Cheatsheet¶
Look at the raw version of this file to compare the source and build version: sphinx_cheatsheet.rst
The first lines of this page will also be explained later on in this document (see Links and Titles)
italic word
bold word
This is text in Courier
This is plain text.
This is a bulleted list.
…
This is a numbered list.
It has two items.
this is
a list
with a nested list
and some subitems
and here the parent list continues
or
SURFsara website (see bottom of the document; that is were we tell Sphinx were SURFsara website should point to)
This is an implicit link to title:
Internal wiki link:
Reference tag: place above a title: .. _my-reference-label:
Then refer to it from another page as. For example, for this cheatsheet: Cheatsheet or ref:other label <cheatsheet>
This is a command:
openssl pkcs12 -in user.p12 -out userkey.pem -nocerts
And this is a code block:
1$openssl pkcs12 -in user.p12 -out userkey.pem -nocerts
H1: document title¶
Sample H2¶
Sample H3¶
Sample H4¶
Sample H5¶
Sample H6¶
And some text.
Header 1 |
Header 2 |
Header 3 |
---|---|---|
body row 1 |
column 2 |
column 3 |
body row 2 |
Cells may span columns. |
|
body row 3 |
Cells may span rows. |
|
body row 4 |
or
Column1 |
Column2 |
---|---|
value1 |
40 |
value2 |
41 |
value3 |
42 |
Note
This is a note box.
Warning
This is a warning box.
See also
This is a simple seealso note.
path/to/myfile.txt