-
-
Notifications
You must be signed in to change notification settings - Fork 164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rename_references breaks whitespace for tables #130
Labels
Comments
Workaround, use
|
Alternative workaround: Use the symbol footnotes rather than numbered ones. |
peterjc
added a commit
to peterjc/biopython
that referenced
this issue
Oct 25, 2017
peterjc
added a commit
to peterjc/biopython
that referenced
this issue
Oct 25, 2017
peterjc
added a commit
to biopython/biopython
that referenced
this issue
Oct 30, 2017
MarkusPiotrowski
pushed a commit
to MarkusPiotrowski/biopython
that referenced
this issue
Oct 31, 2017
jnothman
added a commit
to jnothman/numpydoc
that referenced
this issue
Nov 1, 2017
jnothman
added a commit
that referenced
this issue
Mar 28, 2018
* Ensure reference renaming is parallel-safe This prefixes each reference with a token indicative of which docstring it belongs to and then relabels the text of the reference once the doctree is compiled * Fix missing argument * Install pdflatex in Travis * More TeX packages * Some sphinx require latexmk * Move imports * Fix comment * Warn about #130 * Fixes to relabelling of references: * Use label text not normalised text * Split at first - not last * Do not relabel non-docstring content * Fix logic for identifying non-docscring
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Setup
Mac OS X, Python 3.6, Sphinx 1.6.5, numpydoc 0.7.0
Reproducible example
Test case, call this file
footnote_in_table.py
Call this file
footnote_in_table.rst
,Minimal configuration file,
conf.py
,Failing output:
Diagnosis
While renaming the footnote references the importance of white space is not considered here:
https://github.com/numpy/numpydoc/blob/v0.7.0/numpydoc/numpydoc.py#L39
Suggested fix pending...
The text was updated successfully, but these errors were encountered: