[Numpy-svn] [numpy/numpy] 53b17c: BUG: DOC: Fix documentation build.

GitHub noreply at github.com
Sun Mar 2 17:29:34 EST 2014


  Branch: refs/heads/master
  Home:   https://github.com/numpy/numpy
  Commit: 53b17c5422e7a319cf19b8c1f6ebb67844d3a423
      https://github.com/numpy/numpy/commit/53b17c5422e7a319cf19b8c1f6ebb67844d3a423
  Author: Charles Harris <charlesr.harris at gmail.com>
  Date:   2014-03-02 (Sun, 02 Mar 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst

  Log Message:
  -----------
  BUG: DOC: Fix documentation build.

The documentation was not building. The apparent cause was a problem in
parsing some `...` constructs in 1.9.0-notes.rst. Some of those
constructs looked intended as links and others just looked wrong. All
uses of `...` were replaced by inline literals ``...`` just to be safe.
I have no idea where or what the actual bug was.

Also spellchecked and reformatted for line length.

Closes #4346.


  Commit: d4c7c3a69a0dc2458c876dd17a15b1a18b179fd8
      https://github.com/numpy/numpy/commit/d4c7c3a69a0dc2458c876dd17a15b1a18b179fd8
  Author: Ralf Gommers <ralf.gommers at googlemail.com>
  Date:   2014-03-02 (Sun, 02 Mar 2014)

  Changed paths:
    M doc/release/1.9.0-notes.rst

  Log Message:
  -----------
  Merge pull request #4423 from charris/fix-documentation-build

BUG: DOC: Fix documentation build.


Compare: https://github.com/numpy/numpy/compare/0013ffb1c438...d4c7c3a69a0d


More information about the Numpy-svn mailing list