Skip to content

Commit

Permalink
Fixing doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazim-crim committed Sep 12, 2024
1 parent 667702e commit b76cfd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 15 deletions.
4 changes: 2 additions & 2 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Changes:
making use of it with the `Weaver` `CLI` to generate a deployed `OGC API - Processes` definition
(fixes `#63 <https://github.com/crim-ca/weaver/issues/63>`_).
- Add parsing of additional metadata from schema.org in CWL document to convert into process fields
(fixes `#463 <https://github.com/crim-ca/weaver/issues/463>`_)
- Add more metadata mapping details in documentation (fixes `#613 <https://github.com/crim-ca/weaver/issues/613>`_)
(fixes `#463 <https://github.com/crim-ca/weaver/issues/463>`_).
- Add more metadata mapping details in documentation (fixes `#613 <https://github.com/crim-ca/weaver/issues/613>`_).

Fixes:
------
Expand Down
21 changes: 8 additions & 13 deletions docs/source/package.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1307,26 +1307,21 @@ Below is a list of compatible elements.
+-----------------------------------------+----------------------------------------------------------+
| ``metadata`` | ``$schemas``/``$namespace`` |
| (using ``title`` and ``href`` fields) | (using namespace name and HTTP references) |
| | ``s:author`` |
| | ``s:citation`` |
| | ``s:codeRepository`` |
| | ``s:contributor`` |
| | ``s:dateCreated`` |
| | ``s:license`` |
| | ``s:releaseNotes`` [#cwl_schemaorg]_ |
+-----------------------------------------+----------------------------------------------------------+
| ``title`` | ``label`` |
+-----------------------------------------+----------------------------------------------------------+
| ``abstract``/``description`` | ``doc`` |
+-----------------------------------------+----------------------------------------------------------+
| ``version`` | ``s:version``/``s:softwareVersion`` |
| ``version`` | ``s:version``/``s:softwareVersion`` [#cwl_schemaorg]_ |
+-----------------------------------------+----------------------------------------------------------+

Additional compatible elements found under ``metadata`` in :term:`WPS` Context

Parameters in :term:`CWL` Context:

- ``s:author``
- ``s:citation``
- ``s:codeRepository``
- ``s:contributor``
- ``s:dateCreated``
- ``s:license``
- ``s:releaseNotes``

.. rubric:: Footnotes

.. [#cwl_schemaorg]
Expand Down

0 comments on commit b76cfd1

Please sign in to comment.