cylc / cylc-sphinx-extensions

Sphinx extensions for documenting Cylc projects.
https://cylc.github.io/cylc-sphinx-extensions/
GNU General Public License v3.0
4 stars 8 forks source link

Cylc Config Metadata Directive #81

Open wxtim opened 4 months ago

wxtim commented 4 months ago

Requires https://github.com/cylc/cylc-flow/pull/6275

Writes basic metadata directives to document with

.. cylc_metadata::
   :source: /path/to/workflow

.. cylc_metadata::
   :global: set a CYLC_SITE_CONF_PATH

image

Check List

MetRonnie commented 3 months ago

https://github.com/cylc/cylc-sphinx-extensions/pull/85 will help with tests failures, but will still fail due to hieroglyph

wxtim commented 3 months ago

85 will help with tests failures, but will still fail due to hieroglyph

PR will never work without https://github.com/cylc/cylc-flow/pull/6275 anyway.