-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
2,849 additions
and
731 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: f502b22a66577ba8da18e47f6d5782ea | ||
config: 08cf94d4e52324b21099093279353d9e | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,71 @@ | ||
Test 1 | ||
====== | ||
|
||
A bunch of words. | ||
A bunch of words. | ||
|
||
.. note:: | ||
|
||
This is how an admonition with multiple paragraphs looks like. | ||
|
||
It can include many words. | ||
|
||
There is also some text between admonitions. | ||
|
||
.. warning:: | ||
|
||
* How is the padding in this list? | ||
* Is it consistent? | ||
* Does it look good with other elements? | ||
|
||
.. attention:: | ||
|
||
Keep track of spacing and margins in admonitions. | ||
|
||
* This is how they look like; | ||
* Rely on upstream as much as possible. | ||
|
||
And this is how an admonition with a title looks like: | ||
|
||
.. admonition:: You can use titles! | ||
|
||
Sometimes they are helpful. | ||
|
||
Admonition colors | ||
----------------- | ||
|
||
.. attention:: | ||
|
||
This is an attention admonition. | ||
|
||
.. caution:: | ||
|
||
This is a caution admonition. | ||
|
||
.. warning:: | ||
|
||
This is a warning admonition. | ||
|
||
.. danger:: | ||
|
||
This is a danger admonition. | ||
|
||
.. error:: | ||
|
||
This is an error admonition. | ||
|
||
.. hint:: | ||
|
||
This is a hint admonition. | ||
|
||
.. tip:: | ||
|
||
This is a tip admonition. | ||
|
||
.. important:: | ||
|
||
This is an important admonition. | ||
|
||
.. note:: | ||
|
||
This is a note admonition. | ||
|
Oops, something went wrong.