Skip to content

Incorrect reference ordering after pdoc compilation #79

Description

@mptino

Bug Description

After compiling pdoc using pdoc --math -d numpy -o docs/ shapelets !shapelets.self_assembly._rdistance* as seen here , we get misordered references.

For example, looking at the orientation function, the source code has references in order of appearance as 1, 2, 3, whereas pdoc has compiled them to appear in order 2, 3, 1.

Image

Image

Related Issues

See pdoc issue #811

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions