-
-
Notifications
You must be signed in to change notification settings - Fork 25.9k
Links from documentation to Github #1680
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
In general, I think that might be nice. Though it might lead to us getting lazy in documentation. |
|
Any new thoughts on this one? Shall we try implement it or is it not necessary? |
The sphinx.ext.viewcode extension allows that. However, last time I checked, it generated a page with the code instead of linking to a github website. However, it can be modified to handle that without too much difficulty I think. |
Thanks for the info @AlexandreAbraham .. if we decide to add this, I'll definitely check that route out 👍 |
Closing as solved by #2777. |
I thought it would be very convenient to have a link from a documentation page to the file on Github implementing the class/method. Maybe this could be automated somehow when the docs for the modules are generated?
The text was updated successfully, but these errors were encountered: