summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-04 02:27:44 -0400
committerChris McDonough <chrism@plope.com>2010-11-04 02:27:44 -0400
commitfbfe84d7c4bea225d67424012b062d9e1735de86 (patch)
tree68dd00b3f67810e539dbe0b25da311b23d2f965c
parent48fae0a0d546d8afc19821b920bf5b3cf55a0cf1 (diff)
downloadpyramid-fbfe84d7c4bea225d67424012b062d9e1735de86.tar.gz
pyramid-fbfe84d7c4bea225d67424012b062d9e1735de86.tar.bz2
pyramid-fbfe84d7c4bea225d67424012b062d9e1735de86.zip
remove r.b.skins reference, note that we need an analogue for r.b.viewgroup
-rw-r--r--TODO.txt2
-rw-r--r--docs/tutorials/cmf/skins.rst6
2 files changed, 2 insertions, 6 deletions
diff --git a/TODO.txt b/TODO.txt
index b89b8f1fa..a3fe68958 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -88,3 +88,5 @@
- Do something about ZODB session chapter: either remove or create a
pyramid_zodbsessions package.
+
+- repoze.bfg.viewgroup in CMF tutorial
diff --git a/docs/tutorials/cmf/skins.rst b/docs/tutorials/cmf/skins.rst
index a81d584f7..7ec3b1be6 100644
--- a/docs/tutorials/cmf/skins.rst
+++ b/docs/tutorials/cmf/skins.rst
@@ -21,9 +21,3 @@ Python code (as opposed to resources), :term:`view` code combined with
differing :term:`predicate` arguments can provide a good deal of
the same sort of behavior.
-Relatedly, the `repoze.bfg.skins
-<http://svn.repoze.org/repoze.bfg.skins/>`_ package is an attempt to
-allow directories on disk to represent collections of views simply by
-adding templates to the directory.
-
-