Skip to content

Commit 41c77d0

Browse files
Merge pull request #85 from BlockScience/dev
docs: restructure nav around Diataxis framework
2 parents 55c04dc + a0c74de commit 41c77d0

2 files changed

Lines changed: 1 addition & 25 deletions

File tree

docs/index.md

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -38,29 +38,6 @@ Key guides include embedded [marimo](https://marimo.io) notebooks — run code,
3838
| `gds-business` | `gds_business` | Business dynamics DSL (CLD, supply chain, value stream map) |
3939
| `gds-examples` || Tutorial models demonstrating framework features |
4040

41-
## Installation
42-
43-
Install individual packages from PyPI as needed:
44-
45-
```bash
46-
pip install gds-framework # Core library
47-
pip install gds-viz # Visualization
48-
pip install gds-stockflow # Stock-flow DSL
49-
pip install gds-control # Control systems DSL
50-
pip install gds-games # Game theory DSL
51-
pip install gds-software # Software architecture DSL
52-
pip install gds-business # Business dynamics DSL
53-
pip install gds-examples # Tutorial models
54-
```
55-
56-
For development (all packages linked locally):
57-
58-
```bash
59-
git clone https://github.com/BlockScience/gds-core.git
60-
cd gds-core
61-
uv sync --all-packages
62-
```
63-
6441
## Architecture
6542

6643
```

mkdocs.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,10 +311,9 @@ nav:
311311
- gds_software.dependency.compile: software/api/dep-compile.md
312312
- gds_software.dependency.checks: software/api/dep-checks.md
313313
- gds_software.verification: software/api/verification.md
314-
- Ecosystem: framework/ecosystem.md
315314
- Design & Research:
316315
- Layer 0 Milestone: guides/architecture-milestone-layer0.md
317316
- DSL Roadmap: guides/dsl-roadmap.md
318317
- Research Boundaries: guides/research-boundaries.md
319318
- View Stratification: guides/view-stratification.md
320-
- Examples Overview: examples/index.md
319+
- Ecosystem: framework/ecosystem.md

0 commit comments

Comments
 (0)