Skip to content

Commit de2b9d3

Browse files
committed
merge home and getting started
1 parent 2f6ca7c commit de2b9d3

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

docs/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
---
2-
hide:
3-
- toc
4-
---
5-
61
# COMPAS OCC
72

83
![COMPAS OCC](assets/images/compas_occ.png)

docs/introduction.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

mkdocs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,9 @@ plugins:
132132
unwrap_annotated: true
133133

134134
nav:
135-
- Home: index.md
136-
- Get Started:
137-
- Introduction: introduction.md
138-
- Installation: installation.md
139-
- Tutorial: tutorial.md
135+
- Introduction: index.md
136+
- Installation: installation.md
137+
- Tutorial: tutorial.md
140138
- Examples:
141139
- Breps:
142140
- Brep Explorer: examples/breps/brep_explorer.md

recipe/sha256.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import hashlib
22
from pathlib import Path
33

4-
FILE = Path(__file__).parent / "compas_occ-1.3.0.tar.gz"
4+
FILE = Path(__file__).parent / "compas_occ-1.5.0.tar.gz"
55

66
with open(FILE, "rb") as f:
77
data = f.read()

0 commit comments

Comments
 (0)