summaryrefslogtreecommitdiff
path: root/doc/source/_templates
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Update landing page to match table of contents - Step 1 - See #17845Mary2021-02-071-17/+14
|
* DOC: Fix whitespace before "last updated" on overview pageMatthias Geier2021-02-051-1/+1
|
* Merge pull request #17637 from takanori-pskq/i13114-add-module-templateMatti Picus2020-12-161-0/+40
|\ | | | | DOC: Add module template
| * Update doc/source/_templates/autosummary/module.rstTakanori H2020-10-291-1/+3
| | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
| * DOC: Add module templatetakanori-pskq2020-10-261-0/+38
| |
* | DOC: Modify Templates (#17691)Takanori H2020-11-044-5/+16
|/ | | * DOC: Modify Templates
* DOC: Update top links in landing pageBen Nathanson2020-10-091-2/+3
| | | | | | Same intent as PR #17365 -- point "Installation" links to Hugo, start page with "What is NumPy", let Hugo page link to "Troubleshooting ImportError".
* DOC: Use consistent lowercase on docs landing pageBen Nathanson2020-10-071-11/+11
| | | | Corrects titles to all use sentence case, per style guide.
* Merge pull request #17391 from bjnath/doc-conventionsCharles Harris2020-10-051-1/+1
|\ | | | | DOC: Replace "About NumPy" with "Document conventions"
| * DOC: Replace "About NumPy" with "Document conventions"Ben Nathanson2020-09-281-1/+1
| | | | | | | | | | | | | | Eliminates the unhelpful "About NumPy" title. All contents of the original appear more prominently elsewhere, except for the information about document conventions, which is now the title and subject.
* | DOC: NumPy restyling for pydata themeBen Nathanson2020-09-271-10/+4
|/
* Merge pull request #17278 from eric-wieser/cleanup-doc-indexMatti Picus2020-09-092-37/+11
|\ | | | | MAINT: Merge together index page content into a single file
| * MAINT: Merge together index page content into a single fileEric Wieser2020-09-092-37/+11
| | | | | | | | This also removes the internationalization, since having it for only the first sentence is pointless anyway.
* | BUG: comment out metadata added via javascriptmattip2020-09-021-1/+2
| |
* | Add space to align indentation in generated htmlSusan Chang2020-09-011-1/+1
| |
* | Remove block to fix duplicate elementsSusan Chang2020-09-011-3/+0
| |
* | Add canonical url to doc templateSusan Chang2020-09-011-0/+5
|/
* MAINT: cleanup layout.htmlmattip2020-08-141-19/+0
|
* DOC: first step toward switching themesmattip2020-08-141-28/+6
|
* DOC: Styling update for PR #16988Ben Nathanson2020-08-011-2/+8
| | | | Incorporates suggestions by @seiko2plus
* DOC: Add the new NumPy logo to Sphinx pagesBen Nathanson2020-08-011-3/+21
| | | | | The changes are in one file local to us -- doesn't mess with any scipy files.
* DOC: First steps towards docs restructuring (NEP 44)Melissa Weber Mendonca2020-03-261-31/+37
|
* DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for propertiesmattip2019-09-151-0/+14
|
* DOC: add header to documentation pagesmattip2019-08-091-0/+10
|
* DOC: add backlinks to numpy.orgmattip2019-08-081-0/+1
|
* DOC: link to benchmarking infomattip2019-01-271-0/+2
|
* Merge pull request #11347 from mattip/less-sphinx-warningsRalf Gommers2018-06-273-0/+31
|\ | | | | DOC: Silence many sphinx warnings
| * use `:orphan:` to quiet warnings when building documentationmattip2018-06-153-0/+31
| |
* | HTTP -> HTTPS, and other linkrot fixesMike Toews2018-06-162-2/+2
|/
* DOC: add numpy.lib.format to docs and link to itmattip2018-05-141-0/+8
|
* Added a modified version of the basic Sphinx search boxAlex Thomas2018-04-211-0/+23
|
* fix link (now checked) and clean up Acknowledgementsmattip2018-04-111-7/+4
|
* fix linkmattip2018-04-111-1/+1
|
* DOC: promote development_workflow, make howtos visiblemattip2018-04-101-0/+2
|
* BUG: fix link to NEP docsmattip2018-04-101-1/+1
|
* DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, ↵derrick2018-02-141-4/+4
| | | | and all of #10572
* DOC: Prepare to host NEPs on GH pagesJarrod Millman2017-12-141-1/+1
|
* DOC: Add copy of deprecated defindex.html template.Charles Harris2017-11-181-0/+35
| | | | | | | | | | | NumPy currently uses defindex.html, which has been deprecated upstream in Sphinx. Here we add a copy to NumPy and remove the deprecation warning that resulted in an unwanted "None" appearing at the top of some documentation pages. [ci skip] Closes #9676.
* change all non-code instances of Numpy to NumPyPierre de Buyl2016-09-061-10/+10
| | | | | | | | | Instances remain for NumpyVersion and Numpy.rec.fromarrays that are references to code. Release notes were left unchanged. see issue #7986
* DOC: add NEPs overview to documentation.Ralf Gommers2014-04-211-5/+8
|
* DOC: move f2py documentation under doc/ and link its user guide with SphinxPauli Virtanen2014-01-021-0/+2
|
* DOC: use the new scipy-sphinx-theme in the documentationPauli Virtanen2013-07-252-2/+4
|
* DOC: remove module index from reference guide.Ralf Gommers2013-06-041-2/+0
| | | | | It was broken, and after fixing it looked quite useless. Update in conf.py is because `html_use_modindex` is deprecated.
* DOC: adjust html css, and stub file generationPauli Virtanen2011-06-291-4/+8
|
* DOC: add developer docs based on gitwashPauli Virtanen2010-10-041-0/+2
|
* docs: fix class documentationPauli Virtanen2009-06-271-2/+2
|
* docs: generate Attributes and Methods sections in class documentationPauli Virtanen2009-06-271-0/+23
|
* docs: move edit link to the sidebar, and show it for all pagesPauli Virtanen2009-02-271-0/+13
|
* doc: include release notes to Sphinx buildPauli Virtanen2008-11-271-0/+1
|
* Moved numpy-docs under doc/ in the main Numpy trunk.Pauli Virtanen2008-11-233-0/+64