Skip to content

Commit a29e733

Browse files
docs: update for rtd
1 parent 87acf9e commit a29e733

9 files changed

+21
-15
lines changed

CLI_REFERENCE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ aignostics [OPTIONS] COMMAND [ARGS]...
1414
* `--show-completion`: Show completion for the current shell, to copy it or customize the installation.
1515
* `--help`: Show this message and exit.
1616

17-
🔬 Aignostics Python SDK v0.2.1 - built with love in Berlin 🐻
17+
🔬 Aignostics Python SDK v0.2.2 - built with love in Berlin 🐻
1818

1919
**Commands**:
2020

@@ -203,7 +203,7 @@ $ aignostics application run upload [OPTIONS] APPLICATION_VERSION_ID METADATA_CS
203203

204204
**Options**:
205205

206-
* `--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1748000673214.913]
206+
* `--upload-prefix TEXT`: Prefix for the upload destination. If not given will be set to current milliseconds. [default: 1748004154447.326]
207207
* `--help`: Show this message and exit.
208208

209209
#### `aignostics application run submit`

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
---
2121

2222

23-
## 1) Introduction
23+
## Introduction
2424

2525
The **Aignostics Python SDK** includes multiple pathways to interact with the
2626
**Aignostics Platform**:
@@ -57,11 +57,13 @@ more about how we achieve
5757
[operational excellence](https://aignostics.readthedocs.io/en/latest/operational_excellence.html) and
5858
[security](https://aignostics.readthedocs.io/en/latest/security.html).
5959

60-
## 2) Quick Start
60+
## Quick Start
6161

6262
> [!Note]
6363
> See as follows for a quick start guide to get you up and running with the Aignostics Python SDK as quickly as possible.
64-
> If you first want to learn bout the basic concepts and components of the Aignostics Platform, please jump to section 3 below.
64+
> If you first want to learn bout the basic concepts and components of the Aignostics Platform skip to that section below.
65+
> The further reading section points you to reference documentation listing all available CLI commans, methods and classes provided by the SDK, how we achieve operational excellence and security, and more.
66+
> If you are not familiar with terminology please check the glossary at the end of this document.
6567
6668
### Aignostics Launchpad: Run your first computational pathology analysis in 10 minutes from your desktop
6769

@@ -272,7 +274,7 @@ Self-signed URLs for files in google storage buckets can be generated using the
272274
for the Google Storage Bucket**
273275

274276

275-
## 3) Aignostics Platform: Concepts
277+
## Aignostics Platform
276278

277279
### Overview
278280

@@ -378,7 +380,7 @@ Every WSI processed by the Platform generates a cost. Usage of the "Test Applica
378380
**[Read the API reference documentation](https://aignostics.readthedocs.io/en/latest/api_reference_v1.html)** or use our **[Interactive API Explorer](https://platform.aignostics.com/explore-api)** to dive into details of all operations and parameters.
379381

380382

381-
## 4) Further Reading
383+
## Further Reading
382384

383385
1. Inspect our
384386
[security policy](https://aignostics.readthedocs.io/en/latest/security.html)
@@ -403,7 +405,7 @@ Every WSI processed by the Platform generates a cost. Usage of the "Test Applica
403405
that this project builds upon. Thank you to all these wonderful contributors!
404406

405407

406-
## 5) Glossary
408+
## Glossary
407409

408410
### A
409411

docs/partials/README_footer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4) Further Reading
1+
## Further Reading
22

33
1. Inspect our
44
[security policy](https://aignostics.readthedocs.io/en/latest/security.html)

docs/partials/README_glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 5) Glossary
1+
## Glossary
22

33
### A
44

docs/partials/README_main.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1) Introduction
1+
## Introduction
22

33
The **Aignostics Python SDK** includes multiple pathways to interact with the
44
**Aignostics Platform**:
@@ -35,11 +35,13 @@ more about how we achieve
3535
[operational excellence](https://aignostics.readthedocs.io/en/latest/operational_excellence.html) and
3636
[security](https://aignostics.readthedocs.io/en/latest/security.html).
3737

38-
## 2) Quick Start
38+
## Quick Start
3939

4040
> [!Note]
4141
> See as follows for a quick start guide to get you up and running with the Aignostics Python SDK as quickly as possible.
42-
> If you first want to learn bout the basic concepts and components of the Aignostics Platform, please jump to section 3 below.
42+
> If you first want to learn bout the basic concepts and components of the Aignostics Platform skip to that section below.
43+
> The further reading section points you to reference documentation listing all available CLI commans, methods and classes provided by the SDK, how we achieve operational excellence and security, and more.
44+
> If you are not familiar with terminology please check the glossary at the end of this document.
4345
4446
### Aignostics Launchpad: Run your first computational pathology analysis in 10 minutes from your desktop
4547

docs/partials/README_platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 3) Aignostics Platform: Concepts
1+
## Aignostics Platform
22

33
### Overview
44

docs/source/glossary.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.. mdinclude:: ../partials/README_glossary.md

docs/source/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
api_reference_v1
1818
operational_excellence
1919
security
20+
glossary
2021
license
2122
attributions
2223
release-notes

docs/source/main.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
.. mdinclude:: ../partials/README_main.md
2-
.. mdinclude:: ../partials/README_api.md
2+
.. mdinclude:: ../partials/README_platform.md

0 commit comments

Comments
 (0)