Skip to content

Commit 9963b3d

Browse files
committed
@ pcdl : in the middle of updating the man pages.
1 parent b33f158 commit 9963b3d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

man/TUTORIAL_python3_timeseries.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ and we will not further discuss them here.
1313
For the details, please read the TimeStep tutorial and study the docstrings!
1414

1515
For microenvironment data, these are the functions:
16-
#+ mcdsts.get_substrate_list() # bue: will never be implementd
16+
<!--
17+
+ mcdsts.get_substrate_list() # bue: will never be implementd
18+
-->
1719
```python
1820
mcdsts.get_conc_df()
1921
```
@@ -25,8 +27,10 @@ mcdsts.make_conc_vtk()
2527
```
2628

2729
For cell data, these are the functions:
28-
#+ mcdsts.get_celltype_list() # bue: will never be implementd
29-
#+ mcdsts.get_cell_attribute_list() # bue: will never be implementd
30+
<!--
31+
+ mcdsts.get_celltype_list() # bue: will never be implementd
32+
+ mcdsts.get_cell_attribute_list() # bue: will never be implementd
33+
-->
3034
```python
3135
mcdsts.get_cell_df()
3236
```

0 commit comments

Comments
 (0)