Skip to content

Commit 00d0894

Browse files
j-atkinsammeddpre-commit-ci[bot]
authored
Ocean of future (#227)
* add plotting materials to UU ocean of future directory * rename course directory * WIP presentation and tutorial handouts * presentation updates * update tut1 * update material * add tutorial for set up on jupyter collaborative workspace * add collaborative workspace setup guide to index * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * add info about having to repeat steps if closing Terminal * fix typo in path * small edits * add index for docs * update GitHub references in conf.py to reflect correct organization * small edits * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * fix link formatting in index.md * temporarily fix link * add to do * add schedule duration live monitoring notebook * presentation updates * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * presentation updates * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: Emma Daniels <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Emma Daniels <[email protected]>
1 parent edeeacf commit 00d0894

File tree

15 files changed

+2937
-4
lines changed

15 files changed

+2937
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ __pycache__/
77
*.jpg
88
*.gif
99
!docs/**/*.gif
10+
**/Presentation_files
1011

1112
# Data files created
1213
/results

docs/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"sphinx.ext.intersphinx",
1515
"sphinx.ext.mathjax",
1616
"sphinx.ext.napoleon",
17-
# "sphinx_autodoc_typehints",# https://github.com/OceanParcels/virtualship/pull/125#issuecomment-2668766302
17+
# "sphinx_autodoc_typehints",# https://github.com/Parcels-code/virtualship/pull/125#issuecomment-2668766302
1818
"sphinx_copybutton",
1919
]
2020

@@ -36,7 +36,7 @@
3636
"image_dark": "virtual_ship_logo_inverted.png",
3737
},
3838
"use_edit_page_button": True,
39-
"github_url": "https://github.com/OceanParcels/virtualship",
39+
"github_url": "https://github.com/Parcels-code/virtualship",
4040
"icon_links": [
4141
{
4242
"name": "Conda Forge",
@@ -47,7 +47,7 @@
4747
],
4848
}
4949
html_context = {
50-
"github_user": "OceanParcels",
50+
"github_user": "Parcels-code",
5151
"github_repo": "virtualship",
5252
"github_version": "main",
5353
"doc_path": "docs",

0 commit comments

Comments
 (0)