-
Notifications
You must be signed in to change notification settings - Fork 486
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
Casing of search result types should be consistent #634
Comments
Maybe because |
@KristofferC the search results doesn't seem to provide a hint in this direction, though. Perhaps rendering it as |
I'm confused, it says |
It comes from the |
Thanks for the pointer @mortenpi; I'll see if I can take a stab at that in the next few days. |
this ensures that the category of entries in search results listings (e.g. "function", "method", "module", "page", "section", etc.) will be rendered consistently in lowercase.
this ensures that the category of entries in search results listings (e.g. "function", "method", "module", "page", "section", etc.) will be rendered consistently in lowercase. fix #634
Initially reported as part of #629. In the example there, a search for "markdown" (http://docs.julialang.org/en/latest/search/?q=markdown) produced the following results:
It's unclear why "(Function)" is in uppercase, while "(section)" and "(page)" are in lowercase. I would expect this to be consistent (all in lowercase).
This seems an easy enough issue that even someone not familiar with the codebase could fix, but I'd need some pointers regarding which files / lines to look at. Perhaps somewhere around here? https://github.com/JuliaDocs/Documenter.jl/blob/master/src/Utilities/Utilities.jl#L280-L284
The text was updated successfully, but these errors were encountered: