Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Important Links
~~~~~~~~~~~~~~~

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

Citing
Expand Down
2 changes: 1 addition & 1 deletion act/utils/ship_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def calc_cog_sog(ds):
Function is set up to use dask for the calculations in order to improve
efficiency. Data are then resampled to 1 second to match native format.
This assumes that the input data are 1 second. See this `example
<https://ARM-DOE.github.io/ACT/source/auto_examples/correct_ship_wind_data.html
<https://ARM-DOE.github.io/ACT/auto_examples/correct_ship_wind_data.html
#sphx-glr-source-auto-examples-correct-ship-wind-data-py>`_.

Parameters
Expand Down
2 changes: 1 addition & 1 deletion examples/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ downloading data from web APIs, visualization various types of data,
and more. If there are specific use cases you would like to see examples
of, please head on over to the `ACT discussion page <https://github.com/ARM-DOE/ACT/discussions>`_ on GitHub.

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