Browse Source

Documentation mainpage update

Yann Weber 9 years ago
parent
commit
9876764f55
1 changed files with 18 additions and 19 deletions
  1. 18
    19
      Lodel/__init__.py

+ 18
- 19
Lodel/__init__.py View File

@@ -4,32 +4,31 @@
4 4
 #
5 5
 # For basics Lodel2 configuration & usage see README.md
6 6
 #
7
+# - @subpage lodel2_doc
8
+# - Main packages
9
+#  - Lodel
10
+#   - Lodel.settings
11
+#  - EditorialModel
12
+#   - EditorialModel.fieldtypes
13
+#   - EditorialModel.backend
14
+#  - @ref leapi
15
+#  - DataSource
16
+#   - DataSource.MySQL
17
+
18
+## @page lodel2_doc Lodel2 documentation
7 19
 # @tableofcontents
8 20
 #
9 21
 # @section mainpage_docs Documentation
10 22
 #
11
-# - Lodel2 architecture : @subpage lodel2_arch 
12
-# - Fieldtypes : @subpage lodel2_fieldtypes
13
-# @subsection mainpage_docs_leapi LeAPI
14
-#
15
-# - LeAPI objects instanciation : @subpage lecrud_instanciation
16
-# - Querying leapi : @subpage api_user_side
17
-#
18
-# @subsection mainpage_docs_configs Lodel2 settings
19
-# - Lodel2 settings handling : @subpage lodel_settings
23
+# - @subpage lodel2_arch 
24
+#  - @subpage lodel_settings
25
+#  - @subpage api_user_side
26
+#   - @subpage lecrud_instanciation
27
+#  - @subpage lodel2_fieldtypes
20 28
 #
21
-# @section mainpage_pkg_list Main packages
22
-#
23
-# - Lodel
24
-#  - Lodel.settings
25
-# - EditorialModel
26
-#  - EditorialModel.fieldtypes
27
-#  - EditorialModel.backend
28
-# - @ref leapi
29
-# - DataSource
30
-#  - DataSource.MySQL
31 29
 #
32 30
 
31
+
33 32
 ## @page lodel2_arch Lodel2 architecture
34 33
 #
35 34
 # @tableofcontents

Loading…
Cancel
Save