-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor inputs to streamline API across functions (#19)
* First stage of refactoring inputs * Clean * Update case study notebook * Update readme * Update readme * Fix plotting order bug * Add phase tides * Major refactor to use latest pyTMD, standarise inputs * Update lockfile * Fix lockfile * Update uv version * Update action.yml * Update main.yml
- Loading branch information
Showing
17 changed files
with
1,334 additions
and
2,520 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -85,6 +85,8 @@ build-and-publish: build publish ## Build and publish. | |
docs-test: ## Test if documentation can be built without warnings or errors | ||
@uv run mkdocs build -s | ||
|
||
# On Sandbox: uv run mkdocs serve -a localhost:8000 | ||
# https://app.sandbox.dea.ga.gov.au/user/[email protected]/proxy/8000/eo-tides/ | ||
.PHONY: docs | ||
docs: ## Build and serve the documentation | ||
@uv run mkdocs serve | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.