Plans to declassify filters
parameter as sponsors only?
#301
Closed
staadecker
started this conversation in
General
Replies: 1 comment 3 replies
-
Hi @staadecker 🙂 That feature is already (and always was) available to everyone. Have you tried using it and got unexpected results? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @pawamoy,
Thank you for the wonderful library! It's really helping Python users transition from the Sphinx ecosystem to the (imo better) mkdocs ecosystem.
I was wondering if there are any plans to make
filters
available to everyone (not only sponsors)? Of course, I understand the need for some of the nice-to-have features to be for sponsors only; open-source projects need to find a way to fund themselves! However, I personally think that having no way to hide one's numerous dunder methods from their documentation is a significant limitation / issue withmkdocstrings
, not simply a missing nice-to-have feature. To give you an idea, my documentation is currently overwhelmed with dunder methods as shown below.If
filters
is to continue to be sponsors only, do you recommend using the legacy python handler? What are the main drawbacks of the legacy handler? I couldn't find a comparison between the two online.Thanks!
Martin
Beta Was this translation helpful? Give feedback.
All reactions