Skip to content

Commit 6e9a5df

Browse files
authored
Merge pull request #419 from centreformicrosimulation/develop
last checks
2 parents 8bc010a + 01b2f34 commit 6e9a5df

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

documentation/wiki/assets/css/extra.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -417,6 +417,18 @@
417417
background: rgba(36,120,181,0.04);
418418
}
419419

420+
/* ═══════════════════════════════════════════════
421+
HOMEPAGE WIDTH CONSTRAINT
422+
(nav + toc hidden on index → content goes full-width; cap it)
423+
═══════════════════════════════════════════════ */
424+
425+
.md-content[data-md-component="content"] .md-typeset .hero,
426+
.md-content[data-md-component="content"] .md-typeset .card-grid,
427+
.md-content[data-md-component="content"] .md-typeset .countries,
428+
.md-content[data-md-component="content"] .md-typeset .section-heading {
429+
max-width: 61rem;
430+
}
431+
420432
/* ═══════════════════════════════════════════════
421433
HERO SECTION (homepage)
422434
═══════════════════════════════════════════════ */

documentation/wiki/developer-guide/repository-guide.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
1+
---
2+
hide:
3+
- toc
4+
---
5+
16
# SimPaths Repository Guide
27

38
A guide to navigating the SimPaths repository structure and codebase.
49

10+
---
11+
12+
## Table of Contents
13+
14+
1. [Repository Structure](#repository-structure)
15+
2. [Core Components](#core-components)
16+
3. [Key Directories Explained](#key-directories-explained)
17+
4. [Sub-package Detail](#sub-package-detail)
18+
5. [Data Pipeline Reference](#data-pipeline-reference)
19+
6. [Development Workflow](#development-workflow)
20+
7. [Code Navigation Tips](#code-navigation-tips)
21+
8. [Additional Resources](#additional-resources)
22+
23+
---
24+
525
## Repository Structure
626

727
```

0 commit comments

Comments
 (0)