diff -r 0b9e3e67f43d -r 4b0f521af8ad docs/README.txt --- a/docs/README.txt Fri Nov 22 18:57:44 2019 +0100 +++ b/docs/README.txt Tue Nov 26 10:15:05 2019 +0100 @@ -1,14 +1,25 @@ =================== -pyams_utils package +PyAMS_utils package =================== .. contents:: -What is pyams_utils ? +What is PyAMS +============= + +PyAMS (Pyramid Application Management Suite) is a small suite of packages written for applications +and content management with the Pyramid framework. + +**PyAMS** is actually mainly used to manage web sites through content management applications (CMS, +see PyAMS_content package), but many features are generic and can be used inside any kind of web +application. + + +What is PyAMS_utils ? ===================== -pyams_utils is a set of classes and functions which can be used to provide many small services and +PyAMS_utils is a set of classes and functions which can be used to provide many small services and handle common operations in the context of a Pyramid application. Internal sub-packages include: @@ -30,7 +41,4 @@ How to use pyams_utils ? ======================== -A set of pyams_utils usages are given as doctests in pyams_utils/doctests/README.txt - -You will also a whole set of documentations into the "docs" directory, available on -`ReadTheDocs `_ +A whole set of PyAMS documentation is available on `ReadTheDocs `_