docs/README.txt
branchdev-tf
changeset 421 ec94b4026195
parent 292 b338586588ad
child 439 d2a70e493aa8
--- a/docs/README.txt	Mon Nov 25 09:37:25 2019 +0100
+++ b/docs/README.txt	Tue Nov 26 10:13:24 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 <http://pyams-utils.readthedocs.org>`_
+A whole set of PyAMS documentation is available on `ReadTheDocs <https://pyams.readthedocs.io>`_