Skip to content

Commit

Permalink
update formatting throughout codebase (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevebachmeier committed Aug 28, 2024
1 parent 6f18261 commit a773962
Show file tree
Hide file tree
Showing 42 changed files with 520 additions and 614 deletions.
8 changes: 5 additions & 3 deletions docs/source/concepts/model_specification/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,11 @@ 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 :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.
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
<vivarium.framework.components.parser.ComponentConfigurationParser.get_components>`
method of the parser is used anytime a simulation is initialized from a
Expand Down
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
# ones.
extensions = [
"sphinx.ext.autodoc",
"sphinx_autodoc_typehints",
"sphinx.ext.intersphinx",
"sphinx.ext.doctest",
"sphinx.ext.todo",
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"IPython",
"matplotlib",
"sphinxcontrib-video",
"sphinx-autodoc-typehints",
]

setup(
Expand Down
Loading

0 comments on commit a773962

Please # to comment.