Skip to content

Commit

Permalink
Update repo refs
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt committed Sep 24, 2024
1 parent a5dd71f commit 7373a09
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# eo-tides

[![Release](https://img.shields.io/github/v/release/robbibt/eo-tides)](https://img.shields.io/github/v/release/robbibt/eo-tides)
[![Build status](https://img.shields.io/github/actions/workflow/status/robbibt/eo-tides/main.yml?branch=main)](https://github.com/robbibt/eo-tides/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/robbibt/eo-tides/branch/main/graph/badge.svg)](https://codecov.io/gh/robbibt/eo-tides)
[![Commit activity](https://img.shields.io/github/commit-activity/m/robbibt/eo-tides)](https://img.shields.io/github/commit-activity/m/robbibt/eo-tides)
[![License](https://img.shields.io/github/license/robbibt/eo-tides)](https://img.shields.io/github/license/robbibt/eo-tides)
[![Release](https://img.shields.io/github/v/release/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/v/release/GeoscienceAustralia/eo-tides)
[![Build status](https://img.shields.io/github/actions/workflow/status/GeoscienceAustralia/eo-tides/main.yml?branch=main)](https://github.com/GeoscienceAustralia/eo-tides/actions/workflows/main.yml?query=branch%3Amain)
[![codecov](https://codecov.io/gh/GeoscienceAustralia/eo-tides/branch/main/graph/badge.svg)](https://codecov.io/gh/GeoscienceAustralia/eo-tides)
[![Commit activity](https://img.shields.io/github/commit-activity/m/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/commit-activity/m/GeoscienceAustralia/eo-tides)
[![License](https://img.shields.io/github/license/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/license/GeoscienceAustralia/eo-tides)

This is placeholder text.

- **Github repository**: <https://github.com/robbibt/eo-tides/>
- **Documentation** <https://robbibt.github.io/eo-tides/>
- **Github repository**: <https://github.com/GeoscienceAustralia/eo-tides/>
- **Documentation** <https://GeoscienceAustralia.github.io/eo-tides/>

## Getting started with your project

Expand All @@ -21,7 +21,7 @@ First, create a repository on GitHub with the same name as this project, and the
git init -b main
git add .
git commit -m "init commit"
git remote add origin [email protected]:robbibt/eo-tides.git
git remote add origin [email protected]:GeoscienceAustralia/eo-tides.git
git push -u origin main
```

Expand Down Expand Up @@ -63,8 +63,8 @@ To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookie
## Releasing a new version

- Create an API Token on [PyPI](https://pypi.org/).
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/robbibt/eo-tides/settings/secrets/actions/new).
- Create a [new release](https://github.com/robbibt/eo-tides/releases/new) on Github.
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/GeoscienceAustralia/eo-tides/settings/secrets/actions/new).
- Create a [new release](https://github.com/GeoscienceAustralia/eo-tides/releases/new) on Github.
- Create a new tag in the form `*.*.*`.

For more details, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/cicd/#how-to-trigger-a-release).
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# eo-tides

[![Release](https://img.shields.io/github/v/release/robbibt/eo-tides)](https://img.shields.io/github/v/release/robbibt/eo-tides)
[![Build status](https://img.shields.io/github/actions/workflow/status/robbibt/eo-tides/main.yml?branch=main)](https://github.com/robbibt/eo-tides/actions/workflows/main.yml?query=branch%3Amain)
[![Commit activity](https://img.shields.io/github/commit-activity/m/robbibt/eo-tides)](https://img.shields.io/github/commit-activity/m/robbibt/eo-tides)
[![License](https://img.shields.io/github/license/robbibt/eo-tides)](https://img.shields.io/github/license/robbibt/eo-tides)
[![Release](https://img.shields.io/github/v/release/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/v/release/GeoscienceAustralia/eo-tides)
[![Build status](https://img.shields.io/github/actions/workflow/status/GeoscienceAustralia/eo-tides/main.yml?branch=main)](https://github.com/GeoscienceAustralia/eo-tides/actions/workflows/main.yml?query=branch%3Amain)
[![Commit activity](https://img.shields.io/github/commit-activity/m/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/commit-activity/m/GeoscienceAustralia/eo-tides)
[![License](https://img.shields.io/github/license/GeoscienceAustralia/eo-tides)](https://img.shields.io/github/license/GeoscienceAustralia/eo-tides)

Placeholder
8 changes: 4 additions & 4 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
site_name: eo-tides
repo_url: https://github.com/robbibt/eo-tides
site_url: https://robbibt.github.io/eo-tides
repo_url: https://github.com/GeoscienceAustralia/eo-tides
site_url: https://GeoscienceAustralia.github.io/eo-tides
site_description: A sample docs page
site_author: Robbi Bishop-Taylor
edit_uri: edit/main/docs/
repo_name: robbibt/eo-tides
repo_name: GeoscienceAustralia/eo-tides
copyright: Maintained by Robbi Bishop-Taylor (@satellitesci).

nav:
Expand Down Expand Up @@ -74,7 +74,7 @@ theme:
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/robbibt/eo-tides
link: https://github.com/GeoscienceAustralia/eo-tides
- icon: fontawesome/brands/python
link: https://pypi.org/project/eo-tides

Expand Down

0 comments on commit 7373a09

Please sign in to comment.