Skip to content

Commit 624938d

Browse files
committed
fix(readme): align auto-generated files with CI Python 3.11 output
1 parent 617d1c4 commit 624938d

File tree

4 files changed

+49
-45
lines changed

4 files changed

+49
-45
lines changed

spp_hxl_area/README.rst

Lines changed: 30 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,27 @@ Key Capabilities
4848
Key Models
4949
~~~~~~~~~~
5050

51-
+--------------------------------+------------------------------------+
52-
| Model | Description |
53-
+================================+====================================+
54-
| ``spp.hxl.import.profile`` | Configuration defining area |
55-
| | matching and rules |
56-
+--------------------------------+------------------------------------+
57-
| ``spp.hxl.aggregation.rule`` | Rule specifying what to aggregate |
58-
| | and how |
59-
+--------------------------------+------------------------------------+
60-
| ``spp.hxl.import.batch`` | Track one execution of profile |
61-
| | against HXL file |
62-
+--------------------------------+------------------------------------+
63-
| ``spp.hxl.import.mapping`` | Auto-detected column mapping |
64-
| | (adjustable pre-run) |
65-
+--------------------------------+------------------------------------+
66-
| ``spp.hxl.area.indicator`` | Aggregated indicator value stored |
67-
| | per area |
68-
+--------------------------------+------------------------------------+
69-
| ``spp.hxl.area.import.wizard`` | Wizard for uploading files and |
70-
| | previewing matches |
71-
+--------------------------------+------------------------------------+
51+
+--------------------------------+-------------------------------------+
52+
| Model | Description |
53+
+================================+=====================================+
54+
| ``spp.hxl.import.profile`` | Configuration defining area |
55+
| | matching and rules |
56+
+--------------------------------+-------------------------------------+
57+
| ``spp.hxl.aggregation.rule`` | Rule specifying what to aggregate |
58+
| | and how |
59+
+--------------------------------+-------------------------------------+
60+
| ``spp.hxl.import.batch`` | Track one execution of profile |
61+
| | against HXL file |
62+
+--------------------------------+-------------------------------------+
63+
| ``spp.hxl.import.mapping`` | Auto-detected column mapping |
64+
| | (adjustable pre-run) |
65+
+--------------------------------+-------------------------------------+
66+
| ``spp.hxl.area.indicator`` | Aggregated indicator value stored |
67+
| | per area |
68+
+--------------------------------+-------------------------------------+
69+
| ``spp.hxl.area.import.wizard`` | Wizard for uploading files and |
70+
| | previewing matches |
71+
+--------------------------------+-------------------------------------+
7272

7373
Configuration
7474
~~~~~~~~~~~~~
@@ -94,13 +94,15 @@ UI Location
9494
Security
9595
~~~~~~~~
9696

97-
+----------------------------------+------------------------------------------+
98-
| Group | Access |
99-
+==================================+==========================================+
100-
| ``spp_security.group_spp_admin`` | Full CRUD on profiles, rules, indicators |
101-
+----------------------------------+------------------------------------------+
102-
| ``base.group_user`` | Read profiles/rules; create/edit batches |
103-
+----------------------------------+------------------------------------------+
97+
+----------------------------------+----------------------------------+
98+
| Group | Access |
99+
+==================================+==================================+
100+
| ``spp_security.group_spp_admin`` | Full CRUD on profiles, rules, |
101+
| | indicators |
102+
+----------------------------------+----------------------------------+
103+
| ``base.group_user`` | Read profiles/rules; create/edit |
104+
| | batches |
105+
+----------------------------------+----------------------------------+
104106

105107
Extension Points
106108
~~~~~~~~~~~~~~~~

spp_hxl_area/static/description/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ <h1>Key Capabilities</h1>
397397
<h1>Key Models</h1>
398398
<table border="1" class="docutils">
399399
<colgroup>
400-
<col width="47%" />
401-
<col width="53%" />
400+
<col width="46%" />
401+
<col width="54%" />
402402
</colgroup>
403403
<thead valign="bottom">
404404
<tr><th class="head">Model</th>
@@ -459,8 +459,8 @@ <h1>UI Location</h1>
459459
<h1>Security</h1>
460460
<table border="1" class="docutils">
461461
<colgroup>
462-
<col width="45%" />
463-
<col width="55%" />
462+
<col width="49%" />
463+
<col width="51%" />
464464
</colgroup>
465465
<thead valign="bottom">
466466
<tr><th class="head">Group</th>
@@ -469,10 +469,12 @@ <h1>Security</h1>
469469
</thead>
470470
<tbody valign="top">
471471
<tr><td><tt class="docutils literal">spp_security.group_spp_admin</tt></td>
472-
<td>Full CRUD on profiles, rules, indicators</td>
472+
<td>Full CRUD on profiles, rules,
473+
indicators</td>
473474
</tr>
474475
<tr><td><tt class="docutils literal">base.group_user</tt></td>
475-
<td>Read profiles/rules; create/edit batches</td>
476+
<td>Read profiles/rules; create/edit
477+
batches</td>
476478
</tr>
477479
</tbody>
478480
</table>

spp_import_match/README.rst

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

50-
+-----------------------------+---------------------------------------+
51-
| Model | Description |
52-
+=============================+=======================================+
53-
| ``spp.import.match`` | Matching rule configuration for a |
54-
| | specific model |
55-
+-----------------------------+---------------------------------------+
56-
| ``spp.import.match.fields`` | Individual fields used in a rule, |
57-
| | supports sub-fields |
58-
+-----------------------------+---------------------------------------+
50+
+-----------------------------+----------------------------------------+
51+
| Model | Description |
52+
+=============================+========================================+
53+
| ``spp.import.match`` | Matching rule configuration for a |
54+
| | specific model |
55+
+-----------------------------+----------------------------------------+
56+
| ``spp.import.match.fields`` | Individual fields used in a rule, |
57+
| | supports sub-fields |
58+
+-----------------------------+----------------------------------------+
5959

6060
Configuration
6161
~~~~~~~~~~~~~

spp_import_match/static/description/index.html

Lines changed: 2 additions & 2 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="43%" />
400-
<col width="57%" />
399+
<col width="42%" />
400+
<col width="58%" />
401401
</colgroup>
402402
<thead valign="bottom">
403403
<tr><th class="head">Model</th>

0 commit comments

Comments
 (0)