3. 段落级标记
3.1. 内联标记
Paragraphs contain text and may contain inline markup: emphasis, strong emphasis, inline literals,
standalone hyperlinks (http://www.python.org), external hyperlinks (Python [5]), internal cross-references (example),
external hyperlinks with embedded URIs (Python web site), footnote references
(manually numbered [1], anonymous auto-numbered [3], labeled auto-numbered [2], or symbolic [*]),
citation references ([12]), substitution references (
), and inline hyperlink targets
(see Targets_ below for a reference back to here). Character-level inline markup is also possible
(although exceedingly ugly!) in reStructuredText. Problems are indicated by |problematic|
text (generated by processing errors; this one is intentional).
Also with sphinx.ext.autodoc, which I use in the demo, I can link to test_py_module.test.Foo.
It will link you right to my code documentation for it.
The default role for [1] interpreted text is Title Reference. Here are some explicit interpreted text roles:
a PEP reference (PEP 287); an RFC reference (RFC 2822); a subscript; a superscript;
and explicit roles for standard inline markup.
GUI labels are a useful way to indicate that Some action is to be taken by the user.
The GUI label should not run over line-height so as not to interfere with text from adjacent lines.
Key-bindings indicate that [1] the read is to press a button on the keyboard or mouse,
for example MMB and Shift-MMB. Another useful markup to indicate a user action
is to use menuselection this [1] can [1] be [1] used [1] to [1] show [1] short [1] and long menus in software.
For example, and menuselection can be seen here that breaks is too long to fit on this line.
.
Let’s test wrapping and whitespace significance in inline literals:
This is an example of --inline-literal --text, --including some--
strangely--hyphenated-words. Adjust-the-width-of-your-browser-window
to see how the text is wrapped. -- ---- -------- Now note the
spacing between the words of this sentence (words
should be grouped in pairs).
If the --pep-references option was supplied, there should be a live link to PEP 258 here.
Very long URLs should be wrapped so lines do not overflow and cause horizontal scrolling: https://www.google.com/search?hl=en&q=very%20long%20url%20example%20of%20a%20url%20that%20is%20extremely%20long%20you%20probably%20want%20to%20avoid%20it%20but%20here%20we%20are
3.2. 数学
This is a test. Here is an equation: \(X_{0:5} = (X_0, X_1, X_2, X_3, X_4)\). Here is another:
You can add a link to equations like the one above (1) by using :eq:.
3.3. 元
3.4. 区块
3.4.1. 文字块
Literal blocks are indicated with a double-colon (“::”) at the end of
the preceding paragraph (over there -->). They can be indented:
if literal_block:
text = 'is left as-is'
spaces_and_linebreaks = 'are preserved'
markup_processing = None
Or they can be quoted without indentation:
>> Great idea!
>
> Why didn't I think of that?
3.4.2. 线块
Take it away, Eric the Orchestra Leader!
A one, two, a one two three fourHalf a bee, philosophically,must, ipso facto, half not be.But half the bee has got to be,vis a vis its entity. D’you see?But can a bee be said to beor not to be an entire bee,when half the bee is not a bee,due to some ancient injury?Singing…
3.4.3. 区块引用
Block quotes consist of indented body elements:
My theory by A. Elk. Brackets Miss, brackets. This theory goes as follows and begins now. All brontosauruses are thin at one end, much much thicker in the middle and then thin again at the far end. That is my theory, it is mine, and belongs to me and I own it, and what it is too.
—Anne Elk (Miss)
3.4.4. 文档测试块
>>> print 'Python-specific usage examples; begun with ">>>"'
Python-specific usage examples; begun with ">>>"
>>> print '(cut and pasted from interactive Python sessions)'
(cut and pasted from interactive Python sessions)
3.4.5. 代码块
# parsed-literal test curl -O http://someurl/release-2.0.1alpha1.tar-gz
{
"windows": [
{
"panes": [
{
"shell_command": [
"echo 'did you know'",
"echo 'you can inline'"
]
},
{
"shell_command": "echo 'single commands'"
},
"echo 'for panes'"
],
"window_name": "long form"
}
],
"session_name": "shorthands"
}
3.4.5.1. Emphasized lines with line numbers
1def some_function():
2 interesting = False
3 print 'This line is highlighted.'
4 print 'This one is not...'
5 print '...but this one is.'
3.5. 侧边栏
The first hexagram is made up of six unbroken lines. These unbroken lines stand for the primal power, which is light-giving, active, strong, and of the spirit. The hexagram is consistently strong in character, and since it is without weakness, its essence is power or energy. Its image is heaven. Its energy is represented as unrestricted by any fixed conditions in space and is therefore conceived of as motion. Time is regarded as the basis of this motion. Thus the hexagram includes also the power of time and the power of persisting in time, that is, duration.
The power represented by the hexagram is to be interpreted in a dual sense in terms of its action on the universe and of its action on the world of men. In relation to the universe, the hexagram expresses the strong, creative action of the Deity. In relation to the human world, it denotes the creative action of the holy man or sage, of the ruler or leader of men, who through his power awakens and develops their higher nature.
3.5.1. 带侧边栏的代码
1# -*- coding: utf-8 -*-
2"""Test Module for sphinx_rtd_theme."""
3
4
5class Foo:
6
7 """Docstring for class Foo.
8
9 This text tests for the formatting of docstrings generated from output
10 ``sphinx.ext.autodoc``. Which contain reST, but sphinx nests it in the
11 ``<dl>``, and ``<dt>`` tags. Also, ``<tt>`` is used for class, method names
12 and etc, but those will *always* have the ``.descname`` or
13 ``.descclassname`` class.
14
15 Term
16 It is also possible to include definitions inside docstrings.
17 They should be styled as a normal definition list.
18
19 :Field List:
20 It is also possible to include definitions inside docstrings.
21 They should be styled as a normal definition list.
22
23 .. [1] A footnote contains body elements, consistently indented by at
24 least 3 spaces.
25
26 .. [Citation] A citation contains body elements, consistently indented by at
27 least 3 spaces.
28
29 Normal ``<tt>`` (like the <tt> I just wrote here) needs to be shown with
30 the same style as anything else with ````this type of markup````.
31
32 It's common for programmers to give a code example inside of their
33 docstring::
34
35 from test_py_module import Foo
36
37 myclass = Foo()
38 myclass.dothismethod('with this argument')
39 myclass.flush()
40
3.6. 参考
3.6.1. 脚注
3.6.2. 引用
This is the citation I made, let’s make this extremely long so that we can tell that it doesn’t follow the normal responsive table stuff.
This citation has some code blocks in it, maybe some bold and
italics too. Heck, lets put a link to a meta citation [13] too.
This citation will have two backlinks.
Here’s a reference to the above, [Citation], and a [nonexistent] citation.
3.6.3. 词汇表
This is a glossary with definition terms for thing like Writing:
3.6.4. 目标
This paragraph is pointed to by the explicit “example” target. A reference can be found under `Inline Markup`_, above. Inline hyperlink targets are also possible.
Section headers are implicit targets, referred to by name. See Targets_, which is a subsection of `References`_.
Explicit external targets are interpolated into references such as “Python [5]”.
Targets may be indirect and anonymous. Thus `this phrase`__ may also refer to the Targets_ section.
Here’s a `hyperlink reference without a target`_, which generates an error.
3.7. 指令
3.7.1. 内容
These are just a sample of the many reStructuredText Directives. For others, please see: http://docutils.sourceforge.net/docs/ref/rst/directives.html.
3.7.2. 居中文本
You can create a statement with centered text with .. centered::
This is centered text!
3.7.3. 图片与图表
3.7.3.1. Images
An image directive (also clickable – a hyperlink reference):
3.7.3.2. Figures
A figure is an image with a caption and/or a legend:
re |
Revised, revisited, based on ‘re’ module. |
Structured |
Structure-enhanced text, structuredtext. |
Text |
Well it is, isn’t it? |
This paragraph is also part of the legend.
A figure directive with center alignment
This caption should be centered.
3.7.4. 警告
Attention
Directives at large.
Caution
Don’t take any wooden nickels.
Danger
Mad scientist at work!
Error
Does not compute.
Hint
It’s bigger than a bread box.
Important
Wash behind your ears.
Clean up your room.
Including the closet.
The bathroom too.
Take the trash out of the bathroom.
Clean the sink.
Call your mother.
Back up your data.
Note
This is a note. Equations within a note: \(G_{\mu\nu} = 8 \pi G (T_{\mu\nu} + \rho_\Lambda g_{\mu\nu})\).
Tip
15% if the service is good.
Example |
|---|
Thing1 |
Thing2 |
Thing3 |
Warning
Strong prose may provoke extreme mental exertion. Reader discretion is strongly advised.
And, by the way…
You can make up your own admonition too.
3.7.5. 主题、侧边栏和评分标准
This is a sidebar. It is for text outside the flow of the main text.
This is a rubric inside a sidebar
Sidebars often appears beside the main text with a border and background color.
Topic Title
This is a topic.
This is a rubric
3.7.6. 目标脚注
3.7.7. 替换文本
I recommend you try Python, the best language around [5].
3.7.8. 复合段落
This paragraph contains a literal block:
Connecting... OK
Transmitting data... OK
Disconnecting... OK
and thus consists of a simple paragraph, a literal block, and another simple paragraph. Nonetheless it is semantically one paragraph.
This construct is called a compound paragraph and can be produced with the “compound” directive.