src/source/package_layout.rst
changeset 90 06915aa059c5
parent 89 d018bfffa7ca
child 104 942151432421
equal deleted inserted replaced
67:81281f49aeb4 90:06915aa059c5
     4 .. code-block:: bash
     4 .. code-block:: bash
     5 
     5 
     6 
     6 
     7     ├── pyams_<package>/
     7     ├── pyams_<package>/
     8     │   ├── doctests/       <- Documentation for the package
     8     │   ├── doctests/       <- Documentation for the package
       
     9     |   ├── generation/     <- ZODB Migration directives
     9     │   ├── interfaces/     <- Interfaces definition
    10     │   ├── interfaces/     <- Interfaces definition
    10     │   ├── locales/        <- Store source code translation files (.mo .pot)
    11     │   ├── locales/        <- Store source code translation files (.mo .pot)
    11     │   ├── tests/          <- Contains python scripts for running tests including test runners, unit test
    12     │   ├── tests/          <- Contains python scripts for running tests including test runners, unit test
    12     │   ├── zmi/            <- ZMI subpackage to register and define elements in admin interface
    13     │   ├── zmi/            <- ZMI subpackage to register and define elements in admin interface
    13     │   ├── __init__.py
    14     │   ├── __init__.py