Skip to content

Commit 684f989

Browse files
committed
No more reference to the deprecated Oort
Signed-off-by: Cédric Foellmi <cedric@onekiloparsec.dev>
1 parent 14179e9 commit 684f989

File tree

4 files changed

+15
-39
lines changed

4 files changed

+15
-39
lines changed

docs/.vitepress/config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default {
144144
items: [
145145
{ text: 'APIs', link: '/ecosystem/apis.md' },
146146
{ text: 'aa-js', link: '/ecosystem/aa-js.md' },
147-
{ text: 'CLI & Oort', link: '/ecosystem/cli-oort.md' }
147+
{ text: 'CLI', link: '/ecosystem/cli.md' }
148148
]
149149
}
150150
]

docs/ecosystem/cli-oort.md

-36
This file was deleted.

docs/ecosystem/cli.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
Command-Line Interface (CLI)
2+
===
3+
4+
The Arcsecond CLI is a Python module that can be used in the terminal with the command `arcsecond.`
5+
The full documentation is available [here](https://docs.arcsecond.io/cli).
6+
7+
The CLI also contains an easy `upload` command to upload your data to the Arcsecond Cloud SFtorage.
8+
9+
Quick Start
10+
---
11+
12+
* `pip install arcsecond`
13+
* `arcsecond --help`

docs/ecosystem/index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ associated services and projects.
55

66
* [APIs](./apis.md) - our backend RESTful APIs.
77
* [aa-js](./aa-js.md) - our open-source library of astronomical algorithms in Typescript.
8-
* [CLI](./cli-oort.md) - our open-source Command-Line Interface (a.k.a. the `arcsecond` terminal command).
9-
* [Oort](./cli-oort.md) - our open-source data uploader.
8+
* [CLI](./cli.md) - our open-source Command-Line Interface (a.k.a. the `arcsecond` terminal command).
109

1110
## Support services & repositories
1211

0 commit comments

Comments
 (0)