Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: fix broken links for developer documentation | Nikita Kartashov | 2018-04-21 | 1 | -1/+1 |
| | | | | | | Some links in developer documentation and files had extraneous '-dev' in them, removing it restore the working state of the links. See: #10939 | ||||
* | DOC: clear up warnings, fix matplotlib plot | mattip | 2018-04-17 | 1 | -1/+2 |
| | |||||
* | document a few more missing glossary terms | mattip | 2018-04-13 | 1 | -0/+8 |
| | |||||
* | fix typos from review | mattip | 2018-04-11 | 1 | -2/+2 |
| | |||||
* | add missing glossary entries and link in missing document | mattip | 2018-04-11 | 1 | -2/+20 |
| | |||||
* | formatting fixes | mattip | 2018-04-11 | 1 | -2/+2 |
| | |||||
* | DOC: Fix minor typos | luz.paz | 2018-03-30 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -I ../numpy-whitelist.txt` | ||||
* | declare source code encoding | guoci | 2018-03-10 | 1 | -0/+1 |
| | |||||
* | add documentation for constants | guoci | 2018-03-10 | 1 | -2/+24 |
| | |||||
* | Misc. typos | luz.paz | 2018-02-12 | 1 | -1/+1 |
| | | | Found via `codespell -q 3 -I ../numpy-whitelist.txt` | ||||
* | More misc. typos | luz.paz | 2018-01-04 | 1 | -1/+1 |
| | | | Found via `codespell` | ||||
* | DOC: fix minor typos | Unknown | 2017-12-12 | 1 | -3/+3 |
| | |||||
* | ENH: don't show boolean dtype, as it is implied | Eric Wieser | 2017-11-13 | 4 | -9/+9 |
| | |||||
* | Merge pull request #9056 from ahaldane/structure_docs | Charles Harris | 2017-11-11 | 1 | -193/+470 |
|\ | | | | | DOC: update structured array docs to reflect #6053 | ||||
| * | DOC: update structured array docs to reflect #6053, fixups | Allan Haldane | 2017-11-09 | 1 | -56/+56 |
| | | | | | | | | [ci skip] | ||||
| * | DOC: update structured array docs to reflect #6053 | Allan Haldane | 2017-11-09 | 1 | -193/+470 |
| | | | | | | | | [ci skip] | ||||
* | | DOC: fix operation plural in along axis glossary | Steven Maude | 2017-10-31 | 1 | -1/+1 |
|/ | | | Correct "Many operation can..." to "Many operations can..." | ||||
* | DOC: Replace PyFITS reference with Astropy and PyTables with h5py | Michael Seifert | 2017-10-16 | 1 | -2/+2 |
| | | | | [skip ci] | ||||
* | DOC, BUG: Fix Python 3.6 invalid escape sequence. | Charles Harris | 2017-08-13 | 1 | -2/+2 |
| | | | | | | | | | The rst markup in numpy/doc/basics.py uses `\s`, which is interpreted by python 3.6 as a deprecated escape sequence. Fix by escaping the `\`. Closes #9551. [ci skip] | ||||
* | Merge branch 'master' into fix-note-on-quad-prec | Charles Harris | 2017-08-12 | 1 | -2/+2 |
|\ | |||||
| * | Merge pull request #9422 from deniederhut/doc/types-formatting | Charles Harris | 2017-08-12 | 1 | -2/+2 |
| |\ | | | | | | | DOC: correct formatting of basic.types.html | ||||
| | * | DOC: reverts some escapes [ci-skip] | Dillon Niederhut | 2017-08-11 | 1 | -2/+2 |
| | | | |||||
| | * | DOC: removes extraneous whitespace with escapes | Dillon Niederhut | 2017-07-27 | 1 | -3/+3 |
| | | | | | | | | | | | | [ci-skip] | ||||
| | * | DOC: correct formatting of basic.types.html | Dillon Niederhut | 2017-07-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | In the documentation for types allowed in numpy, missing spaces around the backticks for fixed-width formatting cause code examples to appear as plain text, or are causing plain text to appear as code. This commit fixes back tick spacing in the 'Extended Precision' section of the 'Data Types' page. | ||||
* | | | DOC: Adding backslash between double-backtick and s. | Danny Hermes | 2017-08-11 | 1 | -1/+1 |
|/ / | |||||
* | | MAINT: Stop using the undocumented coercion-then-downcast feature of subdtype | Eric Wieser | 2017-08-05 | 1 | -2/+2 |
| | | |||||
* | | MAINT/DOC: Use builtin when np.{x} is builtins.{x}. | Eric Wieser | 2017-08-05 | 1 | -1/+1 |
|/ | | | | | | | This is the case for x in {int, bool, str, float, complex, object}. Using the np.{x} version is deceptive as it suggests that there is a difference. This change doesn't affect any external behaviour. The `long` type is missing in python 3, so np.long is still useful | ||||
* | DOC: BLD: fix lots of Sphinx warnings/errors. | Ralf Gommers | 2017-06-10 | 3 | -39/+40 |
| | |||||
* | MAINT: Don't internally use the one-argument where | Eric Wieser | 2017-06-03 | 2 | -2/+3 |
| | | | | nonzero is a clearer spelling | ||||
* | DOC: update documentation allowing tuple of one in reduce, etc. | Marten van Kerkwijk | 2017-05-17 | 1 | -0/+2 |
| | |||||
* | BUG: Support nout == 0 and at method | Eric Wieser | 2017-04-27 | 1 | -1/+4 |
| | |||||
* | DOC,TST: clarify example of ndarray subclass using __array_ufunc__ | Marten van Kerkwijk | 2017-04-27 | 1 | -7/+6 |
| | | | | Also add a few more tests of the same example for good measure. | ||||
* | DOC: implement many smaller and bigger changes suggested in review. | Marten van Kerkwijk | 2017-04-27 | 1 | -15/+18 |
| | |||||
* | DOC: clarify use of super and getattr | Marten van Kerkwijk | 2017-04-27 | 1 | -11/+36 |
| | |||||
* | DOC: Describe __array_func__ in subclassing | Marten van Kerkwijk | 2017-04-27 | 1 | -33/+148 |
| | | | | | This includes the use of super everywhere, and in the brief description of __array_ufunc__ in the reference section. | ||||
* | DOC: describe current implementation of __array_ufunc__. | Marten van Kerkwijk | 2017-04-27 | 1 | -0/+4 |
| | |||||
* | DOC: Removed broken link | Jesse Thoren | 2017-02-23 | 1 | -6/+0 |
| | | | | | Removed a broken link from the subclassing ndarray in the user guide. Removed credit to Pierre Gerard-Marchant, as this is out of place in the user guide. #8673 | ||||
* | DOC: fix typo in 'Indexing Multi-dimensional arrays' | Kirill Balunov | 2017-02-07 | 1 | -2/+2 |
| | | | | [ci skip] | ||||
* | DOC: change Numpy to NumPy in dosctrings and comments | Pierre de Buyl | 2016-09-06 | 9 | -26/+26 |
| | | | | The strings in error messages were left untouched | ||||
* | DOC: Update subclassing doc regarding downstream compat | gfyoung | 2016-08-11 | 1 | -0/+47 |
| | | | | [ci skip] | ||||
* | DOC: Fix more typos in docs and comments. | Dongjoon Hyun | 2016-02-25 | 4 | -6/+6 |
| | |||||
* | MAINT: Fix some typos in a code string and comments | Dongjoon Hyun | 2016-01-27 | 2 | -2/+2 |
| | |||||
* | Fix number sequence | Abdullah Alrasheed | 2016-01-14 | 1 | -4/+4 |
| | | | | | | I have found that there are two missing numbers in a sequence in the documentation. http://docs.scipy.org/doc/numpy/user/misc.html#interfacing-to-c It goes 1,2,3,5,7,8 with missing 4 and 6. | ||||
* | typo corrrected. | Daniel | 2015-12-23 | 1 | -1/+1 |
| | |||||
* | DOC: Use print only as function when print_function is imported from __future__ | gfyoung | 2015-12-19 | 3 | -22/+22 |
| | | | | Closes gh-6863. | ||||
* | DOC: remove placeholders and incompleteness warnings | Pauli Virtanen | 2015-10-25 | 5 | -50/+0 |
| | | | | | Neither are useful, and will discourage both reading and editing of the material. | ||||
* | DOC: be more emphatic about Windows and 64 bits | Anne Archibald | 2015-09-01 | 1 | -7/+9 |
| | |||||
* | DOC describe the situation of extended precision in numpy | Anne Archibald | 2015-09-01 | 1 | -0/+37 |
| | |||||
* | DOC: Fix docstring warnings in documetation generation. | Charles Harris | 2015-07-01 | 1 | -5/+2 |
| | | | | | | | | | | | | Most of these fixes involve putting blank lines around .. versionadded:: x.x.x and .. deprecated:: x.x.x Some of the examples were also fixed. | ||||
* | DOC: Update docs. | Gabor Kovacs | 2015-06-21 | 1 | -6/+8 |
| | | | | | | | Update docs for boolean array indexing and nonzero order. Add links to row-major and column-major terms where they appear. Closes #3177 |