summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorials/lxmlgraph/index.rst')
-rw-r--r--docs/tutorials/lxmlgraph/index.rst17
1 files changed, 0 insertions, 17 deletions
diff --git a/docs/tutorials/lxmlgraph/index.rst b/docs/tutorials/lxmlgraph/index.rst
deleted file mode 100644
index cc79f7e73..000000000
--- a/docs/tutorials/lxmlgraph/index.rst
+++ /dev/null
@@ -1,17 +0,0 @@
-``lxmlgraph``: Publishing An XML Tree with :mod:`repoze.bfg`
-============================================================
-
-Hierarchical websites are easy to develop with :mod:`repoze.bfg`.
-That hierarchy doesn't need to be defined by any particular sort of
-graph or databsase system. To demonstrate this, we present
-``repoze.lxmlgraph``, a demo application for :mod:`repoze.bfg` that
-describes publishing an XML document as a hierarchical website.
-
-.. toctree::
- :maxdepth: 2
-
- background
- step01
- step02
- step03
- step04