Skip to content

Commit 5129fe5

Browse files
committed
fix: use 4 spaces (or tab char) for indentation
3 spaces does not trigger indentation in most Markdown parsers. Use 2 space, 4 spaces, or a tab. 4 spaces or tab are most reliable.
1 parent da0864b commit 5129fe5

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

user-guide/usecases/pinelli/4usecase.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -72,25 +72,25 @@ Before running the notebook, make sure the following Python libraries are instal
7272
1. **Download or access the repository:** [![Open in DesignSafe](/user-guide/img/Open-in-DesignSafe.svg)](https://www.designsafe-ci.org/data/browser/public/designsafe.storage.published/PRJ-6138?version=2)
7373

7474
2. **Open the Jupyter notebooks** located in the root directory:
75-
- `00_generator_of_processed_Info_Natural_Event.ipynb`
76-
- `03_damage_ratios_&_ranges.ipynb`
77-
- `05_vulnerability_matrix.ipynb`
78-
- `08_vulnerability_curve_analysis.ipynb`
79-
- `13_Fragility_curve_analysis.ipynb`
80-
- `18_Comparison_of_curves_analysis.ipynb`
75+
- `00_generator_of_processed_Info_Natural_Event.ipynb`
76+
- `03_damage_ratios_&_ranges.ipynb`
77+
- `05_vulnerability_matrix.ipynb`
78+
- `08_vulnerability_curve_analysis.ipynb`
79+
- `13_Fragility_curve_analysis.ipynb`
80+
- `18_Comparison_of_curves_analysis.ipynb`
8181
3. **Use the input CSV files already provided** inside the folder:
82-
```
83-
00_data_cleaned/
84-
```
82+
```
83+
00_data_cleaned/
84+
```
8585
4. **Execute the notebooks in sequence**, from `00_` to `18_`, ensuring that all cells run successfully.
8686
8787
5. **Processed outputs** will be automatically generated at each stage, including:
88-
- Combined and cleaned datasets
89-
- Damage ratios
90-
- Vulnerability matrices
91-
- Vulnerability curves (empirical and logistic regression)
92-
- Fragility curves
93-
- Comparative vulnerability/fragility plots
88+
- Combined and cleaned datasets
89+
- Damage ratios
90+
- Vulnerability matrices
91+
- Vulnerability curves (empirical and logistic regression)
92+
- Fragility curves
93+
- Comparative vulnerability/fragility plots
9494
9595
6. All output files are saved in the same directory as the notebooks, following the sequential numbering (00–22) generated throughout the workflow.
9696

0 commit comments

Comments
 (0)