summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorpab <devnull@localhost>2009-08-23 18:42:00 +0000
committerpab <devnull@localhost>2009-08-23 18:42:00 +0000
commit8c8b353f7c3209f15a83824e9661dd9ec652d28f (patch)
treeb1ae5b317d66e4cc7a3223f142f9db533a0c0cd6 /doc
parent454d83b9064ad7df3eb3b03eccab9f5ba2f7181d (diff)
Cleanup
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
---------------------------------------------