Skip to content

Commit ac4a4b0

Browse files
committed
Cleanup: Remove deprecated data samples and update configuration files
1 parent 2394fef commit ac4a4b0

18 files changed

+10
-189
lines changed

cosmotech/coal/cosmotech_api/runner.py

Lines changed: 0 additions & 26 deletions
This file was deleted.

data/Modelops/enforce_schema/Bar.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

data/Modelops/enforce_schema/Customer.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/Modelops/enforce_schema/arc_to_Customer.csv

Lines changed: 0 additions & 9 deletions
This file was deleted.

data/Modelops/enforce_schema/contains_Customer.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/Modelops/without_schema/Bar.csv

Lines changed: 0 additions & 2 deletions
This file was deleted.

data/Modelops/without_schema/Customer.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

data/Modelops/without_schema/arc_to_Customer.csv

Lines changed: 0 additions & 9 deletions
This file was deleted.

data/Modelops/without_schema/contains_Customer.csv

Lines changed: 0 additions & 5 deletions
This file was deleted.

mkdocs.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: Cosmotech Acceleration Library Docs
22
repo_url: https://github.com/Cosmo-Tech/CosmoTech-Acceleration-Library
33
repo_name: Cosmo-Tech/CosmoTech-Acceleration-Library
4-
site_description: Acceleration library for CosmoTech cloud based solution development
4+
site_description: Acceleration library for CosmoTech cloud based solution development
55
site_url: https://cosmo-tech.github.io/CosmoTech-Acceleration-Library/
66

77
theme:
@@ -61,6 +61,7 @@ nav:
6161
- Home: 'index.md'
6262
- Getting started:
6363
- Dependencies: 'dependencies.md'
64+
- Pull Request Checklist: 'pull_request.md'
6465
- Tutorials: tutorials/
6566
- References: references/
6667
- csm-data: csm-data/
@@ -88,6 +89,9 @@ markdown_extensions:
8889
- pymdownx.keys
8990
- pymdownx.mark
9091
- pymdownx.tilde
92+
- pymdownx.tasklist:
93+
custom_checkbox: true
94+
clickable_checkbox: true
9195
- pymdownx.tabbed:
9296
alternate_style: true
9397
- pymdownx.emoji:
@@ -106,7 +110,10 @@ plugins:
106110
python:
107111
options:
108112
docstring_style: sphinx
109-
line_lenth: 120
113+
line_length: 120
114+
show_root_heading: true
115+
show_source: true
116+
heading_level: 2
110117
- gen-files:
111118
scripts:
112119
- docs/scripts/generate_references.py

0 commit comments

Comments
 (0)