Skip to content

Commit

Permalink
update CI to checkout v4, fix docs build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 25, 2024
1 parent 9827ce7 commit 0e38a87
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ ipython_genutils
jinja2
jupyter
nbsphinx
pygments-csv-lexer
pyzmq==23.2.1
pypandoc
sphinx
Expand Down
20 changes: 12 additions & 8 deletions docs/source/user/gts-headers-in-wis2.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ To enable the WIS2 to GTS Gateway to correctly identify the data to be republish

.. code-block:: json
"properties": {
"gts": {
"ttaaii": "FTAE31",
"cccc": "VTBB"
{
"properties": {
"gts": {
"ttaaii": "FTAE31",
"cccc": "VTBB"
}
}
}
Expand Down Expand Up @@ -47,10 +49,12 @@ the corresponding GTS headers will be added to the WIS2 Notification Message as

.. code-block:: json
"properties": {
"gts": {
"ttaaii": "ISMD01",
"cccc": "LIBB"
{
"properties": {
"gts": {
"ttaaii": "ISMD01",
"cccc": "LIBB"
}
}
}
Expand Down

0 comments on commit 0e38a87

Please sign in to comment.