Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
podhmo committed Jun 11, 2019
1 parent bd3cdec commit 58e445f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -416,7 +416,7 @@ examples/readme/src/10/data2.yaml
available info (extensions and additional modules)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block:: json
.. code-block::
extensions are used by `-e`, additional modules are used by `-a`.
{
Expand All @@ -425,7 +425,10 @@ available info (extensions and additional modules)
"jinja2.ext.do": "Adds a `do` tag to Jinja2 that works like the print statement just",
"jinja2.ext.loopcontrols": "Adds break and continue to the template engine.",
"jinja2.ext.with_": "Extensions can be used to add extra functionality to the Jinja template",
"jinja2.ext.autoescape": "Extensions can be used to add extra functionality to the Jinja template"
"jinja2.ext.autoescape": "Extensions can be used to add extra functionality to the Jinja template",
"kamidana.extensions.NamingModuleExtension": "extension create from kamidana.additionals.naming",
"kamidana.extensions.ReaderModuleExtension": "extension create from kamidana.additionals.reader",
"kamidana.extensions.CookiecutterAdditionalModulesExtension": "activate additional modules, see context['cookiecutter']['_additional_modules'], created from your cookiecutter.json"
},
"additional_modules": {
"kamidana.additionals.reader": "Reading from other resources (e.g. read_from_file, read_from_command)",
Expand Down
2 changes: 1 addition & 1 deletion misc/readme.rst.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,6 @@ then
available info (extensions and additional modules)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. code-block:: json
.. code-block::

{{"kamidana --list-info"|read_from_command|indent(2)}}

0 comments on commit 58e445f

Please sign in to comment.