Skip to content

Commit c8a56c8

Browse files
authored
📝 Expanding doc to easier find doc for api versions (#77)
* Expanding doc to easier find doc for api versions * Use default test trigger mechanism in github
1 parent 3d27841 commit c8a56c8

File tree

4 files changed

+25
-17
lines changed

4 files changed

+25
-17
lines changed

.github/workflows/publish-python-client.yml

-7
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,6 @@ on:
33
workflow_dispatch:
44
push:
55
pull_request:
6-
types:
7-
- opened
8-
- reopened
9-
- ready_for_review
10-
- review_requested
11-
- edited
12-
- synchronize
136
jobs:
147
build-n-publish:
158
runs-on: ubuntu-latest

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
1-
<h1 align="center">Osparc-Simcore-Clients</h1>
1+
<h1 align="center">oSPARC-Simcore-Clients</h1>
22

3-
To get started using the tools developed in this repository, take a look at the the following links:
4-
- [Basic tutorial](https://itisfoundation.github.io/osparc-simcore-clients/#/clients/python/artifacts/docs/BasicTutorial)
5-
- [Documentation](https://itisfoundation.github.io/osparc-simcore-clients)
3+
To get started using the tools developed in this repository have a look at the
4+
[Documentation](https://itisfoundation.github.io/osparc-simcore-clients).
65

76
For more in depth knowledge concerning the development of the repository, take a look at
87
- [Release Notes](https://github.com/ITISFoundation/osparc-simcore-clients/releases)
@@ -14,7 +13,10 @@ For reporting an issue, use our [issue tracker](https://github.com/ITISFoundatio
1413

1514
These notes are intended for people who want to contribute to the development of this repository.
1615

17-
The different clients for the osparc public API are generated using the [openapi-generator](https://github.com/ITISFoundation/openapi-generator)-tool. *The generated files should not be changed manually!* Instead proposed changes should be implemented directly on the [openapi-generator](https://github.com/ITISFoundation/openapi-generator)-repository. See also [templates](https://openapi-generator.tech/docs/templating) and [customization](https://openapi-generator.tech/docs/customization).
16+
The different clients for the oSPARC public API are generated using the [openapi-generator](https://github.com/ITISFoundation/openapi-generator)-tool.
17+
*The generated files should not be changed manually!*
18+
Instead proposed changes should be implemented directly on the [openapi-generator](https://github.com/ITISFoundation/openapi-generator)-repository.
19+
See also [templates](https://openapi-generator.tech/docs/templating) and [customization](https://openapi-generator.tech/docs/customization).
1820

1921
## Workflow
2022

docs/doc_entrypoint.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1-
<h1 align="center">Osparc-Simcore</h1>
1+
<h1 align="center">oSPARC-Simcore clients</h1>
22

3-
[o²S²PARC](https://sparc.science/resources/4LkLiH5s4FV0LVJd3htsvH) is an open, cloud-based platform for the development, execution and sharing of computational models, simulations, and data analysis pipelines, and the presentation of results. This site documents clients for interacting with o²S²PARC programatically. Choose your favorite programming language in the top-right navigation bar and get started.
3+
[o²S²PARC](https://sparc.science/resources/4LkLiH5s4FV0LVJd3htsvH) is
4+
an open, cloud-based platform for the development, execution and sharing of
5+
computational models, simulations, and data analysis pipelines, and the
6+
presentation of results.
7+
8+
This site documents clients for interacting with o²S²PARC programmatically.
9+
10+
Please first choose the version of the client you are using:
11+
* Python API:
12+
* [v0.5.0](clients/python/docs/v0.5.0/README.md)
13+
* [v0.6.0](clients/python/docs/v0.6.0/README.md)
14+
15+
We're committed to continually expanding and refining our platform.
16+
Stay tuned for future updates and additional API client offerings.

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
<head>
55
<meta charset="UTF-8">
6-
<title>osparc API client</title>
6+
<title>oSPARC API clients</title>
77
<link rel="icon" href="_media/favicon.png">
88
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
9-
<meta name="description" content="A python client SDK for osparc API">
9+
<meta name="description" content="A Python client SDK for oSPARC API">
1010
<meta name="viewport"
1111
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
1212
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css" title="vue" disabled>
@@ -25,7 +25,7 @@
2525
'/': 'docs/doc_entrypoint.md',
2626
},
2727
maxLevel: 2,
28-
name: 'osparc API client',
28+
name: 'oSPARC API clients',
2929
repo: 'https://github.com/ITISFoundation/osparc-simcore-clients.git',
3030
relativePath: false,
3131
// copy-code

0 commit comments

Comments
 (0)