metanorma / stepmod2mn

Migrating STEPmod documents to Metanorma
0 stars 1 forks source link

Necessary changes to adoc files to catch up with templates updates #159

Closed manuelfuenmayor closed 6 months ago

manuelfuenmayor commented 6 months ago

This ticket is actionable after https://github.com/metanorma/iso-10303-templates/pull/12 is approved and merged

iso-10303-templates repository is going to be updated in https://github.com/metanorma/iso-10303-templates/pull/12, and we will need to update the "resource" and "module" documents accordingly.

document.adoc updates from:

...

include::../../templates/schemas.adoc[]

...

to:

...

include::templates/resources/schemas.adoc[]

...
...

include::../../../templates/diagrams.adoc[]

to:

...

[yaml2text,express-g-diagrams.yaml,diagrams]
----
include::templates/common_files/diagrams.liquid[]
----

document.adoc updates from:

...

include::sections/04-info_reqs.adoc[]

include::sections/05-mim.adoc[]

include::sections/06-refdata.adoc[]

include::sections/91-short-names.adoc[]

include::sections/92-identifier.adoc[]

include::sections/93-arm-express-g.adoc[]

include::sections/94-mim-express-g.adoc[]

include::sections/95-listings.adoc[]

include::sections/96-usage_guide.adoc[]

include::sections/97-change-history.adoc[]

...

to:

...

include::templates/modules/schemas.adoc[]

include::templates/modules/module_refdata.adoc[]

include::templates/modules/module_annex_short_names.adoc[]

include::templates/modules/module_annex_identifier.adoc[]

include::templates/modules/module_annex_diagrams_arm.adoc[]

include::templates/modules/module_annex_diagrams_mim.adoc[]

include::templates/modules/module_annex_listings.adoc[]

include::sections/96-usage_guide.adoc[]

include::templates/modules/module_annex_change_history.adoc[]

...
Intelligent2013 commented 6 months ago

Done. https://github.com/metanorma/stepmod2mn/releases/tag/v1.42