Skip to content

Commit

Permalink
Minor Metanorma cleanup
Browse files Browse the repository at this point in the history
Minor
  • Loading branch information
cmheazel committed Aug 6, 2024
1 parent 64bc2f3 commit a884703
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,9 @@ version by:

[source,sh]
----
docker run -v "$(pwd)":/metanorma -w /metanorma -it metanorma/mn metanorma site generate
docker run -v "$(pwd)":/metanorma -v ${HOME}/.fontlist/fonts/:/config/fonts metanorma/metanorma metanorma compile --agree-to-terms -t ogc -x xml,html,pdf document.adoc
----


== UML model definitions

This repository uses the LutaML-UML syntax in specifying the ModSpec model.
Expand Down
3 changes: 2 additions & 1 deletion sources/document.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
:committee: technical
:docnumber: 08-131r3
:edition: 1.0.0
:received-date: 2009-10-19
:received-date: 2024-08-01
:issued-date: 2009-10-19
:published-date: 2009-10-19
:copyright-year: 2009
Expand Down Expand Up @@ -46,3 +46,4 @@ include::sections/ab-changes-required.adoc[]
include::sections/ac-definitions.adoc[]

include::sections/ad-bibliography.adoc[]

1 change: 1 addition & 0 deletions sources/iev/cache/version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.3.0
2 changes: 1 addition & 1 deletion sources/sections/06-req-class.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ language.{blank}footnote:[In this standard, in informative sections, the word "w
implies that something is an implication of a requirement. The "will" statements are
not requirements, but explain the consequence of requirements.]

A UML representation of important properties of this model is given in <<annex-B-2>>.
A UML representation of important properties of this model is given in <<annex-C-2>>.

This Policy defines a "requirement" of a standard as an atomic testable
criterion. See the formal definition of requirement in <<term-requirement>>
Expand Down

0 comments on commit a884703

Please sign in to comment.