summaryrefslogtreecommitdiff
path: root/docs/tutorials/lxmlgraph/step01.rst
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-05-01 10:26:57 +0000
committerChris McDonough <chrism@agendaless.com>2009-05-01 10:26:57 +0000
commitba9b0e647bff1bf0c437ab204ddf11783ed698f8 (patch)
tree1952ebfdc40ae71a3bc54eb10a92a0fe1e8273ec /docs/tutorials/lxmlgraph/step01.rst
parentbc0698e1ac67106346d8c006bddcb38370f7c16b (diff)
downloadpyramid-ba9b0e647bff1bf0c437ab204ddf11783ed698f8.tar.gz
pyramid-ba9b0e647bff1bf0c437ab204ddf11783ed698f8.tar.bz2
pyramid-ba9b0e647bff1bf0c437ab204ddf11783ed698f8.zip
Merge "c-free" branch to trunk.
Diffstat (limited to 'docs/tutorials/lxmlgraph/step01.rst')
-rw-r--r--docs/tutorials/lxmlgraph/step01.rst24
1 files changed, 0 insertions, 24 deletions
diff --git a/docs/tutorials/lxmlgraph/step01.rst b/docs/tutorials/lxmlgraph/step01.rst
deleted file mode 100644
index 578f13608..000000000
--- a/docs/tutorials/lxmlgraph/step01.rst
+++ /dev/null
@@ -1,24 +0,0 @@
-=======================
-Step 1: Getting Started
-=======================
-
-To get started, using the ``paster`` command from a :term:`virtualenv`
-you've created that has :mod:`repoze.bfg` installed, run ``paster
-create -t bfg`` as described in :ref:`project_narr` to create your
-``lxmlgraph`` project::
-
- $ paster create -t bfg Selected and implied templates: repoze.bfg#bfg
- repoze.bfg starter project
-
- Enter project name: lxmlgraph
- ...
- $
-
-You now have a project named ``lxmlgraph`` in your current directory.
-We'll add to this project in subsequent steps.
-
-To get your project ready for development and execution, use the
-``setup.py develop`` command within the same virtualenv as bfg is
-installed as documented in :ref:`project_narr` . You'll need to do
-this in order to run the ``lxmlgraph`` application in subsequent
-steps.