[Numpy-svn] [numpy/numpy] 6633f6: DOC: fix typo in 'Indexing Multi-dimensional array...

GitHub noreply at github.com
Thu Feb 9 21:58:20 EST 2017


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 6633f69ca250c98fc4126961b657c9df0f8d06ec
      https://github.com/numpy/numpy/commit/6633f69ca250c98fc4126961b657c9df0f8d06ec
  Author: Kirill Balunov <kirill.balunov at gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M numpy/doc/indexing.py

  Log Message:
  -----------
  DOC: fix typo in 'Indexing Multi-dimensional arrays'

[ci skip]


  Commit: b286fd47e9e8d9fd418dc37156d57a58f0637b1d
      https://github.com/numpy/numpy/commit/b286fd47e9e8d9fd418dc37156d57a58f0637b1d
  Author: Kirill Balunov <kirill.balunov at gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M doc/source/reference/arrays.scalars.rst

  Log Message:
  -----------
  DOC: fix typo in indexing section


  Commit: 40ce834f854827b39c98a6e32d061195edad6662
      https://github.com/numpy/numpy/commit/40ce834f854827b39c98a6e32d061195edad6662
  Author: Kirill Balunov <kirill.balunov at gmail.com>
  Date:   2017-02-07 (Tue, 07 Feb 2017)

  Changed paths:
    M doc/source/user/quickstart.rst

  Log Message:
  -----------
  DOC: fix typo in 'Stacking together different arrays'

The example with `newaxis` now looks rather silly. I left it
because it is the only place in this tutorial with an example
how to use `newaxis`.


  Commit: b52be49a702862a44f18237c5a9a6c7f5173ddab
      https://github.com/numpy/numpy/commit/b52be49a702862a44f18237c5a9a6c7f5173ddab
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2017-02-09 (Thu, 09 Feb 2017)

  Changed paths:
    M doc/source/reference/arrays.scalars.rst
    M doc/source/user/quickstart.rst
    M numpy/doc/indexing.py

  Log Message:
  -----------
  Merge pull request #8575 from godaygo/doc-typos-1

DOC: fix several typos #8537.


Compare: https://github.com/numpy/numpy/compare/04bfa6233473...b52be49a7028


More information about the Numpy-svn mailing list