Skip to content

Commit 11a30df

Browse files
committed
DOC: cross-link to github from documentation
Also drop Travis-CI banner, since it does not load.
1 parent d73e17b commit 11a30df

File tree

2 files changed

+11
-9
lines changed

2 files changed

+11
-9
lines changed

doc/conf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206

207207
# -- Options for LaTeX output ---------------------------------------------
208208

209-
latex_elements = {
209+
#latex_elements = {
210210
# The paper size ('letterpaper' or 'a4paper').
211211
# 'papersize': 'letterpaper',
212212

@@ -215,15 +215,15 @@
215215

216216
# Additional stuff for the LaTeX preamble.
217217
# 'preamble': '',
218-
}
218+
#}
219219

220220
# Grouping the document tree into LaTeX files. List of tuples
221221
# (source start file, target name, title,
222222
# 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+
#]
227227

228228
# The name of an image file (relative to this directory) to place at the top of
229229
# the title page.

doc/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
.. image:: https://travis-ci.org/numpy/numpydoc.png?branch=master
2-
:target: https://travis-ci.org/numpy/numpydoc/
3-
41
=====================================
52
numpydoc -- Numpy's Sphinx extensions
63
=====================================
@@ -13,6 +10,11 @@ The ``numpydoc`` extension provides support for the Numpy docstring format in
1310
Sphinx, and adds the code description directives ``np:function``,
1411
``np-c:function``, etc. that support the Numpy docstring syntax.
1512

13+
- Development: https://github.com/numpy/numpydoc/
14+
- Documentation: https://numpydoc.readthedocs.org/
15+
- PyPI: https://pypi.python.org/pypi/numpydoc/
16+
17+
1618
Documentation
1719
=============
1820

0 commit comments

Comments
 (0)