Skip to content
This repository has been archived by the owner on Jan 14, 2024. It is now read-only.

Commit

Permalink
#66: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Aug 28, 2021
1 parent 268b37d commit d15cd25
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/source/standardlib/jinja.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ All includes and extends are by default looking in current working directory pat

:j2:render
~~~~~~~~~~

.. jinja:: j2_render
:file: source/templates/package-usage.rst

Expand All @@ -20,12 +21,21 @@ Renders a single file from JINJA2.
rkd :j2:render -s SOURCE-FILE.yaml.j2 -o OUTPUT-FILE.yaml
.. TIP::

This Task is ready to be imported and executed, but can be also easily extended.


.. autoclass:: rkd.core.standardlib.jinja.FileRendererTask


Jinja2Language
~~~~~~~~~~~~~~

.. TIP::

This class was designed especially with MultiStepLanguageAgnosticTask in mind, but can be easily used without it.

.. autoclass:: rkd.core.standardlib.jinja.Jinja2Language


Expand Down

0 comments on commit d15cd25

Please sign in to comment.