summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/userref/pyxbgen.txt4
-rw-r--r--doc/userref/usebind.txt6
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/userref/pyxbgen.txt b/doc/userref/pyxbgen.txt
index be5dfd1..c62c1f0 100644
--- a/doc/userref/pyxbgen.txt
+++ b/doc/userref/pyxbgen.txt
@@ -109,8 +109,8 @@ additional schema and provide it with a module name:
Here each namespace is represented in its own module (``address`` for
``URN:address`` and ``po3`` for module with an absent namespace). In this
-case, the demonstration program is unchanged; see `Creating Instances in
-Python Code`_ for additional examples.
+case, the demonstration program is unchanged; see :ref:`from-python` for
+additional examples.
Sharing Namespace Bindings
--------------------------
diff --git a/doc/userref/usebind.txt b/doc/userref/usebind.txt
index f1f52e6..97a9917 100644
--- a/doc/userref/usebind.txt
+++ b/doc/userref/usebind.txt
@@ -3,12 +3,18 @@
Using Binding Classes
=====================
+.. _from-xml:
+
Creating Instances from XML Documents
-------------------------------------
+.. _from-python:
+
Creating Instances in Python Code
---------------------------------
+.. _to-xml:
+
Creating XML Documents from Binding Instances
---------------------------------------------