File tree Expand file tree Collapse file tree 3 files changed +34
-0
lines changed
Expand file tree Collapse file tree 3 files changed +34
-0
lines changed Original file line number Diff line number Diff line change 1+ # About this code
2+
3+ Work in progress ...
Original file line number Diff line number Diff line change 1+ project = "Collaborative Coding Exam"
2+ copyright = "2025, SFI Visual Intelligence"
3+ author = "SFI Visual Intelligence"
4+ release = "0.0.1"
5+
6+ exclude_patterns = ["_build" , "Thumbs.db" , ".DS_Store" ]
7+
8+ extensions = [
9+ "myst_parser" , # in order to use markdown
10+ ]
11+
12+ myst_enable_extensions = [
13+ "colon_fence" , # ::: can be used instead of ``` for better rendering
14+ ]
15+
16+ html_theme = "sphinx_rtd_theme"
Original file line number Diff line number Diff line change 1+ # Our code documentation
2+
3+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
4+ incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
5+ nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
6+ Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
7+ fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
8+ culpa qui officia deserunt mollit anim id est laborum.
9+
10+ :::{toctree}
11+ :maxdepth: 2
12+ :caption: Some caption
13+
14+ about.md
15+ :::
You can’t perform that action at this time.
0 commit comments