You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.
In my docstrings I like to write bash one-liners that allow me to accomplish various tasks like running a particular task or performing some auto-generation or auto-transformation of my code.
It would be awesome of napoleon had a way of setting something in conf.py that caused certain google-style docstring blocks to be ignored when passing them to sphinx or just having sphinx ignore them in the first place.
If someone would give me a few pointers on where in the code functionality like this might best be added or how this might be best implemented, I'd be willing to to code this feature up.
The text was updated successfully, but these errors were encountered:
In my docstrings I like to write bash one-liners that allow me to accomplish various tasks like running a particular task or performing some auto-generation or auto-transformation of my code.
As an example, I would really like to be able to ignore the
AutogenInit
block defined here: https://github.com/Erotemic/ubelt/blob/master/ubelt/__init__.py#L32 and currently rendered here: https://ubelt.readthedocs.io/en/latest/index.htmlIt would be awesome of napoleon had a way of setting something in
conf.py
that caused certain google-style docstring blocks to be ignored when passing them to sphinx or just having sphinx ignore them in the first place.Something like
If someone would give me a few pointers on where in the code functionality like this might best be added or how this might be best implemented, I'd be willing to to code this feature up.
The text was updated successfully, but these errors were encountered: