Skip to content

Commit 650bfd8

Browse files
committed
#57 update generated tutorials
1 parent f810861 commit 650bfd8

8 files changed

+34
-39
lines changed

doc/tutorials/TestCellSortingTutorial.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
layout: "single"
99
---
1010

11-
This tutorial is automatically generated from [TestCellSortingTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestCellSortingTutorial.py) at revision [be59762f](https://github.com/Chaste/PyChaste/commit/be59762fe3e4709aa796fb442199fd23cadfd269).
11+
This tutorial is automatically generated from [TestCellSortingTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestCellSortingTutorial.py) at revision [f810861a](https://github.com/Chaste/PyChaste/commit/f810861afe376ba19bd791e14e85f29583993205).
1212
Note that the code is given in full at the bottom of the page.
1313

1414

@@ -18,7 +18,7 @@ It shows:
1818
* How to set up a Potts simulation
1919
* Working with labels
2020

21-
### The Test
21+
## The Test
2222

2323
```python
2424
import unittest # Python testing framework
@@ -149,11 +149,10 @@ if __name__ == '__main__':
149149
```
150150

151151

152-
## Code
153-
The full code is given below
152+
## Full code
154153

155154

156-
### File name TestCellSortingTutorial.py
155+
**File name:** `TestCellSortingTutorial.py`
157156

158157
```python
159158
import unittest # Python testing framework

doc/tutorials/TestMeshBasedCellSimulationsPythonTutorial.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ toc: true
88
layout: "single"
99
---
1010

11-
This tutorial is automatically generated from [TestMeshBasedCellSimulationsPythonTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestMeshBasedCellSimulationsPythonTutorial.py) at revision [be59762f](https://github.com/Chaste/PyChaste/commit/be59762fe3e4709aa796fb442199fd23cadfd269).
11+
This tutorial is automatically generated from [TestMeshBasedCellSimulationsPythonTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestMeshBasedCellSimulationsPythonTutorial.py) at revision [f810861a](https://github.com/Chaste/PyChaste/commit/f810861afe376ba19bd791e14e85f29583993205).
1212
Note that the code is given in full at the bottom of the page.
1313

1414

1515
## Introduction
1616
In this tutorial we show how Chaste can be used to create, run and visualize mesh-based simulations.
1717
Full details of the mathematical model can be found in van Leeuwen et al. (2009) [doi:10.1111/j.1365-2184.2009.00627.x].
1818

19-
### Imports and Setup
19+
## The Test
2020

2121
```python
2222
import unittest # Python testing framework
@@ -255,11 +255,10 @@ if __name__ == '__main__':
255255
```
256256

257257

258-
## Code
259-
The full code is given below
258+
## Full code
260259

261260

262-
### File name TestMeshBasedCellSimulationsPythonTutorial.py
261+
**File name:** `TestMeshBasedCellSimulationsPythonTutorial.py`
263262

264263
```python
265264
import unittest # Python testing framework

doc/tutorials/TestNodeBasedCellSimulationsPythonTutorial.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ toc: true
88
layout: "single"
99
---
1010

11-
This tutorial is automatically generated from [TestNodeBasedCellSimulationsPythonTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestNodeBasedCellSimulationsPythonTutorial.py) at revision [be59762f](https://github.com/Chaste/PyChaste/commit/be59762fe3e4709aa796fb442199fd23cadfd269).
11+
This tutorial is automatically generated from [TestNodeBasedCellSimulationsPythonTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestNodeBasedCellSimulationsPythonTutorial.py) at revision [f810861a](https://github.com/Chaste/PyChaste/commit/f810861afe376ba19bd791e14e85f29583993205).
1212
Note that the code is given in full at the bottom of the page.
1313

1414

1515
## Introduction
1616
In this tutorial we show how Chaste can be used to create, run and visualize node-based simulations. Full details of the mechanical model can be found in Pathamathan et
1717
al "A computational study of discrete mechanical tissue models", Physical Biology. Vol. 6. No. 3. 2009.. DOI (10.1088/1478-3975/6/3/036001).
1818

19-
### The Test
19+
## The Test
2020

2121
```python
2222
import unittest # Python testing framework
@@ -338,11 +338,10 @@ if __name__ == '__main__':
338338
```
339339

340340

341-
## Code
342-
The full code is given below
341+
## Full code
343342

344343

345-
### File name TestNodeBasedCellSimulationsPythonTutorial.py
344+
**File name:** `TestNodeBasedCellSimulationsPythonTutorial.py`
346345

347346
```python
348347
import unittest # Python testing framework

doc/tutorials/TestPottsBasedCellSimulationsPythonTutorial.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ toc: true
88
layout: "single"
99
---
1010

11-
This tutorial is automatically generated from [TestPottsBasedCellSimulationsPythonTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestPottsBasedCellSimulationsPythonTutorial.py) at revision [be59762f](https://github.com/Chaste/PyChaste/commit/be59762fe3e4709aa796fb442199fd23cadfd269).
11+
This tutorial is automatically generated from [TestPottsBasedCellSimulationsPythonTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestPottsBasedCellSimulationsPythonTutorial.py) at revision [f810861a](https://github.com/Chaste/PyChaste/commit/f810861afe376ba19bd791e14e85f29583993205).
1212
Note that the code is given in full at the bottom of the page.
1313

1414

1515
## Introduction
1616
In this tutorial we show how Chaste can be used to create, run and visualize Potts-based simulations.
1717
Full details of the mathematical model can be found in Graner, F. and Glazier, J. A. (1992).
1818

19-
### The Test
19+
## The Test
2020

2121
```python
2222
import unittest # Python testing framework
@@ -383,11 +383,10 @@ if __name__ == '__main__':
383383
```
384384

385385

386-
## Code
387-
The full code is given below
386+
## Full code
388387

389388

390-
### File name TestPottsBasedCellSimulationsPythonTutorial.py
389+
**File name:** `TestPottsBasedCellSimulationsPythonTutorial.py`
391390

392391
```python
393392
import unittest # Python testing framework

doc/tutorials/TestScratchAssayTutorial.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
layout: "single"
99
---
1010

11-
This tutorial is automatically generated from [TestScratchAssayTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestScratchAssayTutorial.py) at revision [be59762f](https://github.com/Chaste/PyChaste/commit/be59762fe3e4709aa796fb442199fd23cadfd269).
11+
This tutorial is automatically generated from [TestScratchAssayTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestScratchAssayTutorial.py) at revision [f810861a](https://github.com/Chaste/PyChaste/commit/f810861afe376ba19bd791e14e85f29583993205).
1212
Note that the code is given in full at the bottom of the page.
1313

1414

@@ -23,6 +23,8 @@ representation of cells. It will cover the following techniques:
2323
* Simulating cell migration on the mesh
2424
* Real-time visualization of the cell population and plotting of population statistics
2525

26+
## The Test
27+
2628
```python
2729
import unittest # Python testing framework
2830
import matplotlib.pyplot as plt # Plotting
@@ -226,11 +228,10 @@ if __name__ == '__main__':
226228
```
227229

228230

229-
## Code
230-
The full code is given below
231+
## Full code
231232

232233

233-
### File name TestScratchAssayTutorial.py
234+
**File name:** `TestScratchAssayTutorial.py`
234235

235236
```python
236237
import unittest # Python testing framework

doc/tutorials/TestSpheroidTutorial.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
layout: "single"
99
---
1010

11-
This tutorial is automatically generated from [TestSpheroidTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestSpheroidTutorial.py) at revision [be59762f](https://github.com/Chaste/PyChaste/commit/be59762fe3e4709aa796fb442199fd23cadfd269).
11+
This tutorial is automatically generated from [TestSpheroidTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestSpheroidTutorial.py) at revision [f810861a](https://github.com/Chaste/PyChaste/commit/f810861afe376ba19bd791e14e85f29583993205).
1212
Note that the code is given in full at the bottom of the page.
1313

1414

@@ -19,7 +19,8 @@ It covers:
1919
* Setting up a cell cycle model with oxygen dependence
2020
* Setting up and solving an oxygen transport PDE
2121
* Setting up a cell killer
22-
### Imports and Setup
22+
23+
## The Test
2324

2425
```python
2526
import unittest # Python testing framework
@@ -183,11 +184,10 @@ if __name__ == '__main__':
183184
```
184185

185186

186-
## Code
187-
The full code is given below
187+
## Full code
188188

189189

190-
### File name TestSpheroidTutorial.py
190+
**File name:** `TestSpheroidTutorial.py`
191191

192192
```python
193193
import unittest # Python testing framework

doc/tutorials/TestTensileTestTutorial.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
layout: "single"
99
---
1010

11-
This tutorial is automatically generated from [TestTensileTestTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestTensileTestTutorial.py) at revision [be59762f](https://github.com/Chaste/PyChaste/commit/be59762fe3e4709aa796fb442199fd23cadfd269).
11+
This tutorial is automatically generated from [TestTensileTestTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestTensileTestTutorial.py) at revision [f810861a](https://github.com/Chaste/PyChaste/commit/f810861afe376ba19bd791e14e85f29583993205).
1212
Note that the code is given in full at the bottom of the page.
1313

1414

@@ -19,7 +19,7 @@ demonstrates:
1919
* Applying boundary conditions
2020
* Working with forces
2121

22-
### The Test
22+
## The Test
2323

2424
```python
2525
import unittest # Python testing framework
@@ -168,11 +168,10 @@ if __name__ == '__main__':
168168
```
169169

170170

171-
## Code
172-
The full code is given below
171+
## Full code
173172

174173

175-
### File name TestTensileTestTutorial.py
174+
**File name:** `TestTensileTestTutorial.py`
176175

177176
```python
178177
import unittest # Python testing framework

doc/tutorials/TestVertexBasedCellSimulationsPythonTutorial.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88
layout: "single"
99
---
1010

11-
This tutorial is automatically generated from [TestVertexBasedCellSimulationsPythonTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestVertexBasedCellSimulationsPythonTutorial.py) at revision [be59762f](https://github.com/Chaste/PyChaste/commit/be59762fe3e4709aa796fb442199fd23cadfd269).
11+
This tutorial is automatically generated from [TestVertexBasedCellSimulationsPythonTutorial](https://github.com/Chaste/PyChaste/blob/develop/test/python/cell_based/tutorials/TestVertexBasedCellSimulationsPythonTutorial.py) at revision [f810861a](https://github.com/Chaste/PyChaste/commit/f810861afe376ba19bd791e14e85f29583993205).
1212
Note that the code is given in full at the bottom of the page.
1313

1414

@@ -17,7 +17,7 @@ In this tutorial we show how Chaste can be used to create, run and visualize ver
1717
Full details of the mechanical model proposed by T. Nagai and H. Honda ("A dynamic cell model for the formation of epithelial tissues",
1818
Philosophical Magazine Part B 81:699-719).
1919

20-
### The Test
20+
## The Test
2121

2222
```python
2323
import unittest # Python testing framework
@@ -255,11 +255,10 @@ if __name__ == '__main__':
255255
```
256256

257257

258-
## Code
259-
The full code is given below
258+
## Full code
260259

261260

262-
### File name TestVertexBasedCellSimulationsPythonTutorial.py
261+
**File name:** `TestVertexBasedCellSimulationsPythonTutorial.py`
263262

264263
```python
265264
import unittest # Python testing framework

0 commit comments

Comments
 (0)