File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
user-guide/writing-workflows Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 141
141
'-Nfontname=sans' ]
142
142
143
143
linkcheck_ignore = [
144
- # linkcheck has trouble handling RH readme pages
145
- r'https://github.com/metomi/isodatetime .*#.*'
144
+ # linkcheck has trouble handling GH anchors
145
+ r'https://github.com/.*#.*'
146
146
]
147
147
148
148
nitpick_ignore_regex = [
Original file line number Diff line number Diff line change 1
1
.. This document contains hyperlink references for use throughout the documentation.
2
2
3
3
.. _Apollo Client: https://www.apollographql.com/docs/react/
4
- .. _Configurable HTTP Proxy: https://github.com/AbdealiJK /configurable-http-proxy
4
+ .. _Configurable HTTP Proxy: https://github.com/corridor /configurable-http-proxy
5
5
.. _CurveZMQ: http://curvezmq.org/page:read-the-docs
6
6
.. _Cylc User Guide: https://cylc.github.io/cylc-doc/latest/html/index.html
7
7
.. _Cylc Workflow Design Guide: https://cylc.github.io/cylc-doc/latest/html/workflow-design-guide/index.html
13
13
.. _FCM User Guide: http://metomi.github.io/fcm/doc/user_guide/
14
14
.. _FCM: https://metomi.github.io/fcm/doc/
15
15
.. _INI: https://en.wikipedia.org/wiki/INI_file
16
- .. _Jinja2: https://jinja.palletsprojects.com/
16
+ .. _Jinja2: https://jinja.palletsprojects.com/en/3.0.x/
17
17
.. _Jupyter Hub: https://jupyterhub.readthedocs.io/en/stable/
18
18
.. _Jupyter Lab: https://jupyterlab.readthedocs.io/en/stable/getting_started/overview.html
19
19
.. _Jupyter Server: https://jupyter-server.readthedocs.io
20
- .. _Protobuf: https://developers.google.com/protocol-buffers /
20
+ .. _Protobuf: https://protobuf.dev /
21
21
.. _PyGTK: http://www.pygtk.org/
22
22
.. _Python Regular Expressions: https://docs.python.org/2/library/re.html#regular-expression-syntax
23
23
.. _Python: https://www.python.org/
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ so Jinja2 can appear anywhere in the file.
24
24
25
25
Embedded Jinja2 code should be reasonably easy to understand for those with
26
26
coding experience; but if not, Jinja2 is well documented `here
27
- <https://jinja.palletsprojects.com/ > `_.
27
+ <Jinja2_ > `_.
28
28
29
29
Uses of Jinja2 in Cylc include:
30
30
@@ -443,7 +443,7 @@ handled using ``namespace`` objects that allow propagating of changes across sco
443
443
444
444
For detail, see
445
445
`Jinja2 Template Designer Documentation - Assignments
446
- <https://jinja.palletsprojects.com/en/2.11 .x/templates/#assignments> `_
446
+ <https://jinja.palletsprojects.com/en/3.0 .x/templates/#assignments> `_
447
447
448
448
449
449
.. _Jinja2RaisingExceptions :
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ Coding Standards
126
126
When writing your own task scripts make consistent use of appropriate coding
127
127
standards such as:
128
128
129
- - `PEP8 for Python <https://www .python.org/dev/peps /pep-0008/ >`_
129
+ - `PEP8 for Python <https://peps .python.org/pep-0008/ >`_
130
130
- `Google Shell Style Guide for
131
131
Bash <https://google.github.io/styleguide/shell.xml> `_
132
132
You can’t perform that action at this time.
0 commit comments