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 d15cd25 commit aa2ad9a
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions docs/source/standardlib/jinja.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,28 @@ Jinja2Language

:j2:directory-to-directory
~~~~~~~~~~~~~~~~~~~~~~~~~~

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


Renders all files recursively in given directory to other directory.

Can remove source files after rendering them to the output files.

*Note: Pattern is a regexp pattern that matches whole path, not only file name*

*Note: Exclude pattern is matching on SOURCE files, not on target files*
.. TIP::

Use this Task in a docker entrypoint to create fully customizable configurations inside docker containers.


.. TIP::

*Note: Pattern is a regexp pattern that matches whole path, not only file name*

.. TIP::

*Note: Exclude pattern is matching on SOURCE files, not on target files*


**Example usage:**
Expand Down

0 comments on commit aa2ad9a

Please sign in to comment.