Skip to content

Commit

Permalink
Website documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tviegut committed Apr 4, 2024
1 parent 290b366 commit 5e505ce
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
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 either of the profile namespace approaches discussed here: Namespaces#ProfilesandNamespaces
**CIMTool** can support multiple extension namespaces in the information model and either of the profile namespace approaches discussed here: [Profiles and Namespaces](/how-to/namespaces-in-cimtool/#profiles-and-namespaces)

## Information Model Namespaces

Expand Down
4 changes: 2 additions & 2 deletions docs/how-to/example.annotation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@
# 'uri' is the namespace URI for classes and properties defined therein
#

package:Extensions uml:baseuri "http://www.ucaiug.org/CIM100/extensions/2023#" .
package:Standard uml:baseuri "http://www.ucaiug.org/CIM100/extensions/2023#" .
package:Extensions uml:baseuri "http://www.ucaiug.org/CIM100/extensions#" .
package:Standard uml:baseuri "http://www.ucaiug.org/CIM100/extensions#" .
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Namespaces Discussion
# Namespaces in CIMTool

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

## Background

Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ nav:
- 'how-to/profile-maintenance.md'
- 'how-to/comparing-profiles-schemas.md'
- 'how-to/associations-anonymous-classes.md'
- 'how-to/namespaces-discussion.md'
- 'how-to/namespaces-in-cimtool.md'
- 'how-to/cimtool-support-for-extension-namespaces.md'
- 'Further Learning':
- 'further-learning/uml-xmi-owl.md'
Expand Down

0 comments on commit 5e505ce

Please sign in to comment.