We should have an index for the tutorials, so that people can look up all notebooks that implement Shor's algorithm, or all that use the command initialize, etc.
I suggest adding a new markdown cell to all notebooks in which keywords are given. For 'quantum_emoticon' for example, we could have something like.
Keywords
Topics: Bit-string, superposition
Commands: QuantumRegister, ClassicalRegister, QuantumCircuit, h, cx, execute
Then anyone interested in bitstring encoding, or seeing an example of a superposition, would know that they could look there. Note I wouldn't expect every notebook that uses QuantumCircuit to list QuantumCircuit, etc. Only the commands that are really featured would be listed (and for the 'hello world' folder, that means the most basic.
Once we have these keyword cells, we can write a simple script to scrape them and generate an index. This could be a .md file living at the top level and linked to in the README.
Anyone have any thoughts?