Skip to content

Commit 7c17051

Browse files
committed
doc: add seealso link to src-layout vs flat-layout discussion
Add a ``.. seealso::`` cross-reference to the packaging.python.org discussion on src layout vs flat layout, using intersphinx rather than a raw URL.
1 parent bda18de commit 7c17051

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/en/explanation/goodpractices.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,11 @@ which are better explained in this excellent `blog post`_ by Ionel Cristian Măr
150150
See :ref:`pytest vs python -m pytest` for more information about the difference between calling ``pytest`` and
151151
``python -m pytest``.
152152

153+
.. seealso::
154+
155+
:doc:`packaging:discussions/src-layout-vs-flat-layout`
156+
The Python Packaging User Guide discusses the trade-offs between the ``src`` layout and flat layout.
157+
153158
Tests as part of application code
154159
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
155160

0 commit comments

Comments
 (0)