summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | DOC: Fix the references for macrostakanori-pskq2020-10-043-5/+17
| | |_|/ | |/| |
* | | | Merge pull request #17448 from bjnath/rm-dupe-cocCharles Harris2020-10-043-385/+0
|\ \ \ \ | | | | | | | | | | DOC: Remove CoC pages from Sphinx
| * | | | DOC: Remove CoC pages from SphinxBen Nathanson2020-10-043-385/+0
| |/ / / | | | | | | | | | | | | | | | | code_of_conduct.rst and report_handling_manual.rst duplicate pages now on Hugo.
* | | | DOC: Fixes for PR 17440Ben Nathanson2020-10-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Colon missing in heading. Added sphinx anchor for PR-timeline (html anchor was OK).
* | | | DOC: Cleaner PR templateBen Nathanson2020-10-031-9/+26
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | Make the instructions easy to see and hard to delete unread. Moves some text to new sections in dev/development_workflow.rst. The dashes above and below the heading, which in monospace seem too long, fit it well in Chromium browsers and reasonably in Firefox.
* | | DOC: Fix the links for ``Ellipsis`` (#17431)Takanori H2020-10-021-4/+4
| | |
* | | Merge pull request #17400 from rossbar/doc/correct_rec_aliasCharles Harris2020-09-301-4/+7
|\ \ \ | | | | | | | | DOC: rm incorrect alias from recarray user article.
| * | | Incorporate feedback from review.Ross Barnowski2020-09-291-4/+7
| | | |
| * | | DOC: rm incorrect alias from recarray user article.Ross Barnowski2020-09-291-1/+1
| | | |
* | | | Merge pull request #17382 from bjnath/new-pydata-cssRalf Gommers2020-09-302-10/+44
|\ \ \ \ | | | | | | | | | | DOC: NumPy restyling for pydata theme
| * | | | DOC: NumPy restyling for pydata themeBen Nathanson2020-09-272-10/+44
| | | | |
* | | | | DOC: Add arraysetops to autosummary.Ross Barnowski2020-09-291-0/+5
| |/ / / |/| | | | | | | | | | | | | | | | | | | * Generate stub for module, fixes 7 broken links * Modify arraysetops module docstring w/ rst formatting * Remove listing of functions from module docstring.
* | | | Merge pull request #17392 from bjnath/style-guidesMatti Picus2020-09-291-4/+28
|\ \ \ \ | | | | | | | | | | DOC: Update info on doc style rules
| * | | | DOC: Update info on doc style rulesBen Nathanson2020-09-281-4/+28
| | |/ / | |/| |
* | | | Merge pull request #16996 from bjnath/revised-glossaryMatti Picus2020-09-281-312/+201
|\ \ \ \ | |/ / / |/| | | DOC: Revise glossary page
| * | | DOC: Italics sted monospace in PR #16996Ben Nathanson2020-09-261-1/+1
| | | |
| * | | DOC: Revise 'contiguous' in PR #16996Ben Nathanson2020-09-261-1/+1
| | | |
| * | | DOC: Fix minor typosBen Nathanson2020-09-181-3/+3
| | | |
| * | | DOC: Replace linked headings with explicit 'See'Ben Nathanson2020-09-181-23/+16
| | | |
| * | | DOC: 'Along an axis' rewrite and other reviewer changesBen Nathanson2020-09-181-68/+100
| | | |
| * | | DOC: Updated for reviewer commentsBen Nathanson2020-09-171-153/+67
| | | | | | | | | | | | | | | | | | | | Also added "contiguous," which is referenced in docs but hadn't been defined.
| * | | Merge branch 'master' into revised-glossarymattip2020-09-168-387/+620
| |\ \ \
| * | | | DOC: manually merge some changes done in the other PRsmattip2020-09-161-44/+57
| | | | |
| * | | | adjust whitespace to minimize the diffmattip2020-09-161-314/+288
| | | | |
| * | | | DOC: rm tuple from glossaryRoss Barnowski2020-09-071-4/+0
| | | | |
| * | | | DOC: intersphinx standalone glossary entriesRoss Barnowski2020-09-071-6/+6
| | | | |
| * | | | DOC: Use intersphinx links.Ross Barnowski2020-09-071-5/+3
| | | | |
| * | | | DOC: Fix example formatting in PR #16996Ben Nathanson2020-09-071-2/+2
| | | | |
| * | | | DOC: Fix repeated word in PR #16996Ben Nathanson2020-09-071-4/+4
| | | | | | | | | | | | | | | | | | | | Also adding <BLANKLINE>s to some examples for clarity.
| * | | | DOC: Fix typos in #16996Ben Nathanson2020-09-071-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strctured -> structured, caught by @WarrenWeckesser. Fixed missing language in `view` entry.
| * | | | DOC: 6th try: Fix doctest on PR #16996Ben Nathanson2020-09-071-11/+1
| | | | |
| * | | | DOC: 5th try: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-7/+3
| | | | |
| * | | | DOC: 4th try: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-19/+17
| | | | |
| * | | | DOC: 3rd try: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-32/+16
| | | | |
| * | | | DOC: 2nd try: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-24/+48
| | | | |
| * | | | DOC: Avoid unwanted doctest on PR #14979Ben Nathanson2020-09-071-69/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Failing CI because it's running doctest on the example strings. Also, deleting glossary.py, source file of the original glossary.
| * | | | DOC: Incorporate @BvB93's suggestions in PR #16996Ben Nathanson2020-09-072-84/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also reworded `stride` entry for clarity, moved 'axis' entry to correct alphabetical position. Also added anchors to reference/arrays.indexing for glossary references to point to.
| * | | | DOC: Wording improvement in #16996Ben Nathanson2020-09-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | More clearly describe `shares_memory` as being not always *feasible* rather than *possible*
| * | | | DOC: Revise glossary pageBen Nathanson2020-09-071-351/+429
| | | | | | | | | | | | | | | | | | | | | | | | | Entries added, explanations revised, Python-only entries now point to Python glossary.
* | | | | Merge pull request #17373 from melissawm/f2py-printCharles Harris2020-09-273-11/+18
|\ \ \ \ \ | |_|_|/ / |/| | | | BUG: Fixes module data docstrings.
| * | | | Fixing tests for pypy and win.MelissaWM2020-09-243-11/+18
| | |_|/ | |/| |
* | | | Minor grammatical correction in quickstart doc.Jack2020-09-271-1/+1
|/ / / | | | | | | Single sentence grammatical correction.
* | | DOC: Revise #17352 with @mattip suggestionsBen Nathanson2020-09-221-11/+15
| | |
* | | DOC: Add how-to index entry for how-to guide PR #17352Ben Nathanson2020-09-212-2/+1
| | |
* | | DOC: How-to guide for drafting how-tosBen Nathanson2020-09-181-0/+116
| | | | | | | | | | | | Migrated from numpy-tutorials
* | | DOC: Fix incorrect `.. deprecated::` syntax that led to this note being ↵Eric Wieser2020-09-181-8/+9
| | | | | | | | | | | | invisible.
* | | BLD: enabled negation of library choices in NPY_*_ORDER (#17219)Nick R. Papior2020-09-171-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | BLD: enabled negation of library choices in NPY_*_ORDER When users build for a particular order it may be beneficial to disallow certain libraries. In particular a user may not care about which accelerated BLAS library is used, so long as the NetLIB or ATLAS library isn't used. This is now possible with: NPY_BLAS_ORDER='^blas,atlas' or NPY_BLAS_ORDER='!blas,atlas' Since we may envision more BLAS/LAPACK libraries to the pool, this will provide greater flexibility as they enter. A new (local) method is added in system_info.py which removes duplicate code and allows for easier usage across libraries.
* | | Merge pull request #17330 from eric-wieser/dtype-docsSebastian Berg2020-09-161-26/+29
|\ \ \ | | | | | | | | DOC: improve `issubdtype` and scalar type docs
| * | | DOC: Fix broken references and make the tables a little clearerEric Wieser2020-09-161-26/+29
| | | | | | | | | | | | | | | | | | | | | | | | `types.BooleanType` and similar names were python2 things that no longer exist `unicode` also no longer exists, and is now `str`
* | | | Update doc/source/conf.pyMatti Picus2020-09-161-1/+1
| | | | | | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com>