Commit fea9bcd
Add linkcheck to docs, fix broken links (#83)
### What change is being made
Add linkcheck to docs workflow.
Fix links which were broken.
### Why this change is being made
Avoid broken links.
### Tested
```
pixi run -e docs linkcheck
✨ Pixi task (linkcheck in docs): sphinx-build -b linkcheck docs docs/_build/linkcheck Running Sphinx v8.2.3
loading translations [en]... done
loading pickled environment... The configuration has changed (1 option: 'linkcheck_ignore')
done
myst v5.0.0: MdParserConfig(commonmark_only=False, gfm_only=False, enable_extensions=set(), disable_syntax=[], all_links_external=False, links_external_new_tab=False, url_schemes=('http', 'https', 'mailto', 'ftp'), ref_domains=None, fence_as_directive=set(), number_code_blocks=[], title_to_header=False, heading_anchors=4, heading_slug_func=None, html_meta={}, footnote_sort=True, footnote_transition=True, words_per_minute=200, substitutions={}, linkify_fuzzy_links=True, dmath_allow_labels=True, dmath_allow_space=True, dmath_allow_digits=True, dmath_double_inline=False, update_mathjax=True, mathjax_classes='tex2jax_process|mathjax_process|math|output_area', enable_checkboxes=False, suppress_warnings=[], highlight_code_blocks=True)
building [mo]: targets for 0 po files that are out of date
writing output...
building [linkcheck]: targets for 8 source files that are out of date
updating environment: 0 added, 0 changed, 0 removed
reading sources...
looking for now-outdated files... none found
preparing documents... done
copying assets...
copying assets: done
writing output... [100%] tutorial/exporter/exporter_tutorial
(tutorial/controller/controller_tutorial: line 18) -ignored- https://github.com/rai-inst/exploy/tree/main/examples/controller/
(tutorial/exporter/exporter_tutorial: line 20) -ignored- https://github.com/rai-inst/exploy/blob/main/python/exploy/exporter/core/tests/test_export_environment.py
( api/core/core: line 1) ok https://docs.python.org/3/library/abc.html#abc.ABC
( api/core/core: line 8) ok https://docs.python.org/3/library/constants.html#Ellipsis
( api/core/core: line 8) ok https://docs.python.org/3/library/constants.html#None
( api/core/core: line 1) ok https://docs.python.org/3/library/enum.html#enum.Enum
( api/core/core: line 8) ok https://docs.python.org/3/library/collections.abc.html#collections.abc.Callable
( api/core/core: line 51) ok https://docs.python.org/3/library/exceptions.html#KeyError
( api/core/core: line 51) ok https://docs.python.org/3/library/exceptions.html#AssertionError
( api/core/core: line 22) ok https://docs.python.org/3/library/functions.html#bool
( api/core/core: line 65) ok https://docs.python.org/3/library/functions.html#float
( api/core/core: line 1) ok https://docs.python.org/3/library/functions.html#int
( api/core/core: line 93) ok https://docs.python.org/3/library/pathlib.html#pathlib.Path
( api/core/core: line 1) ok https://docs.python.org/3/library/functions.html#object
( api/core/core: line 22) ok https://docs.python.org/3/library/stdtypes.html#str
( api/core/core: line 1) ok https://docs.python.org/3/library/typing.html#typing.Any
( api/core/core: line 22) ok https://docs.python.org/3/library/stdtypes.html#list
( api/core/core: line 22) ok https://docs.python.org/3/library/stdtypes.html#dict
( api/core/core: line 8) ok https://docs.python.org/3/library/stdtypes.html#tuple
( api/core/core: line 7) ok https://docs.pytorch.org/docs/stable/notes/extending.html#extending-torch-python-api
( api/core/core: line 1) ok https://docs.pytorch.org/docs/stable/generated/torch.nn.Module.html#torch.nn.Module
( api/core/core: line 8) ok https://docs.pytorch.org/docs/stable/tensors.html#torch.Tensor
(api/frameworks/isaaclab: line 6) ok https://en.wikipedia.org/wiki/Angular_velocity#Spin_angular_velocity_of_a_rigid_body_or_reference_frame
( api/core/core: line 1) ok https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html#numpy.ndarray
( api/core/core: line 79) ok https://onnxruntime.ai/docs/reference/compatibility.html
( getting_started: line 39) redirect https://pixi.sh - permanently to https://pixi.prefix.dev/
( api/core/core: line 10) ok https://github.com/docarray/notes/blob/main/blog/02-this-weeks-in-docarray-01.md
(tutorial/exporter/exporter_tutorial: line 403) ok https://github.com/lutzroeder/netron
build succeeded.
```
GitOrigin-RevId: 110c6c7222bc138e6350dd2db5dcd0daf4f245071 parent bf9ab57 commit fea9bcd
6 files changed
Lines changed: 41 additions & 6 deletions
File tree
- .github/workflows
- docs
- tutorial/exporter
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
52 | 55 | | |
53 | 56 | | |
54 | 57 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
151 | 169 | | |
152 | 170 | | |
| 171 | + | |
153 | 172 | | |
154 | 173 | | |
155 | 174 | | |
| |||
184 | 203 | | |
185 | 204 | | |
186 | 205 | | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
187 | 217 | | |
188 | 218 | | |
189 | 219 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
149 | 152 | | |
150 | 153 | | |
151 | 154 | | |
| |||
0 commit comments