lutaml / expressir

Ruby parser for the ISO EXPRESS language
3 stars 2 forks source link

Use YARD for documentation #90

Closed zakjan closed 3 years ago

zakjan commented 3 years ago

Fixes #72

zakjan commented 3 years ago

@ronaldtse Please take a look. I focused especially on model attribute types.

doc.zip

zakjan commented 3 years ago

Regarding deployment, it seems that YARD docs can be automatically published at https://rubydoc.info/

ronaldtse commented 3 years ago

Looks great, thanks!

zakjan commented 3 years ago

@ronaldtse Releasing as 1.1.0, because changes in the model structure are quite heavy.

There is one change needed in https://github.com/metanorma/annotated-express/blob/master/data/documents/resources/fundamentals_of_product_description_and_support/sections/04-schemas.adoc: Expressir::Model::Types::Select -> Expressir::Model::DataTypes::Select

zakjan commented 3 years ago

Docs is deployed at https://rubydoc.info/github/lutaml/expressir

ronaldtse commented 3 years ago

Excellent, thanks!

ronaldtse commented 3 years ago

Fixed metanorma/annotated-express@1fac13a as described.