Skip to content

Commit cc39672

Browse files
committed
deploy: 2aa9fa3
1 parent 81e6a71 commit cc39672

20 files changed

+2849
-731
lines changed

.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: f502b22a66577ba8da18e47f6d5782ea
3+
config: 08cf94d4e52324b21099093279353d9e
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

.doctrees/environment.pickle

-13.3 KB
Binary file not shown.

.doctrees/test1.doctree

5.36 KB
Binary file not shown.

_sources/test1.rst.txt

Lines changed: 68 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,71 @@
11
Test 1
22
======
33

4-
A bunch of words.
4+
A bunch of words.
5+
6+
.. note::
7+
8+
This is how an admonition with multiple paragraphs looks like.
9+
10+
It can include many words.
11+
12+
There is also some text between admonitions.
13+
14+
.. warning::
15+
16+
* How is the padding in this list?
17+
* Is it consistent?
18+
* Does it look good with other elements?
19+
20+
.. attention::
21+
22+
Keep track of spacing and margins in admonitions.
23+
24+
* This is how they look like;
25+
* Rely on upstream as much as possible.
26+
27+
And this is how an admonition with a title looks like:
28+
29+
.. admonition:: You can use titles!
30+
31+
Sometimes they are helpful.
32+
33+
Admonition colors
34+
-----------------
35+
36+
.. attention::
37+
38+
This is an attention admonition.
39+
40+
.. caution::
41+
42+
This is a caution admonition.
43+
44+
.. warning::
45+
46+
This is a warning admonition.
47+
48+
.. danger::
49+
50+
This is a danger admonition.
51+
52+
.. error::
53+
54+
This is an error admonition.
55+
56+
.. hint::
57+
58+
This is a hint admonition.
59+
60+
.. tip::
61+
62+
This is a tip admonition.
63+
64+
.. important::
65+
66+
This is an important admonition.
67+
68+
.. note::
69+
70+
This is a note admonition.
71+

0 commit comments

Comments
 (0)