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
<spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#test_py_module.test.Foo.__init__" title="Permalink to this definition"></a>
Copy file name to clipboardExpand all lines: readthedocs/search/tests/data/sphinx/out/page.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,19 @@
27
27
"title": "Adding a new scenario to the repository",
28
28
"content": "Sphinx configuration file used to build this docs: # -*- coding: utf-8 -*- # Default settings project = 'Test Builds' extensions = [ 'sphinx_autorun', ] latex_engine = 'xelatex' # allow us to build Unicode chars # Include all your settings here html_theme = 'sphinx_rtd_theme' >>> # Build at >>> import datetime >>> datetime.datetime.utcnow() # UTC datetime.datetime(2020, 5, 3, 16, 38, 11, 137311)"
29
29
},
30
+
{
31
+
"id": "footnotes-and-domains",
32
+
"title": "Footnotes and domains",
33
+
"content": "1(1,2) A footnote contains body elements, consistently indented by at least 3 spaces. This is the footnote’s second paragraph. 3 This footnote is numbered automatically and anonymously using a label of “#” only."
34
+
},
30
35
{
31
36
"content": "This is a H3 title. Fig. 4 I'm a figure!",
32
37
"id": "subsub-title",
33
38
"title": "Subsub title"
34
39
}
35
40
],
36
-
"domain_data": {}
41
+
"domain_data": {
42
+
"test_py_module.test.Foo": "Docstring for class Foo. This text tests for the formatting of docstrings generated from output sphinx.ext.autodoc.",
43
+
"test_py_module.test.Foo.__init__": "Start the Foo."
0 commit comments