# HG changeset patch # User Damien Correia # Date 1523279871 -7200 # Node ID 9379f4e44a5adcb71fd5b8baf9efdb0d2361c18e # Parent d2871f43481836e90e774cf7f5c1093dd4123fdd rename modules to packages diff -r d2871f434818 -r 9379f4e44a5a src/source/index.rst --- a/src/source/index.rst Mon Apr 09 15:13:46 2018 +0200 +++ b/src/source/index.rst Mon Apr 09 15:17:51 2018 +0200 @@ -51,7 +51,7 @@ :caption: API documentation extend - modules + packages diff -r d2871f434818 -r 9379f4e44a5a src/source/modules.rst --- a/src/source/modules.rst Mon Apr 09 15:13:46 2018 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,35 +0,0 @@ -.. _modules: - -PyAMS modules -============= - -.. toctree:: - :maxdepth: 1 - - Alchemy - Cache - Catalog - Content - Content_es - File - Form - GIS - I18N - LDAP - Mail - Media - Notify - Pagelet - Portal - Scheduler - Security - Sequence - Skin - Template - Thesaurus - Utils - Viewlet - Workflow - ZMI - ZMQ - ZODBbrowser diff -r d2871f434818 -r 9379f4e44a5a src/source/packages.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/source/packages.rst Mon Apr 09 15:17:51 2018 +0200 @@ -0,0 +1,35 @@ +.. _packages: + +PyAMS packages +============== + +.. toctree:: + :maxdepth: 1 + + PyAMS Alchemy + PyAMS Cache + PyAMS Catalog + PyAMS Content + PyAMS Content_es + PyAMS File + PyAMS Form + PyAMS GIS + PyAMS I18N + PyAMS LDAP + PyAMS Mail + PyAMS Media + PyAMS Notify + PyAMS Pagelet + PyAMS Portal + PyAMS Scheduler + PyAMS Security + PyAMS Sequence + PyAMS Skin + PyAMS Template + PyAMS Thesaurus + PyAMS Utils + PyAMS Viewlet + PyAMS Workflow + PyAMS ZMI + PyAMS ZMQ + PyAMS ZODBbrowser