| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|\
| |
| | |
DOC: Point Contributing page to new NEP 45
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Per gh-16500, changed link style to :ref:`<NEPxx>`.
Added a NEP45 target to NEP 45, and added a NEP29 target
to NEP 29 since it has the irregular NEP0029 target.
The two new NEP targets aren't picked up, though the
older ones are. Tried make clean in neps and docs.
```
/home/bjn/numpy_git/numpy-1/doc/source/dev/index.rst:191: WARNING: undefined label: nep45 (if the link has no caption the label must precede a section header)
HOWTO_RELEASE.rst.txt:43: WARNING: undefined label: nep29 (if the link has no caption the label must precede a section header)
HOWTO_RELEASE.rst.txt:50: WARNING: undefined label: nep29 (if the link has no caption the label must precede a section header)
```
The nep objects.inv does seem to have both the nep29 and nep44 targets.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Per #16500 discussion, adds link updates to PR.
Replaces NEP URLs with intersphinx links in these
files:
* doc/HOWTO_RELEASE.rst.txt
* doc/source/dev/howto-docs.rst
* numpy/doc/dispatch.py
* numpy/lib/format.py
and incorporates @rossbar's #16502 change of `config.py`.
|
| |
| |
| |
| |
| |
| | |
Moved the link for C style to NEP 45.
In NEP 45, replaced explicit link to PEP 7 with a :pep: link.
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* DOC: Fixes for 18 broken links
This, with PR #16465, should fix nearly all the remaining broken links
on the site. 4 or 5 others should be easy to fix and just
need attention from someone more knowledgeable -- will
open an issue. For release notes with dead links,
I could usually find links on archive.org for roughly contemporary
versions.
* DOC: Update to "Fixes for 18 broken links #16472"
* Obsolete links, previously commented out, now deleted:
https://github.com/numpy/numpy/pull/16472#discussion_r433928958
* Semantic markup for reference to Python class:
https://github.com/numpy/numpy/pull/16472#discussion_r433553928
* Missing :ref: in internal link:
https://github.com/numpy/numpy/pull/16472#discussion_r433554484
Not included: Resolution on using external/internal doc link in .py:
https://github.com/numpy/numpy/pull/16472#discussion_r433554824
* DOC: Add internal link for 'Fixes for 18 broken links' PR #16472
Making reference [1] an internal link in function_base.py => numpy.vectorize.html
* DOC: Redirect 2 link fixes in PR #16472
* governance.rst link reverted
* ununcs.rst `overridden` link goes where it was meant to
per https://github.com/numpy/numpy/pull/16472#pullrequestreview-424666070
|
|\
| |
| | |
ENH: Improved `__str__` for polynomials
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Update routines.polynomials.classes doc in the refguide to reflect
changes to polynomial printing.
Add additional information to the document about the various ways that
the string representation of polynomial expressions can be controlled
via formatting.
|
|\ \
| | |
| | | |
DOC: Fix development_workflow links
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Fixed links for branch delete and graph visualizer.
Updated instructions for branch delete (git since 1.7.0 (Sept 2010)
has allowed --delete sted ':').
'Learn git' link pointed to Bitbucket instructions; replaced with GitHub
instructions.
Minor rewording in 'Pushing changes to the main repo'.
This is NOT a review of the page, only some fixes.
|
|\ \ \
| |/ /
|/| | |
DOC: Fix troubleshooting code snippet when env vars are empty
|
| | |
| | |
| | |
| | |
| | | |
The previous snippet worked fine, but not when the environment
variables were completly empty.
|
| | |
| | |
| | |
| | | |
Fixes gh-16262
|
| | |
| | |
| | |
| | |
| | | |
Switch from pdflatex to xelatex as the latex engine used for
generating the latex/pdf version of the documentation.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* MAINT,DOC: add index for user docs.
Adds an index.rst for the user documentation (pre-NEP 44) to
serve as a start page for the latex version of the user
documentation.
Marked as an orphan, so should not interfere with building html
docs
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Remove support for Apple Accelerate, since it is buggy. A build error should
occur on most or all setups if linked against Accelerate. Test or import failures
should occur on setups where Accelerate is picked up dynamically.
Co-authored-by: Warren Weckesser <warren.weckesser@gmail.com>
|
| | | |
|
|/ / |
|
|\ \
| | |
| | | |
DEP: Deprecate `numpy.dual`.
|
| | |
| | |
| | |
| | | |
Also make the correction "Scipy" -> "SciPy" in a few places.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Add documentation for `PyArray_ContiguousFromObject` similar to the other
macros wrapping `PyArray_FromAny`
Fixes #16196
|
|\ \ \
| | | |
| | | | |
DOC: Update the f2py section of the "Using Python as Glue" page.
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* Fix whitespace in the inputs to Python in the f2py examples.
* Capitalize Python and Fortran consistently.
|
| | | |
| | | |
| | | |
| | | | |
* Update the output shown for the docstrings generated by f2py.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Delete release note fragments from 1.19.0 (towncrier)
- Update 1.19.x release note (towncrier)
- Create 1.20.0-notes.rst for master development
- Update C-API versions for 1.20.x
- Update setup.py for 1.20.0
|
|\ \ \ \
| |/ / /
|/| | | |
DOC: Fix typos and cosmetic issues
|
| | | | |
|
|/ / /
| | |
| | |
| | | |
* Replace print statements with print function calls.
* Fix the filename in one of the commands: it is "add.f", not "add.f95".
|
|\ \ \
| | | |
| | | | |
DOC: Unify cross-references between array joining methods
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
DOC: Add Clang and MSVC to supported compilers list
|
| | |/ /
| |/| | |
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
* improve development debugging doc
Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
|
| | | | |
|
| |/ /
|/| |
| | |
| | |
| | | |
See https://mail.python.org/pipermail/numpy-discussion/2020-May/080625.html
for the public discussion on this.
|
|\ \ \
| |/ /
|/| | |
DOC: Add axis to random module "new or different" docs
|
| | |
| | |
| | |
| | |
| | | |
Added `permutation` to `choice` and `shuffle` in the list of
highlighted methods with an `axis` kwarg.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Modified the introductory/overview documentation for the random
module to highlight the addition of the `axis` kwarg to
methods like `shuffle` and `choice` for dealing with
multi-dimensional arrays.
Related to gh-16075
|
|\ \ \
| | | |
| | | | |
REL: Update master after NumPy 1.18.4 release
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Add 1.18.4-changelog.rst
- Add 1.18.4-notes.rst
- Update release.rst
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Adds the environment variable help link:
https://code.visualstudio.com/docs/python/environments
for VSCode.
Closes gh-16139 and gh-15183
|
|\ \ \ \
| | | | |
| | | | | |
ENH: Allow toggling madvise hugepage and fix default
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These are options that are controlled typically through environment
variable at startup or compile time.
|
| |/ / /
|/| | | |
|
|\ \ \ \
| | | | |
| | | | | |
DOC: Change import error "howto" to link to new troubleshooting page
|
| | | | | |
|
| | | | |
| | | | |
| | | | | |
Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
|