Skip to content

Commit b33f158

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

File tree

1 file changed

+9
-29
lines changed

1 file changed

+9
-29
lines changed

man/TUTORIAL_python3_timeseries.md

Lines changed: 9 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -55,43 +55,23 @@ Yet, there are additional functions, that only make sense for TimeSeries,
5555
and those functions will be discussed in this chapter.
5656

5757
For handling TimeSeries, these are the functions:
58-
```python
59-
mcdsts.get_xmlfile_list()
60-
```
61-
```python
62-
mcdsts.read_mcds()
63-
```
64-
```python
65-
mcdsts.get_mcds_list()
66-
```
67-
```python
68-
mcdsts.get_annmcds_list()
69-
```
58+
+ `mcdsts.get_xmlfile_list()`
59+
+ `mcdsts.read_mcds()`
60+
+ `mcdsts.get_mcds_list()`
61+
+ `mcdsts.get_annmcds_list()`
7062

7163
For microenvironment data, this is the function:
72-
```python
73-
mcdsts.get_conc_attribute()
74-
```
64+
+ `mcdsts.get_conc_attribute()`
7565

7666
For cell data, this is the function:
77-
```python
78-
mcdsts.get_cell_attribute()
79-
```
67+
+ `mcdsts.get_cell_attribute()`
8068

8169
For microenvironment and cell data, this is the function:
82-
```python
83-
mcdsts.plot_timeseries()
84-
```
70+
+ `mcdsts.plot_timeseries()`
8571

8672
Besides, there are functions to render a set of jpeg, png, or tiff images into a movie.
87-
```python
88-
mcdsts.make_movie()
89-
pcdl.make_movie()
90-
```
91-
```python
92-
mcdsts.make_gif()
93-
pcdl.make_gif()
94-
```
73+
+ `mcdsts.make_movie()` and `pcdl.make_movie()`
74+
+ `mcdsts.make_gif()` and `pcdl.make_gif()`
9575

9676

9777

0 commit comments

Comments
 (0)