Skip to content

Commit

Permalink
Merge pull request #109 from mbheinen/fix-broken-links
Browse files Browse the repository at this point in the history
Fixes broken hyperlinks, adds logo and styling
  • Loading branch information
admin-cimug authored Apr 15, 2024
2 parents d8fc62d + c8d324a commit b812c5b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/further-learning/protege-and-topbraid.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Then rebuild (or create) an OWL version of the CIM UML, delete the `schema.merge
You may not want to recreate these classes in a large profile just so they appear properly in the ontology editor. Instead, if your profile is intended for CIM/XML (RDF) usage, you can reorganize it. First make a copy. Then, in the profile editor summary tab, click Reorganise and Remap > Reorganise per RDFS rules.

## Protege
[Download](https://protege.stanford.edu/products.php#desktop-protege) Protege. You need version 4 or higher for use with **CIMTool**.
[Download](https://protege.stanford.edu) Protege. You need version 4 or higher for use with **CIMTool**.

Once installed and running you view an ontology by selecting "Open OWL Ontology" and navigating to the folder containing your **CIMTool** project. You can choose any OWL file (ie `.owl`,`.simple-owl` and friends, or `.merged-owl`).

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/cimtool-support-for-extension-namespaces.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CIMTool Support for Extension Namespaces

**CIMTool** can support multiple extension namespaces in the information model and in either of the profile namespace approaches described here: [Profiles and Namespaces](../../../how-to/namespaces-in-cimtool/#profiles-and-namespaces)
**CIMTool** can support multiple extension namespaces in the information model and in either of the profile namespace approaches described here: [Profiles and Namespaces](namespaces-in-cimtool.md#profiles-and-namespaces)

## Information Model Namespaces

Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/namespaces-in-cimtool.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Namespaces in CIMTool

See also: [CIMTool Support for Extension Namespaces](../../../how-to/cimtool-support-for-extension-namespaces)
See also: [CIMTool Support for Extension Namespaces](cimtool-support-for-extension-namespaces.md)

## Background

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Welcome
[**CIMTool**](https://github.com/CIMug-org/CIMTool) is an open source tool for working with the [Common Information Model (CIM)](https://www.iec.ch/dyn/www/f?p=103:7:0::::FSP_ORG_ID,FSP_LANG_ID:1273,25) to produce design artifacts such as database schemas, message exchange syntax, source code classes, and reference documentation. CIM is a UML model used in the electric power generation, transmission, and distribution domains.
**CIMTool** is an open source tool for working with the Common Information Model (CIM) to produce design artifacts such as database schemas, message exchange syntax, source code classes, and reference documentation. CIM is a UML model used in the electric power generation, transmission, and distribution domains.

![CIMToolScreenshot.png](./images/CIMToolScreenshot.png "CIMTool")

Expand Down
Binary file added docs/logos/cimtool-v2.ico
Binary file not shown.
Binary file added docs/logos/cimtool-v2_96x96.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 4 additions & 5 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
:root > * {
--md-primary-fg-color: #0078C9;
:root>* {
--md-primary-fg-color: #666bfa;
--md-primary-fg-color--light: #BFBDB9;
--md-primary-fg-color--dark: #494847;
}

--md-primary-fg-color--dark: #494847;
}
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ site_name: CIMTool
repo_url: https://github.com/CIMug-org/CIMTool
theme:
name: material
logo: logos/cimtool-v2_96x96.png
favicon: logos/cimtool-v2.ico
features:
- content.code.copy
extra_css:
Expand Down

0 comments on commit b812c5b

Please sign in to comment.