diff --git a/index.rst b/index.rst index 024701f..49ab71c 100644 --- a/index.rst +++ b/index.rst @@ -10,13 +10,13 @@ The Pyramid Cookbook presents topical, practical usages of :mod:`Pyramid`. database/index debugging deployment/index + logging/index templates/index .. toctree:: :maxdepth: 2 files - sqlalchemy_logger legacy interfaces configuration diff --git a/logging/index.rst b/logging/index.rst new file mode 100644 index 0000000..6a6c804 --- /dev/null +++ b/logging/index.rst @@ -0,0 +1,7 @@ +Logging +%%%%%%% + +.. toctree:: + :maxdepth: 2 + + sqlalchemy_logger diff --git a/sqlalchemy_logger.rst b/logging/sqlalchemy_logger.rst similarity index 100% rename from sqlalchemy_logger.rst rename to logging/sqlalchemy_logger.rst