Skip to content

Commit a77c07e

Browse files
authored
docs: add mkdocs missing files and images (#3)
Signed-off-by: cmontemuino <[email protected]>
1 parent 65ffe65 commit a77c07e

File tree

16 files changed

+9
-9
lines changed

16 files changed

+9
-9
lines changed

.gitignore

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,24 @@
22
analysis/
33
!analysis/.gitkeep
44

5-
# Analysis artifacts
6-
*.png
7-
*.pdf
8-
*.html
5+
# Analysis artifacts in specific directories
96
**/plots/
107
**/reports/
118
**/tables/
129

13-
# Keep assets for documentation
10+
# Keep assets for documentation FIRST (before global exclusions)
1411
!docs/assets/
12+
!docs/assets/**/*.png
13+
!docs/assets/**/*.jpg
14+
!docs/assets/**/*.svg
1515
!assets/**/*.png
1616
!assets/**/*.jpg
1717
!assets/**/*.svg
1818

19+
# Exclude formats globally
20+
*.pdf
21+
*.html
22+
1923
# Byte-compiled / optimized / DLL files
2024
__pycache__/
2125
*.py[codz]
@@ -81,13 +85,9 @@ docs/_build/
8185
target/
8286

8387

84-
85-
86-
8788
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
8889
__pypackages__/
8990

90-
9191
# Environments
9292
.env
9393
.envrc

docs/api/analysis.md

Whitespace-only changes.

docs/api/schemas.md

Whitespace-only changes.

docs/api/utils.md

Whitespace-only changes.
327 KB
Loading
343 KB
Loading
359 KB
Loading
369 KB
Loading
296 KB
Loading

docs/development/architecture.md

Whitespace-only changes.

0 commit comments

Comments
 (0)