File tree Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Expand file tree Collapse file tree 2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 206
206
207
207
# -- Options for LaTeX output ---------------------------------------------
208
208
209
- latex_elements = {
209
+ # latex_elements = {
210
210
# The paper size ('letterpaper' or 'a4paper').
211
211
# 'papersize': 'letterpaper',
212
212
215
215
216
216
# Additional stuff for the LaTeX preamble.
217
217
# 'preamble': '',
218
- }
218
+ # }
219
219
220
220
# Grouping the document tree into LaTeX files. List of tuples
221
221
# (source start file, target name, title,
222
222
# author, documentclass [howto, manual, or own class]).
223
- latex_documents = [
224
- ('index' , '.tex' , u'numpydoc Documentation' ,
225
- u'Numpydoc maintainers' , 'manual' ),
226
- ]
223
+ # latex_documents = [
224
+ # ('index', '.tex', u'numpydoc Documentation',
225
+ # u'Numpydoc maintainers', 'manual'),
226
+ # ]
227
227
228
228
# The name of an image file (relative to this directory) to place at the top of
229
229
# the title page.
Original file line number Diff line number Diff line change 1
- .. image :: https://travis-ci.org/numpy/numpydoc.png?branch=master
2
- :target: https://travis-ci.org/numpy/numpydoc/
3
-
4
1
=====================================
5
2
numpydoc -- Numpy's Sphinx extensions
6
3
=====================================
@@ -13,6 +10,11 @@ The ``numpydoc`` extension provides support for the Numpy docstring format in
13
10
Sphinx, and adds the code description directives ``np:function ``,
14
11
``np-c:function ``, etc. that support the Numpy docstring syntax.
15
12
13
+ - Development: https://github.com/numpy/numpydoc/
14
+ - Documentation: https://numpydoc.readthedocs.org/
15
+ - PyPI: https://pypi.python.org/pypi/numpydoc/
16
+
17
+
16
18
Documentation
17
19
=============
18
20
You can’t perform that action at this time.
0 commit comments