This repository was archived by the owner on Aug 21, 2023. It is now read-only.
Add keyword index to index.ipynb #570
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
The index.ipynb now has a proper index, where people can look up notebooks by keywords, both in a list based on commands used and topics covered. This index requires keyword information to be added to notebooks, which has currently been done for the community/games folder. This index is also present in the new index.md file. This file is created by indexer.py, which scrapes notebooks for their keywords.
Details and comments
Fixes #516. Though a new issue will need to be opened regarding the need to add keyword info to all notebooks.