summaryrefslogtreecommitdiff
path: root/doc/source
Commit message (Collapse)AuthorAgeFilesLines
* DOC: Add release note.fix/seed-sequence-zerosRobert Kern2020-06-101-0/+13
|
* Merge pull request #16500 from bjnath/move_c_style_linkRalf Gommers2020-06-063-6/+6
|\ | | | | DOC: Point Contributing page to new NEP 45
| * DOC: Add NEP45 and NEP29 targets, use <NEPxx> linksBen Nathanson2020-06-062-5/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * DOC: Use intersphinx for NEP referencesBen Nathanson2020-06-042-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | 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`.
| * DOC: Point Contributing page to new NEP 45Ben Nathanson2020-06-041-2/+2
| | | | | | | | | | | | 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 (#16472)bjnath2020-06-0612-38/+39
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Merge pull request #15666 from rossbar/enh/poly_strMatti Picus2020-06-042-3/+26
|\ | | | | ENH: Improved `__str__` for polynomials
| * DOC: Update poly class refguide printing.Ross Barnowski2020-05-152-3/+26
| | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #16465 from bjnath/dev_workflow_link_fixRalf Gommers2020-06-012-11/+11
|\ \ | | | | | | DOC: Fix development_workflow links
| * | DOC: Fix development_workflow linksBen Nathanson2020-06-012-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | Merge pull request #16306 from seberg/troubleshooting-fix-envCharles Harris2020-05-311-4/+2
|\ \ \ | |/ / |/| | DOC: Fix troubleshooting code snippet when env vars are empty
| * | DOC: Fix troubleshooting code snippet when env vars are emptySebastian Berg2020-05-201-4/+2
| | | | | | | | | | | | | | | The previous snippet worked fine, but not when the environment variables were completly empty.
* | | DOC: Add style guide to howto_documentBen Nathanson2020-05-291-0/+7
| | | | | | | | | | | | Fixes gh-16262
* | | DOC,BLD: Update sphinx conf to use xelatex.Ross Barnowski2020-05-271-0/+3
| | | | | | | | | | | | | | | 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. (#16373)Ross Barnowski2020-05-271-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* | | BUILD: Remove Accelerate support (#15759)Matti Picus2020-05-221-4/+2
| | | | | | | | | | | | | | | | | | | | | 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>
* | | DOC: Fix spelling typo - homogenous to homogeneous. (#16324)Kevin Moore2020-05-213-4/+4
| | |
* | | DOC: Correct documentation of ``__array__`` when used as output array. (#16130)Tina Oberoi2020-05-211-3/+2
|/ /
* | Merge pull request #16156 from WarrenWeckesser/deprecate-dualSebastian Berg2020-05-191-1/+1
|\ \ | | | | | | DEP: Deprecate `numpy.dual`.
| * | DOC: dual: Note the deprecation of numpy.dual in the dual module docstring.Warren Weckesser2020-05-051-1/+1
| | | | | | | | | | | | Also make the correction "Scipy" -> "SciPy" in a few places.
* | | DOC: Add PyArray_ContiguousFromObject C docs (gh-16207)Guilherme Leobas2020-05-181-3/+11
| | | | | | | | | | | | | | | | | | Add documentation for `PyArray_ContiguousFromObject` similar to the other macros wrapping `PyArray_FromAny` Fixes #16196
* | | Merge pull request #16257 from WarrenWeckesser/doc-glue-f2pySebastian Berg2020-05-181-22/+29
|\ \ \ | | | | | | | | DOC: Update the f2py section of the "Using Python as Glue" page.
| * | | DOC: A few small changes in the "Using Python as Glue" page.Warren Weckesser2020-05-181-7/+7
| | | | | | | | | | | | | | | | | | | | * Fix whitespace in the inputs to Python in the f2py examples. * Capitalize Python and Fortran consistently.
| * | | DOC: Update the f2py section of the "Using Python as Glue" page.Warren Weckesser2020-05-161-15/+22
| | | | | | | | | | | | | | | | * Update the output shown for the docstrings generated by f2py.
* | | | REL: Update master after 1.19.x branch.Charles Harris2020-05-173-0/+476
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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
* | | | Merge pull request #16269 from tbm/typoMatti Picus2020-05-176-8/+8
|\ \ \ \ | |/ / / |/| | | DOC: Fix typos and cosmetic issues
| * | | DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-176-8/+8
| | | |
* | | | DOC: Updated the f2py section of the "Using Python as Glue" page. (#16258)Siba Smarak Panigrahi2020-05-161-4/+4
|/ / / | | | | | | | | | * Replace print statements with print function calls. * Fix the filename in one of the commands: it is "add.f", not "add.f95".
* | | Merge pull request #16197 from timhoffm/doc-stackSebastian Berg2020-05-152-8/+8
|\ \ \ | | | | | | | | DOC: Unify cross-references between array joining methods
| * | | DOC: Unify cross-references between array joining methodsTim Hoffmann2020-05-102-8/+8
| | | |
* | | | Merge pull request #16228 from anirudh2290/compilers_supported_docSebastian Berg2020-05-131-5/+5
|\ \ \ \ | | | | | | | | | | DOC: Add Clang and MSVC to supported compilers list
| * | | | DOC: Add Clang and MSVC to supported compilers listAnirudh Subramanian2020-05-131-5/+5
| | |/ / | |/| |
* | | | DOC: Add PyDev instructions to troubleshooting docRoss Barnowski2020-05-131-0/+8
| | | |
* | | | DOC: improve development debugging doc (#16083)Chunlin2020-05-132-7/+21
| | | | | | | | | | | | | | | | | | | | * improve development debugging doc Co-authored-by: Ross Barnowski <rossbar@berkeley.edu>
* | | | DOC: update people listed under Institutional PartnersRalf Gommers2020-05-101-2/+2
| | | |
* | | | DOC: update the Code of Conduct committee membersRalf Gommers2020-05-101-2/+2
| |/ / |/| | | | | | | | | | | See https://mail.python.org/pipermail/numpy-discussion/2020-May/080625.html for the public discussion on this.
* | | Merge pull request #16078 from rossbar/doc/axis_to_new_or_differentMatti Picus2020-05-072-0/+15
|\ \ \ | |/ / |/| | DOC: Add axis to random module "new or different" docs
| * | DOC: Added `permutation` to methods with axis kwarg.Ross Barnowski2020-04-252-6/+7
| | | | | | | | | | | | | | | Added `permutation` to `choice` and `shuffle` in the list of highlighted methods with an `axis` kwarg.
| * | DOC: Added bullet about axis kwarg to rng overview docs.Ross Barnowski2020-04-252-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Merge pull request #16144 from charris/post-1.18.4-releaseCharles Harris2020-05-032-0/+39
|\ \ \ | | | | | | | | REL: Update master after NumPy 1.18.4 release
| * | | REL: Update master after NumPy 1.18.4 releaseCharles Harris2020-05-032-0/+39
| | | | | | | | | | | | | | | | | | | | | | | | - Add 1.18.4-changelog.rst - Add 1.18.4-notes.rst - Update release.rst
* | | | DOC: Add VSCode help link to importerror troubleshootingSebastian Berg2020-05-031-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds the environment variable help link: https://code.visualstudio.com/docs/python/environments for VSCode. Closes gh-16139 and gh-15183
* | | | Merge pull request #15769 from seberg/hugepages-allow-togglingMatti Picus2020-05-032-0/+86
|\ \ \ \ | | | | | | | | | | ENH: Allow toggling madvise hugepage and fix default
| * | | | Further DOC-Fixup base don Ross' reviewSebastian Berg2020-03-181-16/+16
| | | | |
| * | | | Apply suggestions from code review by RossSebastian Berg2020-03-171-10/+10
| | | | | | | | | | | | | | | Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>
| * | | | DOC: Note few global global options we currently have in refdocsSebastian Berg2020-03-172-0/+86
| | | | | | | | | | | | | | | | | | | | | | | | | These are options that are controlled typically through environment variable at startup or compile time.
* | | | | DOC: Added page describing how to contribute to the docs team (#16069)Melissa Weber Mendonça2020-05-034-5/+157
| |/ / / |/| | |
* | | | Merge pull request #16014 from seberg/import-error-infoCharles Harris2020-05-012-0/+126
|\ \ \ \ | | | | | | | | | | DOC: Change import error "howto" to link to new troubleshooting page
| * | | | Fix other comments from Ross and make it ImportError specificSebastian Berg2020-04-282-6/+6
| | | | |
| * | | | Apply suggestions from code reviewSebastian Berg2020-04-281-6/+5
| | | | | | | | | | | | | | | Co-Authored-By: Ross Barnowski <rossbar@berkeley.edu>