Skip to content
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

Create clickable links for all symbols in the documentation #552

Closed
Marwes opened this issue Jun 24, 2018 · 1 comment
Closed

Create clickable links for all symbols in the documentation #552

Marwes opened this issue Jun 24, 2018 · 1 comment

Comments

@Marwes
Copy link
Member

Marwes commented Jun 24, 2018

For instance Functor should be clickable in http://gluon-lang.org/doc/nightly/std/prelude.html#type.Applicative

@Marwes
Copy link
Member Author

Marwes commented Jun 24, 2018

Should be doable using prettys support for annotations and use Symbol as the annotation. Then gluon_doc can use these annotations to output a link as Symbol -> href mapping already exists

Marwes added a commit to Marwes/gluon that referenced this issue Jul 6, 2018
Marwes added a commit to Marwes/gluon that referenced this issue Jul 6, 2018
Marwes added a commit to Marwes/gluon that referenced this issue Jul 6, 2018
bors bot added a commit that referenced this issue Jul 6, 2018
583: feat(doc): Make all types link to their definition r=Marwes a=Marwes

Closes #552

Co-authored-by: Markus Westerlind <marwes91@gmail.com>
@bors bors bot closed this as completed in #583 Jul 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant