Skip to content

Commit 006c151

Browse files
authored
FIX: Update remaining old directory paths. (#989)
* FIX: sphix gallery is now fixed, removing pins. * FIX: Remove source for path to avoid multiple files issue. * FIX: Update index path. * FIX: Update links to new directory path.
1 parent d78f8e6 commit 006c151

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Important Links
5252
~~~~~~~~~~~~~~~
5353

5454
* Documentation: https://arm-doe.github.io/ACT/
55-
* Examples: https://arm-doe.github.io/ACT/source/auto_examples/index.html
55+
* Examples: https://arm-doe.github.io/ACT/auto_examples/index.html
5656
* Issue Tracker: https://github.com/ARM-DOE/ACT/issues
5757

5858
Citing

act/utils/ship_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ def calc_cog_sog(ds):
1818
Function is set up to use dask for the calculations in order to improve
1919
efficiency. Data are then resampled to 1 second to match native format.
2020
This assumes that the input data are 1 second. See this `example
21-
<https://ARM-DOE.github.io/ACT/source/auto_examples/correct_ship_wind_data.html
21+
<https://ARM-DOE.github.io/ACT/auto_examples/correct_ship_wind_data.html
2222
#sphx-glr-source-auto-examples-correct-ship-wind-data-py>`_.
2323
2424
Parameters

examples/README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ downloading data from web APIs, visualization various types of data,
66
and more. If there are specific use cases you would like to see examples
77
of, please head on over to the `ACT discussion page <https://github.com/ARM-DOE/ACT/discussions>`_ on GitHub.
88

9-
If your looking to contribute, the templates directory found `here <https://arm-doe.github.io/ACT/source/auto_examples/templates/index.html>`_
9+
If your looking to contribute, the templates directory found `here <https://arm-doe.github.io/ACT/auto_examples/templates/index.html>`_
1010
provides templates for the examples gallery python files. For a template for
1111
creating Jupyter notebooks for ACT tutorials, blog posts and more, that
1212
template can be found `here <https://github.com/ARM-Development/ARM-Notebooks/blob/main/Templates/notebook-template.ipynb>`_

0 commit comments

Comments
 (0)