Skip to content

Commit

Permalink
Added wbemcli global functions to docu.
Browse files Browse the repository at this point in the history
  • Loading branch information
andy-maier committed Dec 11, 2016
1 parent f9948e7 commit 18b91bb
Show file tree
Hide file tree
Showing 6 changed files with 2,261 additions and 2,218 deletions.
2 changes: 2 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Enhancements
as a context manager, whose exit method automatically cleans up by calling
`remove_all_servers()`.

* Added the global functions to the RTD documentation that are available in
the wbemcli interactive shell.

Bug fixes
^^^^^^^^^
Expand Down
11 changes: 11 additions & 0 deletions docs/utilities.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ The MOF compiler has a pluggable interface for the CIM repository. The default
implementation of that interface uses a WBEM server as its repository.
The plug interface is also described in the :ref:`MOF compiler API`.

Usage
^^^^^

Here is the help text of the command:

.. include:: mof_compiler.help.txt
Expand All @@ -53,8 +56,16 @@ implemented as an interactive shell.
The WBEM client CLI does not have an external API on its own; it is for the
most part a consumer of the :ref:`WBEM client library API`.

Usage
^^^^^

Here is the help text of the command:

.. include:: wbemcli.help.txt
:literal:

Global functions
^^^^^^^^^^^^^^^^

.. automodule:: wbemcli
:members:
2 changes: 2 additions & 0 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ doc_dependent_files := \
$(package_name)/_recorder.py \
$(package_name)/_server.py \
$(package_name)/config.py \
wbemcli.py \

# PyLint config file
pylint_rc_file := pylintrc
Expand All @@ -105,6 +106,7 @@ py_src_files := \
$(filter-out $(moftab_files), $(wildcard $(package_name)/*.py)) \
$(wildcard testsuite/*.py) \
wbemcli \
wbemcli.py \
mof_compiler \

# Test log
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@ def run(self):
},
'scripts': [
'wbemcli',
'wbemcli.py',
'mof_compiler',
'wbemcli.bat',
'mof_compiler.bat',
Expand Down
Loading

0 comments on commit 18b91bb

Please sign in to comment.