Skip to content

docs(extending_build.rst): update to match develoment/tutorials/example/todo.py #13515

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

vwheeler63
Copy link
Contributor

Purpose

To update ./doc/development/tutorials/extending_build.rst to match the updated code it uses in ./doc/development/tutorials/examples/todo.py.

It appears todo.py was previously updated shifting some lines down and this caused 5 code examples to be missing 1 or more lines at the end. This was fixed, as well as replacing an old function with a new function that parses directive content into nodes: parse_content_to_nodes().

Additionally, clarified when doctree-resolved event gets fired so make the example more understandable.

References

n/a

It appears `todo.py` was previously updated shifting some lines down
and this caused 5 code examples to be missing 1 or more lines at the end.
This was fixed, as well as replacing an old function with a new function
that parses directive content into nodes:  `parse_content_to_nodes()`.

Additionally, clarified when `doctree-resolved` event gets fired so make
the example more understandable.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant