diff docs/introduction.rst @ 682:7c41a52253bf

Docs
author Franz Glasner <fzglas.hg@dom66.de>
date Sat, 10 Jun 2023 04:08:40 +0200
parents 8647eb175bb9
children 3062b63325c4
line wrap: on
line diff
--- a/docs/introduction.rst	Sat Jun 10 03:56:17 2023 +0200
+++ b/docs/introduction.rst	Sat Jun 10 04:08:40 2023 +0200
@@ -357,6 +357,8 @@
 
    Must be Filters are **not** supported.
 
+   Think of them as symbolic links.
+
 3. The namespace ``OS``
 
    Available functions:
@@ -638,6 +640,13 @@
 .. note:: A jailed configuration holds a strong reference to the unjailed
           base configuration.
 
+.. note:: If a jail's root path points to a location with a variable
+          substitutions the jail does not work: it is not possible to
+          expand the substitution.
+
+          Using ``ref`` namespaces instead works: think of
+          symbolic links.
+
 
 Custom filename extensions and custom loaders
 ---------------------------------------------