File tree Expand file tree Collapse file tree 4 files changed +4
-12
lines changed
Expand file tree Collapse file tree 4 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 1- ---
2- hide :
3- - toc
4- ---
5-
61# COMPAS OCC
72
83![ COMPAS OCC] ( assets/images/compas_occ.png )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -132,11 +132,9 @@ plugins:
132132 unwrap_annotated : true
133133
134134nav :
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
Original file line number Diff line number Diff line change 11import hashlib
22from 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
66with open (FILE , "rb" ) as f :
77 data = f .read ()
You can’t perform that action at this time.
0 commit comments