Skip to content

Commit d5e97d8

Browse files
committed
Link to src-layout vs flat-layout discussion
1 parent 927d5f6 commit d5e97d8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

source/discussions/src-layout-vs-flat-layout.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _src-layout-vs-flat-layout:
2+
13
=========================
24
src layout vs flat layout
35
=========================

source/guides/packaging-namespace-packages.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ package omits the :file:`__init__.py` or uses a pkgutil-style
9595
logic to fail and the other sub-packages will not be importable.
9696

9797
The ``src-layout`` directory structure allows automatic discovery of packages
98-
by most :term:`build backends <Build Backend>`. If however you want to manage
99-
exclusions or inclusions of packages yourself, this is possible to be configured
100-
in the top-level :file:`pyproject.toml`:
98+
by most :term:`build backends <Build Backend>`. See :ref:`src-layout-vs-flat-layout`
99+
for more information. If however you want to manage exclusions or inclusions of packages
100+
yourself, this is possible to be configured in the top-level :file:`pyproject.toml`:
101101

102102
.. code-block:: toml
103103

0 commit comments

Comments
 (0)