docrep icon indicating copy to clipboard operation
docrep copied to clipboard

A Python Module for intelligent reuse of docstrings

Results 6 docrep issues
Sort by recently updated
recently updated
newest added

Hello, thanks for this package - I'm finding it really helpful. I'm not sure if this is a feature request, a bug, or unclear documentation, but I'm having trouble removing...

enhancement

Hi @Chilipp , thanks for making docrep, I find it really useful! I have 3 small requests, all somewhat related to `keep_params`/ `delete_params`: 1. would it be possible to include...

If you have a trailing space behind the section (e.g. `"Parameters "` instead of `"Parameters"`), docrep will not recognize the section. This should be fixed. Example: ```python import docrep d...

Hey! There is a new feature that I would like to discuss for docrep and I'd very much like your feedback (pinging @jgostick, @mennthor, @amnona, @lesteve). It's about docstring *inheritance*...

enhancement

Hi Philipp We have started using docrep 'officially' in our project (OpenPNM). It's now merged into dev and will be release to master by the end of March. I have...

Does `docrep` require the parameters in the docstring to be written without a blank line separating them? It seems like a blank line is taken as the end of the...