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

More robust determination of rtype location / fix issue 302 #304

Merged
merged 1 commit into from Jan 19, 2023

Commits on Jan 19, 2023

  1. More robust determination of rtype location / fix issue 302

    Resolves 302.
    
    This increases the robustness of the handling of the docutils tree.
    The docutils rst parser seems to have a bunch of bugs / shortcomings.
    The original problem was that several list types do not get their line
    number set. So to find the line number of a node, if the node itself has
    None as the line number, we descend through the first children of the
    node until we find one with a non-None line number.
    hoodmane committed Jan 19, 2023
    Configuration menu
    Copy the full SHA
    f9c3535 View commit details
    Browse the repository at this point in the history