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

Override generation of id & href attributes for API documentation #1208

Merged
merged 3 commits into from Apr 25, 2023

Commits on Feb 23, 2023

  1. Override generation of id & href attributes for API documentation

    This will replace dots with underscores in qualified names of Python modules & functions (e.g. `mypackage.mymodule.myfunc`), allowing ScrollSpy to identify these tags as navigation targets.
    
    Addresses pydata#1207 and fixes pydata#1026
    bheberlein committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    1a8afd4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    dc3d9d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Configuration menu
    Copy the full SHA
    eb2fc5d View commit details
    Browse the repository at this point in the history