summaryrefslogtreecommitdiff
path: root/docs/src/reference
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/reference')
-rw-r--r--docs/src/reference/directives.rst4
-rw-r--r--docs/src/reference/extension_types.rst4
-rw-r--r--docs/src/reference/language_basics.rst2
3 files changed, 8 insertions, 2 deletions
diff --git a/docs/src/reference/directives.rst b/docs/src/reference/directives.rst
index f527536a8..4ce1e90df 100644
--- a/docs/src/reference/directives.rst
+++ b/docs/src/reference/directives.rst
@@ -1,4 +1,6 @@
+:orphan:
+
Compiler Directives
===================
-See `Compilation <compilation.html#compiler-directives>`_.
+See :ref:`compiler-directives`.
diff --git a/docs/src/reference/extension_types.rst b/docs/src/reference/extension_types.rst
index ea26f38a0..9fe32660f 100644
--- a/docs/src/reference/extension_types.rst
+++ b/docs/src/reference/extension_types.rst
@@ -1,3 +1,5 @@
+:orphan:
+
.. highlight:: cython
***************
@@ -59,7 +61,7 @@ This section was moved to :ref:`arithmetic_methods`.
Rich Comparisons
================
-This section was moved to :ref:`righ_comparisons`.
+This section was moved to :ref:`rich_comparisons`.
The ``__next__()`` Method
=========================
diff --git a/docs/src/reference/language_basics.rst b/docs/src/reference/language_basics.rst
index bd8b1e38c..8d7cd0b06 100644
--- a/docs/src/reference/language_basics.rst
+++ b/docs/src/reference/language_basics.rst
@@ -1,3 +1,5 @@
+:orphan:
+
.. highlight:: cython