Skip to content

Commit

Permalink
DOC: cross-link to github from documentation
Browse files Browse the repository at this point in the history
Also drop Travis-CI banner, since it does not load.
  • Loading branch information
pv committed Oct 22, 2017
1 parent d73e17b commit 11a30df
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 9 deletions.
12 changes: 6 additions & 6 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@

# -- Options for LaTeX output ---------------------------------------------

latex_elements = {
#latex_elements = {
# The paper size ('letterpaper' or 'a4paper').
# 'papersize': 'letterpaper',

Expand All @@ -215,15 +215,15 @@

# Additional stuff for the LaTeX preamble.
# 'preamble': '',
}
#}

# Grouping the document tree into LaTeX files. List of tuples
# (source start file, target name, title,
# author, documentclass [howto, manual, or own class]).
latex_documents = [
('index', '.tex', u'numpydoc Documentation',
u'Numpydoc maintainers', 'manual'),
]
#latex_documents = [
# ('index', '.tex', u'numpydoc Documentation',
# u'Numpydoc maintainers', 'manual'),
#]

# The name of an image file (relative to this directory) to place at the top of
# the title page.
Expand Down
8 changes: 5 additions & 3 deletions doc/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
.. image:: https://travis-ci.org/numpy/numpydoc.png?branch=master
:target: https://travis-ci.org/numpy/numpydoc/

=====================================
numpydoc -- Numpy's Sphinx extensions
=====================================
Expand All @@ -13,6 +10,11 @@ The ``numpydoc`` extension provides support for the Numpy docstring format in
Sphinx, and adds the code description directives ``np:function``,
``np-c:function``, etc. that support the Numpy docstring syntax.

- Development: https://github.com/numpy/numpydoc/
- Documentation: https://numpydoc.readthedocs.org/
- PyPI: https://pypi.python.org/pypi/numpydoc/


Documentation
=============

Expand Down

0 comments on commit 11a30df

Please sign in to comment.