File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change 1
- InfluxDB-Python
2
- ===============
1
+
3
2
4
3
InfluxDB-Python is a client for interacting with InfluxDB _.
5
4
@@ -22,10 +21,13 @@ InfluxDB-Python is a client for interacting with InfluxDB_.
22
21
:target: https://pypi.python.org/pypi/influxdb/
23
22
:alt: License
24
23
24
+ .. _readme-about :
25
25
26
26
InfluxDB is an open-source distributed time series database, find more about InfluxDB _ at http://influxdb.com/
27
27
28
28
29
+ .. _installation :
30
+
29
31
Installation
30
32
============
31
33
Original file line number Diff line number Diff line change 2
2
nose
3
3
mock
4
4
Sphinx==1.2.3
5
+ sphinx_rtd_theme
Original file line number Diff line number Diff line change 12
12
# All configuration values have a default; values that are commented out
13
13
# serve to show the default.
14
14
15
+ import sphinx_rtd_theme
15
16
import sys
16
17
import os
17
18
104
105
105
106
# The theme to use for HTML and HTML Help pages. See the documentation for
106
107
# a list of builtin themes.
107
- html_theme = 'default'
108
+ # html_theme = 'default'
109
+ html_theme = "sphinx_rtd_theme"
108
110
109
111
# Theme options are theme-specific and customize the look and feel of a theme
110
112
# further. For a list of options available for each theme, see the
113
115
114
116
# Add any paths that contain custom themes here, relative to this directory.
115
117
#html_theme_path = []
118
+ html_theme_path = [sphinx_rtd_theme .get_html_theme_path ()]
116
119
117
120
# The name for this set of Sphinx documents. If None, it defaults to
118
121
# "<project> v<release> documentation".
Original file line number Diff line number Diff line change
1
+
2
+ .. _influxdb-python :
3
+
4
+ ===============
5
+ InfluxDB-Python
6
+ ===============
7
+
8
+ .. include :: ../../README.rst
Original file line number Diff line number Diff line change @@ -10,7 +10,10 @@ Welcome to InfluxDB's documentation!
10
10
:Date: |today |
11
11
:Keywords: python, time series, database
12
12
13
- .. include :: ../../README.rst
13
+ .. toctree ::
14
+ :maxdepth: 2
15
+
16
+ include-readme
14
17
15
18
16
19
Contents:
You can’t perform that action at this time.
0 commit comments