Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
cf99eed
add plotting materials to UU ocean of future directory
j-atkins Nov 5, 2025
b5eab8b
rename course directory
j-atkins Nov 5, 2025
8a60b82
WIP presentation and tutorial handouts
ammedd Nov 5, 2025
c066d9a
presentation updates
ammedd Nov 6, 2025
7046d56
update tut1
ammedd Nov 6, 2025
ed57b27
update material
ammedd Nov 11, 2025
d1f1056
add tutorial for set up on jupyter collaborative workspace
j-atkins Nov 12, 2025
f49757f
Merge branch 'ocean-of-future' of github.com:OceanParcels/virtualship…
j-atkins Nov 12, 2025
7371346
add collaborative workspace setup guide to index
j-atkins Nov 12, 2025
6d79d13
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 12, 2025
49b9a81
add info about having to repeat steps if closing Terminal
j-atkins Nov 12, 2025
c48727d
Merge branch 'ocean-of-future' of github.com:OceanParcels/virtualship…
j-atkins Nov 12, 2025
416eedc
fix typo in path
j-atkins Nov 12, 2025
5a92215
small edits
j-atkins Nov 12, 2025
12cbe0b
add index for docs
j-atkins Nov 12, 2025
466b677
update GitHub references in conf.py to reflect correct organization
j-atkins Nov 12, 2025
1b4ccab
small edits
ammedd Nov 12, 2025
b9a20f3
Merge branch 'ocean-of-future' of github.com:Parcels-code/virtualship…
ammedd Nov 12, 2025
a2ec788
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 12, 2025
d63b1a5
fix link formatting in index.md
j-atkins Nov 12, 2025
fd9dd24
temporarily fix link
j-atkins Nov 12, 2025
b33e306
add to do
j-atkins Nov 12, 2025
1f7d1c5
Merge branch 'ocean-of-future' of github.com:OceanParcels/virtualship…
j-atkins Nov 12, 2025
809cd4f
add schedule duration live monitoring notebook
j-atkins Nov 12, 2025
081fb74
presentation updates
ammedd Nov 12, 2025
31656c6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 12, 2025
8671d97
presentation updates
ammedd Nov 13, 2025
b635ccb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Nov 13, 2025
948fdd9
Merge branch 'main' into ocean-of-future
ammedd Nov 13, 2025
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ __pycache__/
*.jpg
*.gif
!docs/**/*.gif
**/Presentation_files

# Data files created
/results
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"sphinx.ext.intersphinx",
"sphinx.ext.mathjax",
"sphinx.ext.napoleon",
# "sphinx_autodoc_typehints",# https://github.com/OceanParcels/virtualship/pull/125#issuecomment-2668766302
# "sphinx_autodoc_typehints",# https://github.com/Parcels-code/virtualship/pull/125#issuecomment-2668766302
"sphinx_copybutton",
]

Expand All @@ -36,7 +36,7 @@
"image_dark": "virtual_ship_logo_inverted.png",
},
"use_edit_page_button": True,
"github_url": "https://github.com/OceanParcels/virtualship",
"github_url": "https://github.com/Parcels-code/virtualship",
"icon_links": [
{
"name": "Conda Forge",
Expand All @@ -47,7 +47,7 @@
],
}
html_context = {
"github_user": "OceanParcels",
"github_user": "Parcels-code",
"github_repo": "virtualship",
"github_version": "main",
"doc_path": "docs",
Expand Down
Loading
Loading