-
-
Notifications
You must be signed in to change notification settings - Fork 329
Add documentation for find/findall using visit #1241
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
Add documentation for find/findall using visit #1241
Conversation
In
I get the following error:
|
Codecov Report
@@ Coverage Diff @@
## main #1241 +/- ##
==========================================
- Coverage 99.99% 99.99% -0.01%
==========================================
Files 35 33 -2
Lines 14135 13739 -396
==========================================
- Hits 14134 13738 -396
Misses 1 1
|
The build is happy again, @caviere, (:+1:) but it looks like the formatting of the tree is squished: |
I forgot to check how the docs look on the browser. I have now fixed it after reading on how to add literal blocks for sphinx https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#literal-blocks |
This is great, @caviere. Thanks for doing the research and getting it into the docs! |
Resolves #188