Skip to content

Commit 330c806

Browse files
Change organisation (#68)
1 parent addae7b commit 330c806

5 files changed

Lines changed: 11 additions & 8 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,6 @@ cython_debug/
169169
#.idea/
170170
.idea
171171
de421.bsp
172+
173+
# Claude Code files
174+
CLAUDE.md

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ authors:
1212
title: seagliderOG1
1313
version: 0.0.1
1414
date-released: 2025-04-12
15-
url: https://github.com/ifmeo-hamburg/seagliderOG1
15+
url: https://github.com/ocean-uhh/seagliderOG1

docs/source/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ SeagliderOG1 is a Python package aiming to convert seaglider basestation files i
1010

1111
We provide an example notebook to demonstrate the purpose of the various function and test datasets from Seaglider data in the Labrador Sea.
1212

13-
For recommendations or bug reports, please visit https://github.com/ifmeo-hamburg/seagliderOG1/issues/new
13+
For recommendations or bug reports, please visit https://github.com/ocean-uhh/seagliderOG1/issues/new
1414

1515
======================================
1616

@@ -31,7 +31,7 @@ For recommendations or bug reports, please visit https://github.com/ifmeo-hambur
3131
:maxdepth: 2
3232
:caption: Help and reference
3333

34-
GitHub Repo <http://github.com/ifmeo-hamburg/seagliderOG1>
34+
GitHub Repo <http://github.com/ocean-uhh/seagliderOG1>
3535
seagliderOG1
3636

3737

docs/source/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ If you want a local editable copy of the code, for example to adapt it to your o
3232
#### a. Clone the repository to your computer
3333
From a **terminal**:
3434
```bash
35-
git clone https://github.com/ifmeo-hamburg/seagliderOG1
35+
git clone https://github.com/ocean-uhh/seagliderOG1
3636
cd seagliderOG1
3737
```
3838

3939
Or using **Github Desktop**:
4040

41-
1. Visit https://github.com/ifmeo-hamburg/seagliderOG1
41+
1. Visit https://github.com/ocean-uhh/seagliderOG1
4242
2. Click the green <> Code button
4343
3. Choose **Open with GitHub Desktop**
4444

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ dynamic = [
2828
"dependencies",
2929
"version",
3030
]
31-
urls.documentation = "https://github.com/ifmeo-hamburg/seagliderOG1"
32-
urls.homepage = "https://github.com/ifmeo-hamburg/seagliderOG1"
33-
urls.repository = "https://github.com/ifmeo-hamburg/seagliderOG1"
31+
urls.documentation = "https://github.com/ocean-uhh/seagliderOG1"
32+
urls.homepage = "https://github.com/ocean-uhh/seagliderOG1"
33+
urls.repository = "https://github.com/ocean-uhh/seagliderOG1"
3434

3535
[tool.setuptools]
3636
packages = [

0 commit comments

Comments
 (0)