Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
1651740
DOC: Use new URL for docs
cortadocodes Sep 23, 2025
969946e
ENH: Update docs URL in CLI help text
cortadocodes Sep 23, 2025
e92baf8
REF: Factor out template setting as a class
cortadocodes Sep 23, 2025
6ae0a46
DOC: Update CLI help text
cortadocodes Sep 23, 2025
fecabb8
FEA: Add `octue twined question ask example` command
cortadocodes Sep 23, 2025
e0cdaf6
DOC: Simplify installation instructions
cortadocodes Sep 23, 2025
e3206f4
ENH: Add dummy output values to example command
cortadocodes Sep 23, 2025
ec1cb35
FIX: Clean up after template class
cortadocodes Sep 23, 2025
7cc9ad8
DOC: Add getting started guide to index page of docs
cortadocodes Sep 23, 2025
87a251c
DOC: Add command for real data service to getting started
cortadocodes Sep 24, 2025
4492e0d
DOC: Fix nested bulleted list
cortadocodes Sep 24, 2025
764ba28
DOC: Adjust wording
cortadocodes Sep 24, 2025
679c47b
DOC: Explain question/answer terminology
cortadocodes Sep 24, 2025
134b375
DOC: Add shell redirection tip and add JSON link
cortadocodes Sep 24, 2025
a02fb8c
DOC: Simplify installation instructions
cortadocodes Sep 24, 2025
8ae7fb5
REF: Remove `--logger-uri` option from CLI
cortadocodes Sep 24, 2025
ff3f054
CHO: Remove `check-yaml` pre-commit check
cortadocodes Sep 24, 2025
b5aae2e
DOC: Enable tabbed docs
cortadocodes Sep 24, 2025
7709f7d
DOC: Add CLI tab to getting started guide
cortadocodes Sep 24, 2025
a651472
DOC: Add empty python tab to getting started guide
cortadocodes Sep 24, 2025
a7ad869
DOC: Add python code to getting started guide
cortadocodes Sep 24, 2025
9efdc80
DOC: Enable code snippet copy buttons
cortadocodes Sep 24, 2025
8f75681
DOC: Adjust wording and fix typo
cortadocodes Sep 26, 2025
4eb926c
DOC: Add "next steps" to end of getting started guide
cortadocodes Sep 26, 2025
3f3877e
DOC: Adjust wording and style on licence and version history pages
cortadocodes Sep 26, 2025
7e8a3bb
FEA: Add `ExampleChild` and use in CLI
cortadocodes Sep 26, 2025
3a7c97c
DOC: Use `ExampleChild` in getting started guide
cortadocodes Sep 26, 2025
5a3c107
DOC: Add infrastructure page to docs
cortadocodes Sep 26, 2025
6f74b5a
DOC: Add support page
cortadocodes Sep 26, 2025
a45e7a6
DOC: Add links to getting started guide
cortadocodes Sep 26, 2025
eadb77c
DOC: Add link to github issues
cortadocodes Sep 26, 2025
b1b5972
ENH: Merge `example` CLI subcommand into `remote` subcommand
cortadocodes Oct 1, 2025
2d56154
FIX: Return correct values from `ExampleChild.ask`
cortadocodes Oct 1, 2025
2843956
REF: Remove unnecessary context manager from `ExampleChild`
cortadocodes Oct 1, 2025
a8d675b
ENH: Give `ExampleChild` same signature as `Child`
cortadocodes Oct 1, 2025
dcaff9b
REF: Use analysis ID in example child and simplify template variable
cortadocodes Oct 1, 2025
fc87371
REF: Simplify `ExampleChild.__init__`
cortadocodes Oct 1, 2025
3c5626a
ENH: Raise error if "example" is used as a service namespace
cortadocodes Oct 1, 2025
965535a
ENH: Replace `ExampleChild` with `Child` with "example" namespace
cortadocodes Oct 1, 2025
cafbd45
DOC: Move admonition and clarify it
cortadocodes Oct 1, 2025
6bb9d4b
REF: Un-nest CLI commands for asking questions
cortadocodes Oct 1, 2025
f49c81c
DOC: Remove old documentation from navigation
cortadocodes Oct 2, 2025
60d797f
DOC: Remove old documentation
cortadocodes Oct 2, 2025
d1fc983
DOC: Add glossary
cortadocodes Oct 2, 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: 0 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ repos:
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files

- repo: https://github.com/astral-sh/ruff-pre-commit
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
The python SDK for running [Octue](https://octue.com) data services, digital twins, and applications - get faster data
groundwork so you have more time for the science!

Read the docs [here.](https://octue-python-sdk.readthedocs.io/en/latest/)
Read the docs [here.](https://twined.octue.com/)

Uses our [twined](https://twined.readthedocs.io/en/latest/) library for data validation.

Expand Down Expand Up @@ -41,7 +41,6 @@ Usage: octue [OPTIONS] COMMAND [ARGS]...
Read more in the docs: https://octue-python-sdk.readthedocs.io/en/latest/

Options:
--logger-uri TEXT Stream logs to a websocket at the given URI.
--log-level [debug|info|warning|error]
Log level used for the analysis. [default:
info]
Expand Down
Loading