Some cleanup in the docs.
diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index 9c6135c..e37618a 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -70,6 +70,8 @@
.. _if:
+.. _elif:
+.. _else:
The :keyword:`if` statement
===========================
@@ -206,6 +208,8 @@
.. _try:
+.. _except:
+.. _finally:
The :keyword:`try` statement
============================
@@ -320,6 +324,7 @@
.. _with:
+.. _as:
The :keyword:`with` statement
=============================
@@ -386,6 +391,7 @@
.. _function:
+.. _def:
Function definitions
====================