From: Karl O. Pinc Date: Wed, 14 Nov 2018 15:49:30 +0000 (-0600) Subject: Document usage X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=57f1ccd4eed39cc5f8a19ff9748854255d6a3b32;p=pgwui_logout Document usage --- diff --git a/README.rst b/README.rst index 2652e80..abd0cbc 100644 --- a/README.rst +++ b/README.rst @@ -40,6 +40,17 @@ You will almost always want to install this when installing any of the other PGWUI programs. +Usage +----- + +PGWUI_Logout is included when PGWUI is installed. + +When writing your own `Pyramid`_ application, in addition to +configuring ``pgwui_logout``, ``pgwui_common`` must typically be +configured. This can be done with any of `Pyramid's `_ +configuration mechanisms. + + URL Configuration ----------------- @@ -78,3 +89,4 @@ provided by `The Dian Fossey Gorilla Fund .. _PostgreSQL: https://www.postgresql.org/ +.. _Pyramid: https://trypyramid.com/