Skip to content

Commit ec1574e

Browse files
committed
chore: regenerate spp_hazard README after adding spp_gis dependency
1 parent a4d8f3e commit ec1574e

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

spp_hazard/README.rst

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -47,27 +47,27 @@ Key Capabilities
4747
Key Models
4848
~~~~~~~~~~
4949

50-
+------------------------------+--------------------------------------+
51-
| Model | Description |
52-
+==============================+======================================+
53-
| ``spp.hazard.category`` | Hierarchical classification of |
54-
| | hazard types |
55-
+------------------------------+--------------------------------------+
56-
| ``spp.hazard.incident`` | Specific disaster event with dates, |
57-
| | severity, and affected areas |
58-
+------------------------------+--------------------------------------+
59-
| ``spp.hazard.incident.area`` | Links incident to area with |
60-
| | area-specific details |
61-
+------------------------------+--------------------------------------+
62-
| ``spp.hazard.impact`` | Records impact on a registrant |
63-
| | (type, damage level, verification) |
64-
+------------------------------+--------------------------------------+
65-
| ``spp.hazard.impact.type`` | Classification of impact types by |
66-
| | category |
67-
+------------------------------+--------------------------------------+
68-
| ``res.partner`` (extended) | Adds hazard impact tracking fields |
69-
| | to registrants |
70-
+------------------------------+--------------------------------------+
50+
+------------------------------+---------------------------------------+
51+
| Model | Description |
52+
+==============================+=======================================+
53+
| ``spp.hazard.category`` | Hierarchical classification of hazard |
54+
| | types |
55+
+------------------------------+---------------------------------------+
56+
| ``spp.hazard.incident`` | Specific disaster event with dates, |
57+
| | severity, and affected areas |
58+
+------------------------------+---------------------------------------+
59+
| ``spp.hazard.incident.area`` | Links incident to area with |
60+
| | area-specific details |
61+
+------------------------------+---------------------------------------+
62+
| ``spp.hazard.impact`` | Records impact on a registrant (type, |
63+
| | damage level, verification) |
64+
+------------------------------+---------------------------------------+
65+
| ``spp.hazard.impact.type`` | Classification of impact types by |
66+
| | category |
67+
+------------------------------+---------------------------------------+
68+
| ``res.partner`` (extended) | Adds hazard impact tracking fields to |
69+
| | registrants |
70+
+------------------------------+---------------------------------------+
7171

7272
Configuration
7373
~~~~~~~~~~~~~
@@ -96,20 +96,20 @@ UI Location
9696
Security
9797
~~~~~~~~
9898

99-
+----------------------------------+----------------------------------+
100-
| Group | Access |
101-
+==================================+==================================+
102-
| ``group_hazard_viewer`` | Read-only access to all hazard |
103-
| | records |
104-
+----------------------------------+----------------------------------+
105-
| ``group_hazard_officer`` | Create and manage incidents and |
106-
| | impacts (no delete) |
107-
+----------------------------------+----------------------------------+
108-
| ``group_hazard_manager`` | Full CRUD access including |
109-
| | configuration |
110-
+----------------------------------+----------------------------------+
111-
| ``spp_security.group_spp_admin`` | Inherits manager access |
112-
+----------------------------------+----------------------------------+
99+
+----------------------------------+-----------------------------------+
100+
| Group | Access |
101+
+==================================+===================================+
102+
| ``group_hazard_viewer`` | Read-only access to all hazard |
103+
| | records |
104+
+----------------------------------+-----------------------------------+
105+
| ``group_hazard_officer`` | Create and manage incidents and |
106+
| | impacts (no delete) |
107+
+----------------------------------+-----------------------------------+
108+
| ``group_hazard_manager`` | Full CRUD access including |
109+
| | configuration |
110+
+----------------------------------+-----------------------------------+
111+
| ``spp_security.group_spp_admin`` | Inherits manager access |
112+
+----------------------------------+-----------------------------------+
113113

114114
Extension Points
115115
~~~~~~~~~~~~~~~~
@@ -172,4 +172,4 @@ Current maintainers:
172172

173173
This module is part of the `OpenSPP/OpenSPP2 <https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_hazard>`_ project on GitHub.
174174

175-
You are welcome to contribute.
175+
You are welcome to contribute.

spp_hazard/static/description/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -396,8 +396,8 @@ <h1>Key Capabilities</h1>
396396
<h1>Key Models</h1>
397397
<table border="1" class="docutils">
398398
<colgroup>
399-
<col width="44%" />
400-
<col width="56%" />
399+
<col width="43%" />
400+
<col width="57%" />
401401
</colgroup>
402402
<thead valign="bottom">
403403
<tr><th class="head">Model</th>
@@ -406,8 +406,8 @@ <h1>Key Models</h1>
406406
</thead>
407407
<tbody valign="top">
408408
<tr><td><tt class="docutils literal">spp.hazard.category</tt></td>
409-
<td>Hierarchical classification of
410-
hazard types</td>
409+
<td>Hierarchical classification of hazard
410+
types</td>
411411
</tr>
412412
<tr><td><tt class="docutils literal">spp.hazard.incident</tt></td>
413413
<td>Specific disaster event with dates,
@@ -418,16 +418,16 @@ <h1>Key Models</h1>
418418
area-specific details</td>
419419
</tr>
420420
<tr><td><tt class="docutils literal">spp.hazard.impact</tt></td>
421-
<td>Records impact on a registrant
422-
(type, damage level, verification)</td>
421+
<td>Records impact on a registrant (type,
422+
damage level, verification)</td>
423423
</tr>
424424
<tr><td><tt class="docutils literal">spp.hazard.impact.type</tt></td>
425425
<td>Classification of impact types by
426426
category</td>
427427
</tr>
428428
<tr><td><tt class="docutils literal">res.partner</tt> (extended)</td>
429-
<td>Adds hazard impact tracking fields
430-
to registrants</td>
429+
<td>Adds hazard impact tracking fields to
430+
registrants</td>
431431
</tr>
432432
</tbody>
433433
</table>
@@ -461,8 +461,8 @@ <h1>UI Location</h1>
461461
<h1>Security</h1>
462462
<table border="1" class="docutils">
463463
<colgroup>
464-
<col width="50%" />
465-
<col width="50%" />
464+
<col width="49%" />
465+
<col width="51%" />
466466
</colgroup>
467467
<thead valign="bottom">
468468
<tr><th class="head">Group</th>

0 commit comments

Comments
 (0)