diff --git a/index.html b/index.html
index c7c9368..30ddca2 100644
--- a/index.html
+++ b/index.html
@@ -54,7 +54,10 @@
Documenting functions
+Documenting your code
+Docstrings
+Function annotations
+...
Native Python datatypes
+
Lists
@@ -124,6 +128,30 @@
Iterators
+Generators
+Views
+...
+Strings
@@ -219,6 +247,9 @@
...major changes afoot...
+...stuff about decorators...
+...stuff about importing modules...
+...mention why "from module import *" is only allowed at module level
+keys() dictionary methodDictionary methods
+items() dictionary methodModules that have been renamed or reorganized
raw_input() global function
-input() global methodfunc_* function attributes
xreadlines() I/O methodlambda functions with multiple parameters