docs update
This commit is contained in:
parent
72354b4ed4
commit
1cc936a9cd
128 changed files with 2255 additions and 1435 deletions
|
|
@ -92,7 +92,7 @@
|
|||
<td><span class="summary-sig"><a href="linspector.lib.config.parser.FullConfigParser-class.html#parse_config" class="summary-sig-name">parse_config</a>(<span class="summary-sig-arg">self</span>,
|
||||
<span class="summary-sig-arg">configFilename</span>)</span><br />
|
||||
parses the json configuration and returns a list of layouts,
|
||||
which contains all nessesary information of the config file.</td>
|
||||
which contains all necessary information of the config file.</td>
|
||||
<td align="right" valign="top">
|
||||
<span class="codelink"><a href="linspector.lib.config.parser-pysrc.html#FullConfigParser.parse_config">source code</a></span>
|
||||
|
||||
|
|
@ -107,16 +107,12 @@ which contains all nessesary information of the config file.</td>
|
|||
<p class="indent-wrapped-lines"><b>Inherited from <code><a href="linspector.lib.config.parser.ConfigParser-class.html">ConfigParser</a></code></b>:
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#__init__">__init__</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#create_config">create_config</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#create_hostgroups_from_json">create_hostgroups_from_json</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#create_layouts_from_json">create_layouts_from_json</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#create_members_from_json">create_members_from_json</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#replace_pointer">replace_pointer</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#replace_with_import">replace_with_import</a></code>
|
||||
</p>
|
||||
<div class="private"> <p class="indent-wrapped-lines"><b>Inherited from <code><a href="linspector.lib.config.parser.ConfigParser-class.html">ConfigParser</a></code></b> (private):
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#_create_new_config_dict" onclick="show_private();">_create_new_config_dict</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#_create_raw_Object" onclick="show_private();">_create_raw_Object</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#_get_as_list" onclick="show_private();">_get_as_list</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#_load_module" onclick="show_private();">_load_module</a></code>,
|
||||
<code><a href="linspector.lib.config.parser.ConfigParser-class.html#_read_json_config" onclick="show_private();">_read_json_config</a></code>
|
||||
</p></div>
|
||||
|
|
@ -159,15 +155,14 @@ which contains all nessesary information of the config file.</td>
|
|||
<pre class="literalblock">
|
||||
|
||||
parses the json configuration and returns a list of layouts,
|
||||
which contains all nessesary information of the config file.
|
||||
which contains all necessary information of the config file.
|
||||
parses the full config
|
||||
Parsing will be done in 3 steps:
|
||||
1. get raw Config Objects by just passing the values defined inside the config
|
||||
2. replace references by objects, import services, tasks, parsers and processors
|
||||
3. do sanity checks
|
||||
|
||||
params:
|
||||
configFilename: indicates which configuration file to parse
|
||||
:param configFilename: the configuration file to parse
|
||||
|
||||
</pre>
|
||||
<dl class="fields">
|
||||
|
|
@ -204,7 +199,7 @@ params:
|
|||
<table border="0" cellpadding="0" cellspacing="0" width="100%%">
|
||||
<tr>
|
||||
<td align="left" class="footer">
|
||||
Generated by Epydoc 3.0.1 on Tue Jun 18 03:07:33 2013
|
||||
Generated by Epydoc 3.0.1 on Wed Jun 19 03:26:56 2013
|
||||
</td>
|
||||
<td align="right" class="footer">
|
||||
<a target="mainFrame" href="http://epydoc.sourceforge.net"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue