Skip to content

Commit b43b725

Browse files
committed
update heading structure for Standard Directory Layout
1 parent 94d97c2 commit b43b725

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pages/source/best-practices.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ The repository is organized as follows:
179179

180180
---
181181

182-
#### Source Code (`src/`)
182+
##### Source Code (`src/`)
183183

184184
All Python code lives under `src/`, using the **package name** you specify:
185185

@@ -204,7 +204,7 @@ This structure ensures that the package is **importable** and ready for expansio
204204

205205
---
206206

207-
#### Tests (`tests/`)
207+
##### Tests (`tests/`)
208208

209209
Unit tests live under the `tests/` directory, mirroring the package structure:
210210

@@ -249,7 +249,7 @@ This layout makes it easy to **add new modules and tests** while keeping the cod
249249

250250
---
251251

252-
#### Documentation (`docs/`)
252+
##### Documentation (`docs/`)
253253

254254
The documentation source uses **Sphinx**:
255255

0 commit comments

Comments
 (0)