| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | DOC: Proposal - make the doc landing page cards more similar to scipy/pandas ↵ | Ross Barnowski | 2022-05-14 | 1 | -10/+0 |
| | | | | | | | | | | | | | | | | | | (#21491) * DOC: Add panel elements to index matching scipy/pandas. * DOC: Update card styling in css to match scipy/pandas. * DOC: Add release notes to nav bar. * DOC: replace css in layout with html_css_files conf val. * DOC: Fix page layout. Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu> Co-authored-by: Stefan van der Walt <stefanv@berkeley.edu> | ||||
| * | Delete html templates | MarsBarLee | 2021-12-08 | 2 | -80/+0 |
| | | |||||
| * | DOC: Reorganized the documentation contribution docs (#19645) | Mukulika | 2021-08-12 | 1 | -4/+3 |
| | | | | | | | | | * DOC: Reorganized documentation contribution docs 1. Removed Documentation conventions page 2. Merged A guide to NumPy documentation into How to contribute to NumPy documentation 3. Moved Building NumPy reference and docs to Development section 4. Removed the Documentation index stub | ||||
| * | DOC: Additional ideas related to numpy-tutorials integration (#19422) | Ross Barnowski | 2021-07-19 | 1 | -1/+1 |
| | | | | | | | | | | | | * Add navbar link to numpy-tutorials. * External links instead of tutorials stub. * Update tutorial-svd link to intersphinx. * Point tutorials to features, not applications. * Fix linter | ||||
| * | DOC: split lines | Matti Picus | 2021-07-16 | 1 | -1/+2 |
| | | |||||
| * | update | Yashasvi Misra | 2021-07-16 | 1 | -1/+1 |
| | | |||||
| * | Add link to NumPy PDF docs | Yashasvi Misra | 2021-07-15 | 1 | -2/+2 |
| | | |||||
| * | DOC: Update landing page to match table of contents - Step 1 - See #17845 | Mary | 2021-02-07 | 1 | -17/+14 |
| | | |||||
| * | DOC: Fix whitespace before "last updated" on overview page | Matthias Geier | 2021-02-05 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #17637 from takanori-pskq/i13114-add-module-template | Matti Picus | 2020-12-16 | 1 | -0/+40 |
| |\ | | | | | DOC: Add module template | ||||
| | * | Update doc/source/_templates/autosummary/module.rst | Takanori H | 2020-10-29 | 1 | -1/+3 |
| | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> | ||||
| | * | DOC: Add module template | takanori-pskq | 2020-10-26 | 1 | -0/+38 |
| | | | |||||
| * | | DOC: Modify Templates (#17691) | Takanori H | 2020-11-04 | 4 | -5/+16 |
| |/ | | | * DOC: Modify Templates | ||||
| * | DOC: Update top links in landing page | Ben Nathanson | 2020-10-09 | 1 | -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 page | Ben Nathanson | 2020-10-07 | 1 | -11/+11 |
| | | | | | Corrects titles to all use sentence case, per style guide. | ||||
| * | Merge pull request #17391 from bjnath/doc-conventions | Charles Harris | 2020-10-05 | 1 | -1/+1 |
| |\ | | | | | DOC: Replace "About NumPy" with "Document conventions" | ||||
| | * | DOC: Replace "About NumPy" with "Document conventions" | Ben Nathanson | 2020-09-28 | 1 | -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 theme | Ben Nathanson | 2020-09-27 | 1 | -10/+4 |
| |/ | |||||
| * | Merge pull request #17278 from eric-wieser/cleanup-doc-index | Matti Picus | 2020-09-09 | 2 | -37/+11 |
| |\ | | | | | MAINT: Merge together index page content into a single file | ||||
| | * | MAINT: Merge together index page content into a single file | Eric Wieser | 2020-09-09 | 2 | -37/+11 |
| | | | | | | | | | This also removes the internationalization, since having it for only the first sentence is pointless anyway. | ||||
| * | | BUG: comment out metadata added via javascript | mattip | 2020-09-02 | 1 | -1/+2 |
| | | | |||||
| * | | Add space to align indentation in generated html | Susan Chang | 2020-09-01 | 1 | -1/+1 |
| | | | |||||
| * | | Remove block to fix duplicate elements | Susan Chang | 2020-09-01 | 1 | -3/+0 |
| | | | |||||
| * | | Add canonical url to doc template | Susan Chang | 2020-09-01 | 1 | -0/+5 |
| |/ | |||||
| * | MAINT: cleanup layout.html | mattip | 2020-08-14 | 1 | -19/+0 |
| | | |||||
| * | DOC: first step toward switching themes | mattip | 2020-08-14 | 1 | -28/+6 |
| | | |||||
| * | DOC: Styling update for PR #16988 | Ben Nathanson | 2020-08-01 | 1 | -2/+8 |
| | | | | | Incorporates suggestions by @seiko2plus | ||||
| * | DOC: Add the new NumPy logo to Sphinx pages | Ben Nathanson | 2020-08-01 | 1 | -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 Mendonca | 2020-03-26 | 1 | -31/+37 |
| | | |||||
| * | DOC, BUILD: use sphinx 2.2.0, add autosummary/base.rst for properties | mattip | 2019-09-15 | 1 | -0/+14 |
| | | |||||
| * | DOC: add header to documentation pages | mattip | 2019-08-09 | 1 | -0/+10 |
| | | |||||
| * | DOC: add backlinks to numpy.org | mattip | 2019-08-08 | 1 | -0/+1 |
| | | |||||
| * | DOC: link to benchmarking info | mattip | 2019-01-27 | 1 | -0/+2 |
| | | |||||
| * | Merge pull request #11347 from mattip/less-sphinx-warnings | Ralf Gommers | 2018-06-27 | 3 | -0/+31 |
| |\ | | | | | DOC: Silence many sphinx warnings | ||||
| | * | use `:orphan:` to quiet warnings when building documentation | mattip | 2018-06-15 | 3 | -0/+31 |
| | | | |||||
| * | | HTTP -> HTTPS, and other linkrot fixes | Mike Toews | 2018-06-16 | 2 | -2/+2 |
| |/ | |||||
| * | DOC: add numpy.lib.format to docs and link to it | mattip | 2018-05-14 | 1 | -0/+8 |
| | | |||||
| * | Added a modified version of the basic Sphinx search box | Alex Thomas | 2018-04-21 | 1 | -0/+23 |
| | | |||||
| * | fix link (now checked) and clean up Acknowledgements | mattip | 2018-04-11 | 1 | -7/+4 |
| | | |||||
| * | fix link | mattip | 2018-04-11 | 1 | -1/+1 |
| | | |||||
| * | DOC: promote development_workflow, make howtos visible | mattip | 2018-04-10 | 1 | -0/+2 |
| | | |||||
| * | BUG: fix link to NEP docs | mattip | 2018-04-10 | 1 | -1/+1 |
| | | |||||
| * | DOC: Corrected url for Guide to NumPy book; see part of #8520, all of #9088, ↵ | derrick | 2018-02-14 | 1 | -4/+4 |
| | | | | | and all of #10572 | ||||
| * | DOC: Prepare to host NEPs on GH pages | Jarrod Millman | 2017-12-14 | 1 | -1/+1 |
| | | |||||
| * | DOC: Add copy of deprecated defindex.html template. | Charles Harris | 2017-11-18 | 1 | -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 NumPy | Pierre de Buyl | 2016-09-06 | 1 | -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 Gommers | 2014-04-21 | 1 | -5/+8 |
| | | |||||
| * | DOC: move f2py documentation under doc/ and link its user guide with Sphinx | Pauli Virtanen | 2014-01-02 | 1 | -0/+2 |
| | | |||||
| * | DOC: use the new scipy-sphinx-theme in the documentation | Pauli Virtanen | 2013-07-25 | 2 | -2/+4 |
| | | |||||
| * | DOC: remove module index from reference guide. | Ralf Gommers | 2013-06-04 | 1 | -2/+0 |
| | | | | | | It was broken, and after fixing it looked quite useless. Update in conf.py is because `html_use_modindex` is deprecated. | ||||
