From 0ad41d7c3bb99a75c1efb8e013570139a1936dc5 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Tue, 7 May 2024 12:03:39 -0400 Subject: [PATCH] Update README.md --- README.md | 30 +++++++----------------------- 1 file changed, 7 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 2c0aa9c..e6f7175 100644 --- a/README.md +++ b/README.md @@ -2,21 +2,13 @@ [![PyPI - Version](https://img.shields.io/pypi/v/nextline-schedule.svg)](https://pypi.org/project/nextline-schedule) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/nextline-schedule.svg)](https://pypi.org/project/nextline-schedule) + [![Test Status](https://github.com/simonsobs/nextline-schedule/actions/workflows/unit-test.yml/badge.svg)](https://github.com/simonsobs/nextline-schedule/actions/workflows/unit-test.yml) [![Test Status](https://github.com/simonsobs/nextline-schedule/actions/workflows/type-check.yml/badge.svg)](https://github.com/simonsobs/nextline-schedule/actions/workflows/type-check.yml) [![codecov](https://codecov.io/gh/simonsobs/nextline-schedule/branch/main/graph/badge.svg)](https://codecov.io/gh/simonsobs/nextline-schedule) A plugin for [nextline-graphql](https://github.com/simonsobs/nextline-graphql). -An interface to the [SO scheduler](https://github.com/simonsobs/so-scheduler). - ---- - -**Table of Contents** - -- [Nextline Schedule](#nextline-schedule) - - [Installation](#installation) - - [License](#license) - - [Contact](#contact) +An interface to the [SO scheduler](https://github.com/simonsobs/scheduler). ## Installation @@ -26,16 +18,8 @@ pip install nextline-schedule ## Configuration -| Environment variable | Default value | Description | -| ----------------------------------- | ------------------------------------------------------ | ---------------------------------------------------------------------------------------------------- | -| `NEXTLINE_SCHEDULE__API` | `https://scheduler-uobd.onrender.com/api/v1/schedule/` | The [schedule API URL](https://github.com/simonsobs/so-scheduler/blob/master/readme.md#schedule-api) | -| `NEXTLINE_SCHEDULE__LENGTH_MINUTES` | 1 | | -| `NEXTLINE_SCHEDULE__POLICY` | `dummy` | | - -## License - -- _Nextline Schedule_ is licensed under the [MIT](https://spdx.org/licenses/MIT.html) license. - -## Contact - -- [Tai Sakuma](https://github.com/TaiSakuma) ORCID iD icon +| Environment variable | Default value | Description | +| ----------------------------------- | ------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- | +| `NEXTLINE_SCHEDULE__API` | `https://scheduler-uobd.onrender.com/api/v1/schedule/` | The [schedule API URL](https://github.com/simonsobs/scheduler-server?tab=readme-ov-file#schedule-api) | +| `NEXTLINE_SCHEDULE__LENGTH_MINUTES` | 1 | | +| `NEXTLINE_SCHEDULE__POLICY` | `dummy` | |