Show More
@@ -23,7 +23,7 b' if ON_RTD:' | |||||
23 | # Mock the presence of matplotlib, which we don't have on RTD |
|
23 | # Mock the presence of matplotlib, which we don't have on RTD | |
24 | # see |
|
24 | # see | |
25 | # http://read-the-docs.readthedocs.org/en/latest/faq.html |
|
25 | # http://read-the-docs.readthedocs.org/en/latest/faq.html | |
26 |
|
26 | tags.add('rtd') | ||
27 | class Mock(object): |
|
27 | class Mock(object): | |
28 | def __init__(self, *args, **kwargs): |
|
28 | def __init__(self, *args, **kwargs): | |
29 | pass |
|
29 | pass |
@@ -7,8 +7,14 b' IPython Documentation' | |||||
7 | :Release: |release| |
|
7 | :Release: |release| | |
8 | :Date: |today| |
|
8 | :Date: |today| | |
9 |
|
9 | |||
|
10 | .. only:: not rtd | |||
|
11 | ||||
10 | Welcome to the official IPython documentation. |
|
12 | Welcome to the official IPython documentation. | |
11 |
|
13 | |||
|
14 | .. only:: rtd | |||
|
15 | ||||
|
16 | This is a partial copy of IPython documentation, please visit `IPython official documentation <http://ipython.org/documentation.html>`_. | |||
|
17 | ||||
12 | Contents |
|
18 | Contents | |
13 | ======== |
|
19 | ======== | |
14 |
|
20 |
General Comments 0
You need to be logged in to leave comments.
Login now