Browse Source

Added two sections to the documentation which still need to be documented

Yentl Van Tendeloo 8 years ago
parent
commit
f26e3c46f8
3 changed files with 30 additions and 0 deletions
  1. 2 0
      doc/index.rst
  2. 4 0
      doc/model.rst
  3. 24 0
      doc/permissions.rst

+ 2 - 0
doc/index.rst

@@ -17,6 +17,8 @@ Contents:
    Action Language <actionlanguage>
    Modelling Language <modellanguage>
    Wrappers <wrappers>
+   Model representation <model>
+   Permission system <permissions>
    Common problems and solutions <problems>
    Interfaces <interface>
    Internals <internal>

+ 4 - 0
doc/model.rst

@@ -0,0 +1,4 @@
+Model representation
+====================
+
+Documents the internal model representation and provides remarks.

+ 24 - 0
doc/permissions.rst

@@ -0,0 +1,24 @@
+Permission system
+=================
+
+Presents the permission system and explains administrator privileges.
+
+Model permissions
+-----------------
+
+Explain the UNIX-like system we implemented.
+
+Meta-level propagation
+^^^^^^^^^^^^^^^^^^^^^^
+
+Explain how a model might become unreadable in some context, based on the permissions of its metamodel.
+
+Group permissions
+-----------------
+
+Explain how groups work and the reason for their owners.
+
+Administrators
+--------------
+
+Explain use of administrators and what they can do.