Open Eric-Arellano opened 1 month ago
Hi, can you assigned me to this issue please?
Sure, @a-dubaj. Thanks for offering to help! It'd be great to focus on docs/guides and docs/migration-guides to start. The API docs are updated in other repositories and could be handled separately.
Hey @a-dubaj how is this going?
It's common to see code blocks like this:
The
>>>
is emulating a REPL like IPython. However, it's not very useful to our end users because they cannot use our copy-code button. Better is this:We should fix:
Use
rg '>>>'
to find violations.In Sphinx, you'd fix this with something like this: