[Numpy-svn] [numpy/numpy] db668f: DOC: remove obsolete oldnumeric/numarray sections ...

GitHub noreply at github.com
Tue Apr 22 13:43:25 EDT 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: db668f3792247422010825cf76c9dd927166468b
      https://github.com/numpy/numpy/commit/db668f3792247422010825cf76c9dd927166468b
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M doc/source/reference/routines.rst
    M doc/source/reference/routines.testing.rst

  Log Message:
  -----------
  DOC: remove obsolete oldnumeric/numarray sections from reference guide.

Also fix a duplicate entry for numpy.testing due to incorrect
header underlining.


  Commit: 1dff3cea279dd1736dfee03334404eb381fedc75
      https://github.com/numpy/numpy/commit/1dff3cea279dd1736dfee03334404eb381fedc75
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M doc/source/f2py/python-usage.rst
    M numpy/testing/utils.py

  Log Message:
  -----------
  DOC: fix examples in f2py documentation.  They didn't appear at all in html.

Also fix example in testing that Sphinx saw as section header.


  Commit: b66af02c283ddd1e33436ad3a14adec0bb09785f
      https://github.com/numpy/numpy/commit/b66af02c283ddd1e33436ad3a14adec0bb09785f
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M doc/neps/deferred-ufunc-evaluation.rst
    A doc/neps/math_config_clean.rst
    R doc/neps/math_config_clean.txt
    M doc/neps/missing-data.rst
    M doc/neps/new-iterator-ufunc.rst
    M doc/neps/newbugtracker.rst
    A doc/neps/npy-format.rst
    R doc/neps/npy-format.txt
    R doc/neps/pep_buffer.txt
    A doc/neps/structured_array_extensions.rst
    R doc/neps/structured_array_extensions.txt
    A doc/neps/warnfix.rst
    R doc/neps/warnfix.txt
    M doc/source/_templates/indexcontent.html
    M doc/source/contents.rst
    A doc/source/neps/datetime-proposal.rst
    A doc/source/neps/datetime-proposal3.rst
    A doc/source/neps/deferred-ufunc-evaluation.rst
    A doc/source/neps/generalized-ufuncs.rst
    A doc/source/neps/groupby_additions.rst
    A doc/source/neps/index.rst
    A doc/source/neps/math_config_clean.rst
    A doc/source/neps/missing-data.rst
    A doc/source/neps/new-iterator-ufunc.rst
    A doc/source/neps/newbugtracker.rst
    A doc/source/neps/npy-format.rst
    A doc/source/neps/structured_array_extensions.rst
    A doc/source/neps/ufunc-overrides.rst
    A doc/source/neps/warnfix.rst

  Log Message:
  -----------
  DOC: add NEPs overview to documentation.


  Commit: 7d3e739a342121da74837a73a0374ed148aafe86
      https://github.com/numpy/numpy/commit/7d3e739a342121da74837a73a0374ed148aafe86
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M doc/neps/npy-format.rst

  Log Message:
  -----------
  DOC: fix reST formatting of npy-format NEP.


  Commit: d7f761650aeca14772d3eeb11dcac4788e53e0a3
      https://github.com/numpy/numpy/commit/d7f761650aeca14772d3eeb11dcac4788e53e0a3
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2014-04-21 (Mon, 21 Apr 2014)

  Changed paths:
    M numpy/doc/misc.py

  Log Message:
  -----------
  DOC: clean up docs in userguide for interfacing to compiled code a bit.

Add a link to f2py docs, which was missing.

[ci skip]


  Commit: fff48655d4bcc65eb2bcaa4faa9d62b5439db54a
      https://github.com/numpy/numpy/commit/fff48655d4bcc65eb2bcaa4faa9d62b5439db54a
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-04-22 (Tue, 22 Apr 2014)

  Changed paths:
    M doc/neps/deferred-ufunc-evaluation.rst
    A doc/neps/math_config_clean.rst
    R doc/neps/math_config_clean.txt
    M doc/neps/missing-data.rst
    M doc/neps/new-iterator-ufunc.rst
    M doc/neps/newbugtracker.rst
    A doc/neps/npy-format.rst
    R doc/neps/npy-format.txt
    R doc/neps/pep_buffer.txt
    A doc/neps/structured_array_extensions.rst
    R doc/neps/structured_array_extensions.txt
    A doc/neps/warnfix.rst
    R doc/neps/warnfix.txt
    M doc/source/_templates/indexcontent.html
    M doc/source/contents.rst
    M doc/source/f2py/python-usage.rst
    A doc/source/neps/datetime-proposal.rst
    A doc/source/neps/datetime-proposal3.rst
    A doc/source/neps/deferred-ufunc-evaluation.rst
    A doc/source/neps/generalized-ufuncs.rst
    A doc/source/neps/groupby_additions.rst
    A doc/source/neps/index.rst
    A doc/source/neps/math_config_clean.rst
    A doc/source/neps/missing-data.rst
    A doc/source/neps/new-iterator-ufunc.rst
    A doc/source/neps/newbugtracker.rst
    A doc/source/neps/npy-format.rst
    A doc/source/neps/structured_array_extensions.rst
    A doc/source/neps/ufunc-overrides.rst
    A doc/source/neps/warnfix.rst
    M doc/source/reference/routines.rst
    M doc/source/reference/routines.testing.rst
    M numpy/doc/misc.py
    M numpy/testing/utils.py

  Log Message:
  -----------
  Merge pull request #4632 from rgommers/refguide-update

Doc update: NEPs, f2py examples and refguide section fix.


Compare: https://github.com/numpy/numpy/compare/2c902f1a2948...fff48655d4bc


More information about the Numpy-svn mailing list