-
Notifications
You must be signed in to change notification settings - Fork 498
Description
For example, if I have two at-docs blocks which reference the same function, only one will actually render the docstring, while the other will be blank. Is it possible to force both to render the same docstring?
My usecase is primarily documentation of recipes in AbstractPlotting, which I would like to have two pages for: one being a “basics” page and another being a page which just documents all of the available recipes. I want to put a subset of all recipes on the first page, and then list out all the recipes on the second. However, currently this isn't possible, simply because the docstrings from the first page will not be written again on the second page.
Another problem is that some functions apply to multiple aspects of a package, and it doesn't make sense to make the user click on hyperlinks and be redirected to another page, just to read a docstring.