Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | DOC: Fix the references for macros | takanori-pskq | 2020-10-04 | 3 | -5/+17 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #17448 from bjnath/rm-dupe-coc | Charles Harris | 2020-10-04 | 3 | -385/+0 | |
|\ \ \ \ | | | | | | | | | | | DOC: Remove CoC pages from Sphinx | |||||
| * | | | | DOC: Remove CoC pages from Sphinx | Ben Nathanson | 2020-10-04 | 3 | -385/+0 | |
| |/ / / | | | | | | | | | | | | | | | | | code_of_conduct.rst and report_handling_manual.rst duplicate pages now on Hugo. | |||||
* | | | | DOC: Fixes for PR 17440 | Ben Nathanson | 2020-10-03 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Colon missing in heading. Added sphinx anchor for PR-timeline (html anchor was OK). | |||||
* | | | | DOC: Cleaner PR template | Ben Nathanson | 2020-10-03 | 1 | -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 H | 2020-10-02 | 1 | -4/+4 | |
| | | | ||||||
* | | | Merge pull request #17400 from rossbar/doc/correct_rec_alias | Charles Harris | 2020-09-30 | 1 | -4/+7 | |
|\ \ \ | | | | | | | | | DOC: rm incorrect alias from recarray user article. | |||||
| * | | | Incorporate feedback from review. | Ross Barnowski | 2020-09-29 | 1 | -4/+7 | |
| | | | | ||||||
| * | | | DOC: rm incorrect alias from recarray user article. | Ross Barnowski | 2020-09-29 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | Merge pull request #17382 from bjnath/new-pydata-css | Ralf Gommers | 2020-09-30 | 2 | -10/+44 | |
|\ \ \ \ | | | | | | | | | | | DOC: NumPy restyling for pydata theme | |||||
| * | | | | DOC: NumPy restyling for pydata theme | Ben Nathanson | 2020-09-27 | 2 | -10/+44 | |
| | | | | | ||||||
* | | | | | DOC: Add arraysetops to autosummary. | Ross Barnowski | 2020-09-29 | 1 | -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-guides | Matti Picus | 2020-09-29 | 1 | -4/+28 | |
|\ \ \ \ | | | | | | | | | | | DOC: Update info on doc style rules | |||||
| * | | | | DOC: Update info on doc style rules | Ben Nathanson | 2020-09-28 | 1 | -4/+28 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #16996 from bjnath/revised-glossary | Matti Picus | 2020-09-28 | 1 | -312/+201 | |
|\ \ \ \ | |/ / / |/| | | | DOC: Revise glossary page | |||||
| * | | | DOC: Italics sted monospace in PR #16996 | Ben Nathanson | 2020-09-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | DOC: Revise 'contiguous' in PR #16996 | Ben Nathanson | 2020-09-26 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | DOC: Fix minor typos | Ben Nathanson | 2020-09-18 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | DOC: Replace linked headings with explicit 'See' | Ben Nathanson | 2020-09-18 | 1 | -23/+16 | |
| | | | | ||||||
| * | | | DOC: 'Along an axis' rewrite and other reviewer changes | Ben Nathanson | 2020-09-18 | 1 | -68/+100 | |
| | | | | ||||||
| * | | | DOC: Updated for reviewer comments | Ben Nathanson | 2020-09-17 | 1 | -153/+67 | |
| | | | | | | | | | | | | | | | | | | | | Also added "contiguous," which is referenced in docs but hadn't been defined. | |||||
| * | | | Merge branch 'master' into revised-glossary | mattip | 2020-09-16 | 8 | -387/+620 | |
| |\ \ \ | ||||||
| * | | | | DOC: manually merge some changes done in the other PRs | mattip | 2020-09-16 | 1 | -44/+57 | |
| | | | | | ||||||
| * | | | | adjust whitespace to minimize the diff | mattip | 2020-09-16 | 1 | -314/+288 | |
| | | | | | ||||||
| * | | | | DOC: rm tuple from glossary | Ross Barnowski | 2020-09-07 | 1 | -4/+0 | |
| | | | | | ||||||
| * | | | | DOC: intersphinx standalone glossary entries | Ross Barnowski | 2020-09-07 | 1 | -6/+6 | |
| | | | | | ||||||
| * | | | | DOC: Use intersphinx links. | Ross Barnowski | 2020-09-07 | 1 | -5/+3 | |
| | | | | | ||||||
| * | | | | DOC: Fix example formatting in PR #16996 | Ben Nathanson | 2020-09-07 | 1 | -2/+2 | |
| | | | | | ||||||
| * | | | | DOC: Fix repeated word in PR #16996 | Ben Nathanson | 2020-09-07 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | Also adding <BLANKLINE>s to some examples for clarity. | |||||
| * | | | | DOC: Fix typos in #16996 | Ben Nathanson | 2020-09-07 | 1 | -4/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strctured -> structured, caught by @WarrenWeckesser. Fixed missing language in `view` entry. | |||||
| * | | | | DOC: 6th try: Fix doctest on PR #16996 | Ben Nathanson | 2020-09-07 | 1 | -11/+1 | |
| | | | | | ||||||
| * | | | | DOC: 5th try: Avoid unwanted doctest on PR #14979 | Ben Nathanson | 2020-09-07 | 1 | -7/+3 | |
| | | | | | ||||||
| * | | | | DOC: 4th try: Avoid unwanted doctest on PR #14979 | Ben Nathanson | 2020-09-07 | 1 | -19/+17 | |
| | | | | | ||||||
| * | | | | DOC: 3rd try: Avoid unwanted doctest on PR #14979 | Ben Nathanson | 2020-09-07 | 1 | -32/+16 | |
| | | | | | ||||||
| * | | | | DOC: 2nd try: Avoid unwanted doctest on PR #14979 | Ben Nathanson | 2020-09-07 | 1 | -24/+48 | |
| | | | | | ||||||
| * | | | | DOC: Avoid unwanted doctest on PR #14979 | Ben Nathanson | 2020-09-07 | 1 | -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 #16996 | Ben Nathanson | 2020-09-07 | 2 | -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 #16996 | Ben Nathanson | 2020-09-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | More clearly describe `shares_memory` as being not always *feasible* rather than *possible* | |||||
| * | | | | DOC: Revise glossary page | Ben Nathanson | 2020-09-07 | 1 | -351/+429 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Entries added, explanations revised, Python-only entries now point to Python glossary. | |||||
* | | | | | Merge pull request #17373 from melissawm/f2py-print | Charles Harris | 2020-09-27 | 3 | -11/+18 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | BUG: Fixes module data docstrings. | |||||
| * | | | | Fixing tests for pypy and win. | MelissaWM | 2020-09-24 | 3 | -11/+18 | |
| | |_|/ | |/| | | ||||||
* | | | | Minor grammatical correction in quickstart doc. | Jack | 2020-09-27 | 1 | -1/+1 | |
|/ / / | | | | | | | Single sentence grammatical correction. | |||||
* | | | DOC: Revise #17352 with @mattip suggestions | Ben Nathanson | 2020-09-22 | 1 | -11/+15 | |
| | | | ||||||
* | | | DOC: Add how-to index entry for how-to guide PR #17352 | Ben Nathanson | 2020-09-21 | 2 | -2/+1 | |
| | | | ||||||
* | | | DOC: How-to guide for drafting how-tos | Ben Nathanson | 2020-09-18 | 1 | -0/+116 | |
| | | | | | | | | | | | | Migrated from numpy-tutorials | |||||
* | | | DOC: Fix incorrect `.. deprecated::` syntax that led to this note being ↵ | Eric Wieser | 2020-09-18 | 1 | -8/+9 | |
| | | | | | | | | | | | | invisible. | |||||
* | | | BLD: enabled negation of library choices in NPY_*_ORDER (#17219) | Nick R. Papior | 2020-09-17 | 1 | -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-docs | Sebastian Berg | 2020-09-16 | 1 | -26/+29 | |
|\ \ \ | | | | | | | | | DOC: improve `issubdtype` and scalar type docs | |||||
| * | | | DOC: Fix broken references and make the tables a little clearer | Eric Wieser | 2020-09-16 | 1 | -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.py | Matti Picus | 2020-09-16 | 1 | -1/+1 | |
| | | | | | | | | | | | | Co-authored-by: Eric Wieser <wieser.eric@gmail.com> |