]> mj.ucw.cz Git - eval.git/blobdiff - t/doc/config.rst
Added function config_escape
[eval.git] / t / doc / config.rst
index 3216a468e8b31af6220ddd3f2898c14727646aba..87e825ef8fcc7e46b369ef4d4554dc79da8021f8 100644 (file)
@@ -7,6 +7,7 @@ Moe configuration
 =================
 
 .. contents:: 
+  :local: 
 
 -------------------
 Configuration logic
@@ -184,6 +185,8 @@ nested inside another. In this case the parent condition is checked first and th
 Internals
 ^^^^^^^^^
 
+These classes should not be used directly.
+
 .. autoclass:: ConfigElem
   :members:
 
@@ -192,7 +195,11 @@ Internals
 
 
 ----------------------------------------
-Config parser module `moe.config_parser`
+Configuration parser
 ----------------------------------------
 
 .. automodule:: moe.config_parser
+
+.. autoclass:: ConfigSyntaxError
+
+.. autofunction:: config_escape