You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: notebooks/user_guide.ipynb
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3754,7 +3754,7 @@
3754
3754
"cell_type": "markdown",
3755
3755
"metadata": {},
3756
3756
"source": [
3757
-
"## Pedestrian Dynamics : Spatial Analysis \n",
3757
+
"### Spatial Analysis \n",
3758
3758
"This section corresponds to analysis method which can be used to characterise different crowds or group formations.\n",
3759
3759
"These methods may include measurement of the time-to-collision, pair-distribution function and measurement of crowd polarization.\n"
3760
3760
]
@@ -3763,7 +3763,7 @@
3763
3763
"cell_type": "markdown",
3764
3764
"metadata": {},
3765
3765
"source": [
3766
-
"### Pair-distribution function (PDF)\n",
3766
+
"#### Pair-distribution function (PDF)\n",
3767
3767
"\n",
3768
3768
"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",
3769
3769
"The pair-distribution function (PDF): \n",
@@ -3818,7 +3818,7 @@
3818
3818
"cell_type": "markdown",
3819
3819
"metadata": {},
3820
3820
"source": [
3821
-
"#### Parameters of the PDF\n",
3821
+
"##### Parameters of the PDF\n",
3822
3822
"\n",
3823
3823
"The function `compute_pair_distribution_function` has two main parameters:\n",
0 commit comments