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