Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -2/+2 |
| | | | | Now is as good a time as any with open PR's at a low. | ||||
* | DOC: use the new scipy-sphinx-theme in the documentation | Pauli Virtanen | 2013-07-25 | 1 | -49/+34 |
| | |||||
* | DOC: remove module index from reference guide. | Ralf Gommers | 2013-06-04 | 1 | -1/+1 |
| | | | | | It was broken, and after fixing it looked quite useless. Update in conf.py is because `html_use_modindex` is deprecated. | ||||
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
| | | | | | | | Add `print_function` to all `from __future__ import ...` statements and use the python3 print function syntax everywhere. Closes #3078. | ||||
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The new import `absolute_import` is added the `from __future__ import` statement and The 2to3 `import` fixer is run to make the imports compatible. There are several things that need to be dealt with to make this work. 1) Files meant to be run as scripts run in a different environment than files imported as part of a package, and so changes to those files need to be skipped. The affected script files are: * all setup.py files * numpy/core/code_generators/generate_umath.py * numpy/core/code_generators/generate_numpy_api.py * numpy/core/code_generators/generate_ufunc_api.py 2) Some imported modules are not available as they are created during the build process and consequently 2to3 is unable to handle them correctly. Files that import those modules need a bit of extra work. The affected files are: * core/__init__.py, * core/numeric.py, * core/_internal.py, * core/arrayprint.py, * core/fromnumeric.py, * numpy/__init__.py, * lib/npyio.py, * lib/function_base.py, * fft/fftpack.py, * random/__init__.py Closes #3172 | ||||
* | Add texinfo build target for document | Takafumi Arakaki | 2013-03-02 | 1 | -0/+12 |
| | |||||
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+1 |
| | | | | | | | | This should be harmless, as we already are division clean. However, placement of this import takes some care. In the future a script can be used to append new features without worry, at least until such time as it exceeds a single line. Having that ability will make it easier to deal with absolute imports and printing updates. | ||||
* | DOC: fix doc/source/conf.py to work with Python 3 | Pauli Virtanen | 2013-02-27 | 1 | -2/+2 |
| | |||||
* | MAINT: always use plot directive from Matplotlib, and prefer Sphinx linkcode | Pauli Virtanen | 2013-02-16 | 1 | -22/+3 |
| | |||||
* | DOC: generate links to source code | Pauli Virtanen | 2012-03-11 | 1 | -0/+64 |
| | |||||
* | DOC: Changes required to the configuration to start building docs with ↵ | Michael Droettboom | 2011-04-02 | 1 | -5/+24 |
| | | | | matplotlib's plot_directive. Requires that matplotlib have the new "merged" plot_directive. (#1074) | ||||
* | DOC: explicitly require Sphinx >= 1.0.1 | Pauli Virtanen | 2010-10-01 | 1 | -12/+7 |
| | |||||
* | doc: enable sphinx.ext.doctest extension | Pauli Virtanen | 2009-10-03 | 1 | -0/+1 |
| | |||||
* | docs: more robust version number introspec & qthelp target | Pauli Virtanen | 2009-06-28 | 1 | -0/+1 |
| | |||||
* | docs: generate Attributes and Methods sections in class documentation | Pauli Virtanen | 2009-06-27 | 1 | -2/+6 |
| | |||||
* | docs: enable plot_directive | Pauli Virtanen | 2009-05-21 | 1 | -1/+27 |
| | |||||
* | sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib ↵ | Pauli Virtanen | 2009-05-21 | 1 | -0/+3 |
| | | | | example code | ||||
* | sphinxext: use real RST references for bibliographies, and add suitable ↵ | Pauli Virtanen | 2009-04-19 | 1 | -1/+1 |
| | | | | links for Latex | ||||
* | docs: don't use autosummary_generate for Sphinx < 0.7 | Pauli Virtanen | 2009-04-13 | 1 | -2/+3 |
| | |||||
* | Deprecating sphinxext/autosummary in favor of the version in Sphinx >= 0.7 | Pauli Virtanen | 2009-04-13 | 1 | -8/+17 |
| | |||||
* | docs: tweak latex build to recognize U+00A0 as a non-breaking space | Pauli Virtanen | 2009-04-06 | 1 | -0/+1 |
| | |||||
* | docs: use short X.Y version, and retaining any .dev suffixes | Pauli Virtanen | 2009-03-28 | 1 | -5/+5 |
| | |||||
* | Pick up version from numpy instead of hardcoding them in conf.py/ | David Cournapeau | 2009-03-27 | 1 | -2/+4 |
| | |||||
* | doc: update version info | Pauli Virtanen | 2009-03-17 | 1 | -3/+3 |
| | |||||
* | docs: move edit link to the sidebar, and show it for all pages | Pauli Virtanen | 2009-02-27 | 1 | -3/+0 |
| | |||||
* | docs: fix minor issues, support htmlhelp. | Pauli Virtanen | 2008-12-13 | 1 | -3/+3 |
| | | | | | | | | | | | | | - 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 | ||||
* | Move Sphinx extensions under Numpy's SVN trunk | Pauli Virtanen | 2008-11-30 | 1 | -1/+1 |
| | |||||
* | Moved numpy-docs under doc/ in the main Numpy trunk. | Pauli Virtanen | 2008-11-23 | 1 | -0/+229 |