diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-01-05 12:56:26 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-01-05 16:17:04 -0700 |
commit | 40e47e06e741797efef60211c58e30ff82c7191f (patch) | |
tree | 3f71e7ccdcb2baab41a1839887bbfe117339aadb /doc | |
parent | 346c700ab16da1deaf95e9f0331ffd76fb2162fa (diff) | |
download | numpy-40e47e06e741797efef60211c58e30ff82c7191f.tar.gz |
DOC,BUG: Fix some latex generation problems.
Some of the documentation for newbyteorder, copy and pasted in several
spots, had paragraphs ending in `::`, initiating a sphinx generated
Verbatim environment and resulting in "LaTeX Error: Too deeply nested".
The user_array.container class needed non-empty class documentation.
That that caused a problem is probably a numpydoc bug, but it is easy to
fix.
[skip ci]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release/1.10.3-notes.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/release/1.10.3-notes.rst b/doc/release/1.10.3-notes.rst index 9a01dee76..3b5dbc5e3 100644 --- a/doc/release/1.10.3-notes.rst +++ b/doc/release/1.10.3-notes.rst @@ -19,4 +19,5 @@ the PR number for the original PR against master is listed. * gh-6884 REL: Update pavement.py and setup.py to reflect current version. * gh-6916 BUG: Fix test_f2py so it runs correctly in runtests.py. * gh-6924 BUG: Fix segfault gh-6922. +* gh-6943 DOC,BUG: Fix some latex generation problems. |