Skip to content

Commit e50950a

Browse files
authored
Merge pull request #9 from DynamicalSystemsGroup/danlessa-casing
docs: lowercase org name in URLs (credit @danlessa)
2 parents 9c992e2 + 14ed4b8 commit e50950a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ fig, ax = plot_hasse(kc)
5757
fig, ax = plot_geometric(kc)
5858
```
5959

60-
For building schemas from scratch, see [`examples/02_construction/`](https://github.com/DynamicalSystemsGroup/knowledgecomplex/tree/main/examples/02_construction). Three pre-built ontologies ship with the package:
60+
For building schemas from scratch, see [`examples/02_construction/`](https://github.com/dynamicalsystemsgroup/knowledgecomplex/tree/main/examples/02_construction). Three pre-built ontologies ship with the package:
6161

6262
```python
6363
from knowledgecomplex.ontologies import operations, brand, research
6464
sb = brand.schema() # audience/theme with resonance, interplay, overlap
6565
```
6666

67-
See the [examples/](https://github.com/DynamicalSystemsGroup/knowledgecomplex/tree/main/examples) directory for 11 runnable examples.
67+
See the [examples/](https://github.com/dynamicalsystemsgroup/knowledgecomplex/tree/main/examples) directory for 11 runnable examples.
6868

6969
## API Reference
7070

docs/ontology.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ These constraints use `sh:sparql` validators because they require cross-individu
2424

2525
## Interoperability
2626

27-
Because KC stores all data as standard RDF and enforces constraints via W3C SHACL, instance graphs are natively compatible with RDF-based model management systems such as [Flexo MMS](https://github.com/Open-MBEE/flexo-mms-deployment) from the [OpenMBEE](https://www.openmbee.org/) community. JSON-LD export (`dump_graph(format="json-ld")`) provides the primary bridge format. See the [Interoperability section of ARCHITECTURE.md](https://github.com/DynamicalSystemsGroup/knowledgecomplex/blob/main/ARCHITECTURE.md#interoperability-flexo-mms-and-openmbee) for integration patterns.
27+
Because KC stores all data as standard RDF and enforces constraints via W3C SHACL, instance graphs are natively compatible with RDF-based model management systems such as [Flexo MMS](https://github.com/Open-MBEE/flexo-mms-deployment) from the [OpenMBEE](https://www.openmbee.org/) community. JSON-LD export (`dump_graph(format="json-ld")`) provides the primary bridge format. See the [Interoperability section of ARCHITECTURE.md](https://github.com/dynamicalsystemsgroup/knowledgecomplex/blob/main/ARCHITECTURE.md#interoperability-flexo-mms-and-openmbee) for integration patterns.
2828

2929
## Design rationale
3030

31-
See [ARCHITECTURE.md](https://github.com/DynamicalSystemsGroup/knowledgecomplex/blob/main/ARCHITECTURE.md) for the full 2x2 responsibility map and design decisions.
31+
See [ARCHITECTURE.md](https://github.com/dynamicalsystemsgroup/knowledgecomplex/blob/main/ARCHITECTURE.md) for the full 2x2 responsibility map and design decisions.

mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: knowledgecomplex
22
site_url: https://dynamicalsystemsgroup.github.io/knowledgecomplex
3-
repo_url: https://github.com/DynamicalSystemsGroup/knowledgecomplex
4-
repo_name: DynamicalSystemsGroup/knowledgecomplex
3+
repo_url: https://github.com/dynamicalsystemsgroup/knowledgecomplex
4+
repo_name: dynamicalsystemsgroup/knowledgecomplex
55

66
theme:
77
name: material

0 commit comments

Comments
 (0)