summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/projectconf.rst3
-rw-r--r--doc/source/projectrefs.rst3
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/source/projectconf.rst b/doc/source/projectconf.rst
index 4fe38bcc6..3fbf8e4af 100644
--- a/doc/source/projectconf.rst
+++ b/doc/source/projectconf.rst
@@ -111,7 +111,8 @@ allowed to be configured with the following values:
* ``project.refs``
- Source references are stored in the ``project.refs`` file.
+ Source references are stored in the ``project.refs`` file, and
+ junction source references are stored in the ``junction.refs`` file.
To enable storing of source references in ``project.refs``, add the
following to your ``project.conf``:
diff --git a/doc/source/projectrefs.rst b/doc/source/projectrefs.rst
index 94bf4c718..799b5e761 100644
--- a/doc/source/projectrefs.rst
+++ b/doc/source/projectrefs.rst
@@ -9,6 +9,9 @@ file, then it will be stored at the toplevel of your project directory
adjacent to ``project.conf``. This can be configured in your project
using the :ref:`ref-storage configuration <project_format_ref_storage>`
+Sources for :mod:`junction <elements.junction>` elements are stored
+separately in an adjacent ``junction.refs`` file of the same format.
+
.. _projectrefs_basics: