Replies: 3 comments 9 replies
-
I don't understand what was done. Where was it duplicated? |
Beta Was this translation helpful? Give feedback.
7 replies
-
Beta Was this translation helpful? Give feedback.
1 reply
-
I asked Julia: Otherwise I guess it should just be nested since it's better for maintenance. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Referring to the PR #483, I think it would be good practice to reference docstring directly without creating duplicate content.
I would think using
@docs
is the way to go https://documenter.juliadocs.org/stable/man/syntax/#@docs-block.But I got an error msg below:
It suggests it conflicts with the use of
@autodocs
when we create the table of contents for the documentation.For this PR, it should be fine, but for any future docs it would be nice to make it work. I don't see a direct solution to this, or maybe I missed something. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions