summaryrefslogtreecommitdiff
path: root/doc/source/conf.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Change license date 2020 -> 2021 (gh-18346)Aerysv2021-02-061-1/+1
* DOC: remove pygments_style from conf.pyMatthias Geier2021-02-051-3/+0
* DOC: Fix for buildling with sphinx 3takanori-pskq2020-11-061-1/+9
* Merge pull request #17331 from eric-wieser/remove-scalar-tablesMatti Picus2020-10-061-12/+87
|\
| * DOC: Change the value of type.__name__ on the scalar types for sphinx buildsEric Wieser2020-10-041-0/+56
| * DOC: Improve [source] links for C extension typesEric Wieser2020-10-041-12/+31
* | DOC: History cleanup for #17353Ben Nathanson2020-09-231-0/+2
|/
* Update doc/source/conf.pyMatti Picus2020-09-161-1/+1
* DOC, BLD: fix templated C highlightingmattip2020-09-161-8/+8
* DOC: first step toward switching themesmattip2020-08-141-28/+9
* Fixing RemovedInSphinx40WarningBrigitta Sipocz2020-07-121-1/+1
* DOC: Use intersphinx for NEP referencesBen Nathanson2020-06-041-1/+2
* DOC,BLD: Update sphinx conf to use xelatex.Ross Barnowski2020-05-271-0/+3
* DOC: Change license date 2019 -> 2020 (gh-15735)Himanshu Garg2020-03-101-1/+1
* Merge pull request #15295 from melissawm/linalg-tutorialMatti Picus2020-02-281-1/+3
|\
| * Added intersphinx mappings for skimage and imageio; added proper links to ext...melissawm2020-02-271-1/+3
* | MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+0
* | STY,MAINT: avoid 'multiple imports on one line' (flake8 E401)Mike Taves2020-01-281-1/+3
* | DOC: NumPy for absolute beginners tutorial (#14546)Anne Bonner2020-01-211-0/+1
|/
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* [DOC] LaTeX: Fix preamblejfbu2019-12-021-4/+17
* 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
* BUILD: move files out of _randomgenmattip2019-05-201-6/+19
* DOC: update 2018 -> 2019mattip2019-01-011-1/+1
* BUG: Fix doc source links to unwrap decoratorsEric Wieser2018-07-311-0/+9
* 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
* 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
* MAINT: Update array_ufunc NEP.Pauli Virtanen2017-04-271-0/+1
* DOC: Add SciPy inventory for intersphinx.wrwrwr2016-10-281-0/+1
* DOC: Add matplotlib inventory for intersphinx.wrwrwr2016-10-081-1/+4
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-2/+2
* DOC: Extend github source links to line rangesJan Schlüter2015-06-081-2/+2
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-2/+2
* 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
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1