Skip to content

Commit 4908f6b

Browse files
authored
Remove redundant "Pedestrian Dynamics" from section title (#403)
As PedPy is designed for pedestrian dynamics there is no need to mention it specifically in the section title. Also move the section a subsection of the analysis section.
1 parent 5e2202e commit 4908f6b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

notebooks/user_guide.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3754,7 +3754,7 @@
37543754
"cell_type": "markdown",
37553755
"metadata": {},
37563756
"source": [
3757-
"## Pedestrian Dynamics : Spatial Analysis \n",
3757+
"### Spatial Analysis \n",
37583758
"This section corresponds to analysis method which can be used to characterise different crowds or group formations.\n",
37593759
"These methods may include measurement of the time-to-collision, pair-distribution function and measurement of crowd polarization.\n"
37603760
]
@@ -3763,7 +3763,7 @@
37633763
"cell_type": "markdown",
37643764
"metadata": {},
37653765
"source": [
3766-
"### Pair-distribution function (PDF)\n",
3766+
"#### Pair-distribution function (PDF)\n",
37673767
"\n",
37683768
"This method is inspired from condensed matter description and used in the work of [Cordes et al. (2023)](https://doi.org/10.1093/pnasnexus/pgae120) following [Karamousas et al. (2014)](https://doi.org/10.1103/PhysRevLett.113.238701).\n",
37693769
"The pair-distribution function (PDF): \n",
@@ -3818,7 +3818,7 @@
38183818
"cell_type": "markdown",
38193819
"metadata": {},
38203820
"source": [
3821-
"#### Parameters of the PDF\n",
3821+
"##### Parameters of the PDF\n",
38223822
"\n",
38233823
"The function `compute_pair_distribution_function` has two main parameters:\n",
38243824
"\n",

0 commit comments

Comments
 (0)