aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-09 11:28:22 +0100
committerJuergen Bocklage-Ryannel <juergen.bocklage-ryannel@pelagicore.com>2016-12-09 11:28:22 +0100
commit0d747ca6d9647f212a0d853987faed46e66408b7 (patch)
tree7e61086c5f7d0eae1c5b764f1404a5ce7a3d7a47
parenteb17cda14eb5949a3280a5dc34619dad97496f8d (diff)
parent49f0195c48739d2b4eb136757bce9dba6fc630b6 (diff)
Merge branch 'hotfix/1.0.0a7'1.0.0a7
-rw-r--r--docs/_static/.gitkeep0
-rw-r--r--docs/conf.py2
-rw-r--r--docs/domain.rst1
3 files changed, 2 insertions, 1 deletions
diff --git a/docs/_static/.gitkeep b/docs/_static/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/docs/_static/.gitkeep
diff --git a/docs/conf.py b/docs/conf.py
index 6cc3a99..d9d884c 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -132,7 +132,7 @@ todo_include_todos = True
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
-html_theme = 'alabaster'
+# html_theme = 'alabaster'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
diff --git a/docs/domain.rst b/docs/domain.rst
index a3b5311..7dd15d0 100644
--- a/docs/domain.rst
+++ b/docs/domain.rst
@@ -24,6 +24,7 @@ The IDL is converted into an in memory domain model (see qface/idl/domain.py)
The domain model is the base for the code generation. You traverse the domain tree and trigger your own code generation.
.. code-block:: python
+
from qface.generator import FileSystem
system = FileSystem.parse_dir('interfaces')