summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Change license date 2019 -> 2020 (gh-15735)Himanshu Garg2020-03-101-1/+1
| | | Update Year 2019 -> 2020
* Merge pull request #15295 from melissawm/linalg-tutorialMatti Picus2020-02-281-1/+3
|\ | | | | DOC: Added tutorial about linear algebra on multidimensional arrays
| * Added intersphinx mappings for skimage and imageio; added proper links to ↵melissawm2020-02-271-1/+3
| | | | | | | | external docs.
* | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+0
| | | | | | | | | | | | | | * Cleanup unused imports (F401) of mostly standard Python modules, or some internal but unlikely referenced modules * Where internal imports are potentially used, mark with noqa * Avoid redefinition of imports (F811)
* | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-1/+3
| | | | | | | | | | | | * PEP 8: "Imports should usually be on separate lines" * Where modified, sort imported modules alphabetically * Clean-up unused imports from these expanded lines
* | DOC: NumPy for absolute beginners tutorial (#14546)Anne Bonner2020-01-211-0/+1
|/ | | | | | | This absolute beginners tutorial is the output of Anne's Google Season of Docs project. An intermediate version was also published at https://towardsdatascience.com/the-ultimate-beginners-guide-to-numpy-f5a2f99aef54
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
| | | | | As numpy is Python 3 only, these import statements are now unnecessary and don't alter runtime behavior.
* [DOC] LaTeX: Fix preamblejfbu2019-12-021-4/+17
| | | | | | | | | | | Memo: latex_preamble got removed from Sphinx at 1.6.1, and old LaTeX package expdlist requires a fix else it breaks LaTeX if a description list is in a table cell, and it causes anyhow many LaTeX complaints about Underfull box (badness 10000). The fix for these complaints is copied over from https://github.com/scipy/scipy/commit/c881fdea7a7ef7c518b789 and it turns out it is also a fix for the crash in case a description list is in a table..
* DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for propertiesmattip2019-09-151-1/+1
|
* DOC: support and require sphinx>=2.1.2Christopher Whelan2019-09-141-15/+12
|
* DOC: remove scipy.org from the breadcrumb formattiongmattip2019-08-131-1/+0
|
* DOC: add backlinks to numpy.orgmattip2019-08-081-1/+4
|
* DOC: add a NumPyC syntax format that accepts our preprocessor @TYPE@ macrosmattip2019-06-101-0/+17
|
* ENH: Add closed generator to randintKevin Sheppard2019-05-201-4/+0
| | | | Add closed option to randint to simplify some cases
* BUILD: move files out of _randomgenmattip2019-05-201-6/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first cut at building randomgen upgrade 'cythonize' and fix absolute imports to relative define NPY_NO_DEPRECATED_API and fix other warnings enable pgc64 by always using PCG_EMULATED_MATH refactor so import randomgen works add TODO comments for pcg64 improvements fix imports, module name in setup.py; remove _testing make cythonize non-recursive, restore examples to proper place update to randomgen 7bca296c0b9 replace mtrand with LegacyGenerator, tweak for compatibility port f879ef4 to fix GH10839 minimized difference between generator.pyx and _legacy.pyx fix namespace in doctests, mark results that are random update to randomgen commit 95c8cdd1c Incorporate testing of edge cases into main tests Rename test files to describe their purpose Import import locations to reflect numpy paths Correct tolerance on float32 tests Remove set_printoptions Remove complex normal Remove future imports Pull in BasicRNG source changes from original author Small doc fixes _mtrand => _rand Improve consistency of nan handling Prevent nans prducing values from int functions add randomgen documentation to the tree
* DOC: update 2018 -> 2019mattip2019-01-011-1/+1
|
* BUG: Fix doc source links to unwrap decoratorsEric Wieser2018-07-311-0/+9
| | | | Fixes #11639, relates to https://bugs.python.org/issue1764286
* HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-161-4/+4
|
* Added a modified version of the basic Sphinx search boxAlex Thomas2018-04-211-1/+1
|
* DOC: clear up warnings, fix matplotlib plotmattip2018-04-171-1/+1
|
* render the example in numpydoc, add ifconfig for host python major versionmattip2018-04-131-1/+4
|
* update copyright yearmattip2018-04-111-1/+1
|
* Replace sphinx extension sphinx.ext.pngmath by sphinx.ext.imgmath.Kexuan Sun2017-11-251-2/+3
|
* Changed sphinx extension sphinx.ext.pngmath to sphinx.ext.imgmath.Kexuan Sun2017-11-211-1/+7
|
* DOC: removes broken docstring example (source code, png, pdf) linksJames Bourbeau2017-08-131-0/+2
| | | | | | Currently the (source code, png, pdf) links for docstring examples are pointing to missing files and give 404 errors (see issue #9500). This commit removes those links by modifying doc/source/conf.py.
* DOC: update f2py front page and some doc build metadata.Ralf Gommers2017-06-181-3/+3
|
* BUG: KeyboardInterrupt is swallowed all over the placeEric Wieser2017-06-031-3/+3
| | | | Bare except is very rarely the right thing
* MAINT: Update array_ufunc NEP.Pauli Virtanen2017-04-271-0/+1
| | | | | Bring into compliance with current ndarray.__array_ufunc__ implementation and type casting hierarchy.
* DOC: Add SciPy inventory for intersphinx.wrwrwr2016-10-281-0/+1
|
* DOC: Add matplotlib inventory for intersphinx.wrwrwr2016-10-081-1/+4
| | | | | This makes it possible to directly use matplotlib references such as :func:`matplotlib.pyplot.imshow`.
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-2/+2
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: Extend github source links to line rangesJan Schlüter2015-06-081-2/+2
|
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-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 documentationPauli Virtanen2013-07-251-49/+34
|
* DOC: remove module index from reference guide.Ralf Gommers2013-06-041-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 Harris2013-04-061-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 Harris2013-03-281-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 documentTakafumi Arakaki2013-03-021-0/+12
|
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-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 3Pauli Virtanen2013-02-271-2/+2
|
* MAINT: always use plot directive from Matplotlib, and prefer Sphinx linkcodePauli Virtanen2013-02-161-22/+3
|
* DOC: generate links to source codePauli Virtanen2012-03-111-0/+64
|
* DOC: Changes required to the configuration to start building docs with ↵Michael Droettboom2011-04-021-5/+24
| | | | matplotlib's plot_directive. Requires that matplotlib have the new "merged" plot_directive. (#1074)
* DOC: explicitly require Sphinx >= 1.0.1Pauli Virtanen2010-10-011-12/+7
|
* doc: enable sphinx.ext.doctest extensionPauli Virtanen2009-10-031-0/+1
|
* docs: more robust version number introspec & qthelp targetPauli Virtanen2009-06-281-0/+1
|
* docs: generate Attributes and Methods sections in class documentationPauli Virtanen2009-06-271-2/+6
|
* docs: enable plot_directivePauli Virtanen2009-05-211-1/+27
|
* sphinxext/numpydoc: wrap Examples in plot:: if they contain matplotlib ↵Pauli Virtanen2009-05-211-0/+3
| | | | example code
* sphinxext: use real RST references for bibliographies, and add suitable ↵Pauli Virtanen2009-04-191-1/+1
| | | | links for Latex