Skip to content

Commit f810861

Browse files
committed
#57 consistent headings for tutorials
1 parent dfba435 commit f810861

8 files changed

+9
-7
lines changed

test/python/cell_based/tutorials/TestCellSortingTutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
## * How to set up a Potts simulation
4040
## * Working with labels
4141
##
42-
## ### The Test
42+
## ## The Test
4343

4444
import unittest # Python testing framework
4545
import matplotlib.pyplot as plt # Plotting

test/python/cell_based/tutorials/TestMeshBasedCellSimulationsPythonTutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
## In this tutorial we show how Chaste can be used to create, run and visualize mesh-based simulations.
3838
## Full details of the mathematical model can be found in van Leeuwen et al. (2009) [doi:10.1111/j.1365-2184.2009.00627.x].
3939
##
40-
## ### Imports and Setup
40+
## ## The Test
4141

4242
import unittest # Python testing framework
4343
import matplotlib.pyplot as plt # Plotting

test/python/cell_based/tutorials/TestNodeBasedCellSimulationsPythonTutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
## 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
3838
## al "A computational study of discrete mechanical tissue models", Physical Biology. Vol. 6. No. 3. 2009.. DOI (10.1088/1478-3975/6/3/036001).
3939
##
40-
## ### The Test
40+
## ## The Test
4141

4242
import unittest # Python testing framework
4343
import numpy as np # Matrix tools

test/python/cell_based/tutorials/TestPottsBasedCellSimulationsPythonTutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
## In this tutorial we show how Chaste can be used to create, run and visualize Potts-based simulations.
3838
## Full details of the mathematical model can be found in Graner, F. and Glazier, J. A. (1992).
3939
##
40-
## ### The Test
40+
## ## The Test
4141

4242
import unittest # Python testing framework
4343
import chaste # The PyChaste module

test/python/cell_based/tutorials/TestScratchAssayTutorial.py

+1
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
## * Simulating cell migration on the mesh
4545
## * Real-time visualization of the cell population and plotting of population statistics
4646
##
47+
## ## The Test
4748

4849
import unittest # Python testing framework
4950
import matplotlib.pyplot as plt # Plotting

test/python/cell_based/tutorials/TestSpheroidTutorial.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
## * Setting up a cell cycle model with oxygen dependence
4141
## * Setting up and solving an oxygen transport PDE
4242
## * Setting up a cell killer
43-
## ### Imports and Setup
43+
##
44+
## ## The Test
4445

4546
import unittest # Python testing framework
4647
import matplotlib.pyplot as plt # Plotting

test/python/cell_based/tutorials/TestTensileTestTutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
## * Applying boundary conditions
4141
## * Working with forces
4242
##
43-
## ### The Test
43+
## ## The Test
4444

4545
import unittest # Python testing framework
4646
import numpy as np # Matrix tools

test/python/cell_based/tutorials/TestVertexBasedCellSimulationsPythonTutorial.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
## Full details of the mechanical model proposed by T. Nagai and H. Honda ("A dynamic cell model for the formation of epithelial tissues",
3939
## Philosophical Magazine Part B 81:699-719).
4040
##
41-
## ### The Test
41+
## ## The Test
4242

4343
import unittest # Python testing framework
4444
import matplotlib.pyplot as plt # Plotting

0 commit comments

Comments
 (0)