Replies: 1 comment 6 replies
-
|
Why not just specify URL inside the docstring? For example Markdown or reStructuredText variable: Annotated[
str,
Doc(
"`The link <https://github.com/kuyugama/theproject>`_"
)
] |
Beta Was this translation helpful? Give feedback.
6 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.
-
First Check
Example Code
Description
i am thinking about a feature, maybe not the first one but a lazy load of example files or tldr or test files like having a point to that file or a link with no need for source code directly import but i think it is not the best way to handle it with string import path b.c files can change and break everything may be a validation along to it and then it will help easy navigation and learning in place
Operating System
Linux
Operating System Details
No response
Version
0
Python Version
3.12
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions