Skip to content
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

Ensure reference renaming is parallel-safe #136

Merged
merged 11 commits into from
Mar 28, 2018

Commits on Nov 1, 2017

  1. Install pdflatex in Travis

    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    097164a View commit details
    Browse the repository at this point in the history
  2. 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
    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    f4f65ed View commit details
    Browse the repository at this point in the history
  3. Fix missing argument

    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    105319d View commit details
    Browse the repository at this point in the history
  4. More TeX packages

    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    d0a433b View commit details
    Browse the repository at this point in the history
  5. Some sphinx require latexmk

    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    81986b0 View commit details
    Browse the repository at this point in the history
  6. Move imports

    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    edfc036 View commit details
    Browse the repository at this point in the history
  7. Fix comment

    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    810ddd8 View commit details
    Browse the repository at this point in the history
  8. Warn about numpy#130

    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    c410820 View commit details
    Browse the repository at this point in the history
  9. Fixes to relabelling of references:

    * Use label text not normalised text
    * Split at first - not last
    * Do not relabel non-docstring content
    jnothman committed Nov 1, 2017
    Configuration menu
    Copy the full SHA
    c2d0ebd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a8f413f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    40c5295 View commit details
    Browse the repository at this point in the history