From 34eee7e6e21f0983dafa045a55dd208fc973a430 Mon Sep 17 00:00:00 2001 From: Pauli Virtanen Date: Sat, 13 Dec 2008 21:02:05 +0000 Subject: docs: fix minor issues, support htmlhelp. - Don't use :members: in automodule; it generates too much and not very useful output - Fix edit links and summarize.py - Add better htmlhelp build target - Add upload target - Fix permissions on make dist --- doc/source/reference/routines.emath.rst | 2 +- doc/source/reference/routines.matlib.rst | 2 +- doc/source/reference/routines.numarray.rst | 2 +- doc/source/reference/routines.oldnumeric.rst | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/source/reference') diff --git a/doc/source/reference/routines.emath.rst b/doc/source/reference/routines.emath.rst index 93c1c6801..9f6c2aaa7 100644 --- a/doc/source/reference/routines.emath.rst +++ b/doc/source/reference/routines.emath.rst @@ -7,4 +7,4 @@ Mathematical functions with automatic domain (:mod:`numpy.emath`) available after :mod:`numpy` is imported. .. automodule:: numpy.lib.scimath - :members: + diff --git a/doc/source/reference/routines.matlib.rst b/doc/source/reference/routines.matlib.rst index 25e381f26..7f8a9eabb 100644 --- a/doc/source/reference/routines.matlib.rst +++ b/doc/source/reference/routines.matlib.rst @@ -8,4 +8,4 @@ the following replacement functions that return :class:`matrices ` instead of :class:`ndarrays `. .. automodule:: numpy.matlib - :members: + diff --git a/doc/source/reference/routines.numarray.rst b/doc/source/reference/routines.numarray.rst index 8d47cc989..36e5aa764 100644 --- a/doc/source/reference/routines.numarray.rst +++ b/doc/source/reference/routines.numarray.rst @@ -3,4 +3,4 @@ Numarray compatibility (:mod:`numpy.numarray`) ********************************************** .. automodule:: numpy.numarray - :members: + diff --git a/doc/source/reference/routines.oldnumeric.rst b/doc/source/reference/routines.oldnumeric.rst index 9c02b4070..d7f15bcfd 100644 --- a/doc/source/reference/routines.oldnumeric.rst +++ b/doc/source/reference/routines.oldnumeric.rst @@ -5,4 +5,4 @@ Old Numeric compatibility (:mod:`numpy.oldnumeric`) .. currentmodule:: numpy .. automodule:: numpy.oldnumeric - :members: + -- cgit v1.2.1