.. crowd documentation master file, created by sphinx-quickstart on Thu Dec 19 14:46:14 2024. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Introduction to Crowd ===================== .. Add your content using ``reStructuredText`` syntax. See the .. `reStructuredText `_ .. documentation for details. In this introductory tutorial, we walk through the steps of developing a basic simulation with Crowd, using an SIR (Susceptible-Infected-Recovered) model, commonly utilized as a base model in epidemiological studies. We list how to do each step in two sections, explaining the details for library and app (user interface) versions. **Next:** Step 1: Create or load project .. toctree:: :hidden: :maxdepth: 2 create_project modify_config/index custom_methods run_simulation network_viz data_merge generate_charts