Opened 17 years ago
Closed 17 years ago
#8514 closed (fixed)
Searching in Refactored Documentation
| Reported by: | killercup | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | search, documentation, sphinx | |
| Cc: | me@… | Triage Stage: | Unreviewed |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The new Sphinx based documentation is really cool, but I think like the old one it lacks an internal search.
AFAIK this won't be much work, since Sphinx already as a search component (which uses a JSON search index) and this may be enabled easily.
Change History (2)
comment:1 by , 17 years ago
| Cc: | added |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
The documentation on the site grew a search function in [8844]. (I seem to recall that locally generated documentation, using
make html, has always had a search function; it does now in any case.) Marking fixed.