Skip to content

Commit

Permalink
Add convert tasks to module reference (#65)
Browse files Browse the repository at this point in the history
* Add convert tasks to module reference

* Fix code block syntax
  • Loading branch information
jessicasyu authored Nov 2, 2023
1 parent a56b938 commit cd7b5a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Module reference
:template: custom_summary.rst
:recursive:

arcade_collection.convert
arcade_collection.input
arcade_collection.output

Expand Down
4 changes: 2 additions & 2 deletions src/arcade_collection/output/parse_growth_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def parse_growth_timepoint(timepoint: dict, seed: int) -> list:
The original data contains cell features in the form:
.. code-block:: json
.. code-block:: text
{
"time": time,
Expand All @@ -96,7 +96,7 @@ def parse_growth_timepoint(timepoint: dict, seed: int) -> list:
Parsed data is formatted into:
.. code-block:: json
.. code-block:: text
[
[time, seed, u, v, w, z, position, population, state, volume, cycle],
Expand Down

0 comments on commit cd7b5a2

Please sign in to comment.