Skip to content

Commit 7610059

Browse files
docs: update core concepts page (#1223)
* fix(docs): core-concepts * chore(docs): line length
1 parent 6ea2edc commit 7610059

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

docs/concepts/core-concepts.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
`ado` is a tool for systematically exploring, measuring, and analysing a space
44
of entities - for example, configurations, systems and substances. It is built
55
on three core concepts: **Discovery Space**, **Operation** and **Sample Store**.
6-
In brief, you define a Discovery Space, apply an Operation to it, and store the
7-
results in a Sample Store.
6+
In brief, you define a Discovery Space, apply an Operation to it, and the
7+
results are automatically store in a Sample Store.
88

99
## Discovery Space
1010

11-
A **Discovery Space** defines how to answer the following questions: three
12-
questions:
11+
A **Discovery Space** answers the following questions:
1312

1413
| Question | Concept | Description |
1514
| ----------------------------------- | --------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
@@ -31,17 +30,17 @@ Discovery Space.
3130
Defining an Operation involves specifying the `operator` to use (the Python
3231
module that implements the operation) and the parameter values to set.
3332

34-
There are two broad classes of Operation: explore operations sample and measure
35-
points from a Discovery Space; analysis operations process the data currently
36-
collected in a Discovery Space to provide insights.
33+
There are two broad classes of Operation: **explore** **operations** sample and
34+
measure points from a Discovery Space; **analysis** **operations** process the
35+
data currently collected in a Discovery Space to provide insights.
3736

3837
You can run multiple explore operations on the same space. Each one can select
3938
and measure new points, increasing the total amount of information available on
4039
entities in the space. You can always view the entities sampled by each
4140
Operation independently.
4241

43-
The fact that the Discovery Space exists independently from any particular
44-
Operation is a central innovation of `ado`.
42+
The fact that a Discovery Space exists independently of any particular Operation
43+
on it is a central innovation of `ado`.
4544

4645
## Sample Store
4746

0 commit comments

Comments
 (0)