-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Experiments towards glossary * Remove unnecessary setup.py * Update recommended Python version. * Remove --user recommendation. * Update quickstart. * Update tutorial * projects * job * querying * flowproject * remove collection * configuration * Add pre-commit config * Add codespell. * community * Put back original hooks. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Apply Bradley's suggestions Co-authored-by: Bradley Dice <[email protected]> * Fix job reference. Co-authored-by: Corwin Kerr <[email protected]> * Fix a/an. Co-authored-by: Corwin Kerr <[email protected]> * Clarify analogy to primary keys. * Remove from "data space" terms * Small wording * Add initial glossary file * Replace state point schema with project schema * Update defs * Update definitions taking Brandon's feedback * add hoverxref to build requirements * Use 4 space indentation in glossary * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Add references to glossary terms --------- Co-authored-by: Vyas Ramasubramani <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bradley Dice <[email protected]>
- Loading branch information
1 parent
a4dbccb
commit 07a209b
Showing
12 changed files
with
70 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
Glossary | ||
======== | ||
|
||
.. glossary:: | ||
|
||
parameter | ||
A variable, like `T` or `version` or `bench_number`. The smallest unit in **signac**. Specifically, these are the dictionary keys of the state point. | ||
|
||
state point | ||
A dictionary of parameters and their values that uniquely specifies a :term:`job`, kept in sync with the file `signac_statepoint.json`. | ||
|
||
job | ||
An object holding data and metadata of the :term:`state point` that defines it. | ||
|
||
job id | ||
The MD-5 hash of a job's state point that is used to distinguish jobs. | ||
|
||
job directory | ||
The directory, named for the :term:`job id`, created when a job is initialized that will contain all data and metadata pertaining to the given job. | ||
|
||
job document | ||
A persistent dictionary for storage of simple key-value pairs in a job, kept in sync with the file `signac_job_document.json`. | ||
|
||
workspace | ||
The directory that contains all job directories of a **signac** project. | ||
|
||
project | ||
The primary interface to access and work with jobs and their data stored in the workspace. | ||
|
||
project schema | ||
The emergent database schema as defined by jobs in the project workspace. The set of all keys present in all state points, as well as their range of values. | ||
|
||
signac schema | ||
A configuration schema that defines accepted options and values, currently on v2. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.