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

Use sphinx-apidoc to create API reference #309

Merged
merged 12 commits into from Aug 4, 2020
Merged

Commits on Jul 25, 2020

  1. Copy the full SHA
    d61ddf2 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cf9cce1 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cb0166d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    f5151b1 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    fed214e View commit details
    Browse the repository at this point in the history
  6. Use sphinx-apidoc to create the API reference instead of epydoc

    Epydoc is Python 2 only and unmaintained.
    
    sphinx-apidoc is run before the build step, to avoid duplicate entries
    being created.
    cjmayo committed Jul 25, 2020
    Copy the full SHA
    e678695 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    e67e3eb View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    28bd579 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    c7d1d5b View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Move "inplace" Makefile dependency only where it is needed, and actua…

    …lly use "inplace3" since that's what we use.
    scoder committed Jul 28, 2020
    Copy the full SHA
    092bc2c View commit details
    Browse the repository at this point in the history
  2. Make sure lxml gets imported from the source directory and not from a…

    … global installation.
    scoder committed Jul 28, 2020
    Copy the full SHA
    61d135e View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Remove work-around code.

    scoder committed Aug 4, 2020
    Copy the full SHA
    e03219e View commit details
    Browse the repository at this point in the history