From f862159b3473090d757e13568bbd9edd99721309 Mon Sep 17 00:00:00 2001 From: Tai Sakuma Date: Thu, 7 Mar 2024 14:19:11 -0500 Subject: [PATCH] Update README.md --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index dea25afa..a5144499 100644 --- a/README.md +++ b/README.md @@ -6,15 +6,14 @@ # Nextline -_Nextline_ allows line-by-line execution of concurrent Python scripts by multiple users simultaneously from web browsers. Nextline is being developed as a DAQ sequencer of the [Observatory Control System (OCS)](https://github.com/simonsobs/ocs/). - -## Packages - -- [**nextline:**](https://github.com/simonsobs/nextline) (Python) this package. the core functionality. -- [**nextline-graphql:**](https://github.com/simonsobs/nextline-graphql) (Python) the GraphQL API. importing _nextline_ -- [**nextline-web:**](https://github.com/simonsobs/nextline-web) (JavaScript) the client website - ---- +_Nextline_ is a DAQ sequencer of the [Observatory Control System +(OCS)](https://github.com/simonsobs/ocs/). Nextline allows line-by-line +execution of concurrent Python scripts, which control telescopes, by multiple +users simultaneously from web browsers. + +This package provides the core functionality of Nextline. It is used in +[_nextline-graphql_](https://github.com/simonsobs/nextline-graphql), the +plugin-based framework of the backend API server of Nextline. ## License