Skip to content
This repository has been archived by the owner on Feb 7, 2024. It is now read-only.

Commit

Permalink
add link to introduction scope
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanraba committed Mar 19, 2021
1 parent a7fd05f commit 9a05227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/verification.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"\n",
"Here we map the current CASA task list to where the equivalent functionality will (eventually) live in the next generation software. In some cases this is not a one to one mapping, as tasks may be split in to multiple functions, or multiple tasks may be handled by a single function.\n",
"\n",
"The future design thinking is to separate functionality into **CNGI**, **ngCASA**, and **Application** layers. The primary focus of this demonstration package is the CNGI layer, containing core mathematics and operations directly on datastructures themselves. Some preliminary ngCASA level design and prototyping work exists to build confidence that the CNGI level will suffice for next generation science performance. Very little application layer work has been done to date, but this will (eventually) be the layer that most users interact with, and tailored to specific use cases. Refer to the Introduction section for more information.\n",
"The future design thinking is to [separate functionality](introduction.ipynb#Scope) into **CNGI**, **ngCASA**, and **Application** layers. The primary focus of this demonstration package is the CNGI layer, containing core mathematics and operations directly on datastructures themselves. Some preliminary ngCASA level design and prototyping work exists to build confidence that the CNGI level will suffice for next generation science performance. Very little application layer work has been done to date, but this will (eventually) be the layer that most users interact with, and tailored to specific use cases. Refer to the Introduction section for more information.\n",
"\n",
"Tasks marked with N/A or \"direct on xarray dataset\" are no longer needed due to fundamental changes in data storage and access in CNGI.\n",
"\n",
Expand Down

0 comments on commit 9a05227

Please sign in to comment.