-
-
Notifications
You must be signed in to change notification settings - Fork 180
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
How to implement dynamic search in new website? #203
Comments
Hey @kelle,
For the implementation of filters, we can use tags for different categories like 'material type', 'Astropy packages', 'non-astropy packages' etc. The dynamic search can be implemented using either of these options:
|
@kelle
I'd suggest using Sphinx inbuilt JavaScript utility for the full-text search, searchtools.js. Pytorch uses the same for searching through its Sphinx generated docs. |
Hi all, this is a reminder to please put your landing pages and at least the beginning of your implementation into a pull request so that we can see the source code. Also let us know when you have opened your GSOC application on the GSOC website. We will be able to see them and could give you feedback. See the Astropy GSOC 2018 Guidelines page for more info. |
Thank you for your well thought out proposals! Now that they are in, I'm gonna close this issue. |
We have some great mockups for a new website (#200) and a great new sphinx infrastructure (#153) but how will they work together? What is the actual code or plugins which can be used to make the dynamic search work within the sphinx generated pages?
The text was updated successfully, but these errors were encountered: