We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be great to have a way to go to the source definition of the function in the docs.
For example when looking at isOdd in the docs I would like to be able to click a link that takes me to the source.
See here for an example of a python api that has the jump to source feature.
What are your thoughts on this feature in the docs?
Does rails offer a plugin for this? I'll research it a bit and report back.
The text was updated successfully, but these errors were encountered:
I think it's a great idea!
In order to do this we need to export the source path to the documentation which Mint generates (https://github.com/mint-lang/mint/tree/master/src/documentation_generator for each node) after that it's more or less trivial to implement here.
Alternatively the source of a function is exported in the documentation so we can just display it.
This can stay as it's own issue.
Sorry, something went wrong.
No branches or pull requests
It would be great to have a way to go to the source definition of the function in the docs.
For example when looking at isOdd in the docs I would like to be able
to click a link that takes me to the source.
See here for an example of a python api that has the jump to source feature.
What are your thoughts on this feature in the docs?
Does rails offer a plugin for this? I'll research it a bit and report back.
The text was updated successfully, but these errors were encountered: