We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great if there is a supported way to traverse the generated DocumentNode and modify the node structure.
DocumentNode
The docutils.transforms namespace includes quite some usage of such node visitor, some directly applicable to this library:
docutils.transforms
PendingNodes
.. class::
The text was updated successfully, but these errors were encountered:
:ref:
No branches or pull requests
It would be great if there is a supported way to traverse the generated
DocumentNode
and modify the node structure.The
docutils.transforms
namespace includes quite some usage of such node visitor, some directly applicable to this library:PendingNodes
to better handle the.. class::
directive (see discussion in alphabetical globs, Directive refactoring & Fixing #141 (comment) )The text was updated successfully, but these errors were encountered: