Skip to content

Commit

Permalink
another instance
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Aug 27, 2024
1 parent 93e72a3 commit 98a55b0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/concepts/model_specification/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,12 @@ specification item and the fully instantiated object is the domain of the

The :class:`ComponentConfigurationParser
<vivarium.framework.components.parser.ComponentConfigurationParser>`
is responsible for taking a list or hierarchical ``LayeredConfigTree`` of
is responsible for taking a list or hierarchical
:class:`LayeredConfigTree <layered_config_tree.main.LayeredConfigTree>` of
components derived from a model specification file and turning it into a list of
instantiated component objects. The :meth:`get_components
instantiated component objects.

The :meth:`get_components
<vivarium.framework.components.parser.ComponentConfigurationParser.get_components>`
method of the parser is used anytime a simulation is initialized from a
model specification file. This method is responsible for the following three
Expand Down

0 comments on commit 98a55b0

Please # to comment.