We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Standard Directory Layout
1 parent 94d97c2 commit b43b725Copy full SHA for b43b725
1 file changed
pages/source/best-practices.md
@@ -179,7 +179,7 @@ The repository is organized as follows:
179
180
---
181
182
-#### Source Code (`src/`)
+##### Source Code (`src/`)
183
184
All Python code lives under `src/`, using the **package name** you specify:
185
@@ -204,7 +204,7 @@ This structure ensures that the package is **importable** and ready for expansio
204
205
206
207
-#### Tests (`tests/`)
+##### Tests (`tests/`)
208
209
Unit tests live under the `tests/` directory, mirroring the package structure:
210
@@ -249,7 +249,7 @@ This layout makes it easy to **add new modules and tests** while keeping the cod
249
250
251
252
-#### Documentation (`docs/`)
+##### Documentation (`docs/`)
253
254
The documentation source uses **Sphinx**:
255
0 commit comments