Skip to content

Commit

Permalink
docs/cost/ids/sustainability.md: Remove empty examples
Browse files Browse the repository at this point in the history
  • Loading branch information
duncandewhurst committed Nov 14, 2023
1 parent 118c5bf commit 029ba2b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 63 deletions.
60 changes: 0 additions & 60 deletions docs/cost/ids/sustainability.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,6 @@ Name the funding organization(s)/sources of funding for Preparation, Implementat
OC4IDS mapping
^^^
```json
```
````
`````
Expand All @@ -166,9 +163,6 @@ Specify the allocated budget for preparation, implementation, operation. If no a
OC4IDS mapping
^^^
```json
```
````
`````
Expand Down Expand Up @@ -254,9 +248,6 @@ In case of multiyear project implementation, disclose information on budget proj
OC4IDS mapping
^^^
```json
```
````
`````
Expand Down Expand Up @@ -942,9 +933,6 @@ Identify who approved the climate finance investment in the country (organizatio
OC4IDS mapping
^^^
```json
```
````
`````
Expand Down Expand Up @@ -1006,9 +994,6 @@ Select from a list of international commitments and clarify how the project is a
OC4IDS mapping
^^^
See mapping for data point "Policy coherence" in Institutional extension adding `parisAgreement` to the `policyAlighment.policies` array.
```json
```
````
`````
Expand All @@ -1032,9 +1017,6 @@ Indirect\]
OC4IDS mapping
^^^
```json
```
````
`````
Expand Down Expand Up @@ -1181,9 +1163,6 @@ international
OC4IDS mapping
^^^
```json
```
````
`````
Expand All @@ -1205,9 +1184,6 @@ Disclose the amounts invested in project preparation \[value, currency\]
OC4IDS mapping
^^^
```json
```
````
`````
Expand All @@ -1229,9 +1205,6 @@ Disclose dates for project preparation \[start date, end date\]
OC4IDS mapping
^^^
```json
```
````
`````
Expand All @@ -1253,9 +1226,6 @@ Disclose dates for project approval \[submission date, approval date\]
OC4IDS mapping
^^^
```json
```
````
`````
Expand Down Expand Up @@ -1356,9 +1326,6 @@ Commitment fee (per annum)
OC4IDS mapping
^^^
```json
```
````
`````
Expand All @@ -1380,9 +1347,6 @@ Disclose the cost per tonne of CO2 equivalent \[value, currency\].
OC4IDS mapping
^^^
Publish the cost in `environment.abatementCost`. If supporting documentation is available, publish in documents with `.documentType` set to 'abatementCostMethodology'.
```json
```
````
`````
Expand Down Expand Up @@ -1441,9 +1405,6 @@ Disclose the occurrence of public meetings with communities and impacted groups
OC4IDS mapping
^^^
See [public consultation meetings (social module)](social-public-consultation-meetings).
```json
```
````
`````
Expand Down Expand Up @@ -1563,9 +1524,6 @@ mixed
OC4IDS mapping
^^^
```json
```
````
`````
Expand Down Expand Up @@ -1654,9 +1612,6 @@ CoST IDS element
OC4IDS mapping
^^^
```json
```
````
`````
Expand Down Expand Up @@ -1846,9 +1801,6 @@ Identify the asset for disposal purpose \[free text\]
OC4IDS mapping
^^^
```json
```
````
`````
Expand All @@ -1870,9 +1822,6 @@ Intended start and end dates of decommissioning.
OC4IDS mapping
^^^
```json
```
````
`````
Expand All @@ -1894,9 +1843,6 @@ Disclose the technical plan for decommissioning (E.g.: \[Doc\]).
OC4IDS mapping
^^^
See decommissioning plan data point in environment extension
```json
```
````
`````
Expand Down Expand Up @@ -2024,9 +1970,6 @@ Indicate the number of direct and indirect project beneficiaries (E.g. direct: \
OC4IDS mapping
^^^
```json
```
````
`````
Expand Down Expand Up @@ -3123,9 +3066,6 @@ Free text to add not mentioned sub-sectors
OC4IDS mapping
^^^
Project Level: Add equivalent code from ProjectSector codelist to sector array.
```json
```
````
`````
Expand Down
4 changes: 1 addition & 3 deletions manage.py
Original file line number Diff line number Diff line change
Expand Up @@ -945,9 +945,7 @@ def update_sustainability_docs():
"\nOC4IDS mapping",
"\n^^^\n",
element.get("mapping", ""),
"\n```json\n",
element.get("example", ""),
"\n```",
f"\n```json\n{element.get('example', '')}\n```" if element.get('example', '') != '' else '',
"\n````",
"\n\n`````\n\n"
]
Expand Down

0 comments on commit 029ba2b

Please sign in to comment.