Skip to content

Commit 9052577

Browse files
committed
Avoid breaking long links in the docs
1 parent ad8262a commit 9052577

7 files changed

Lines changed: 2544 additions & 2541 deletions

Database/input-data/supplementary-source-id-info.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ CR-CMIP-0-4-0:
3737
As a result, CR-CMIP-0-4-0 is deprecated.
3838
3939
For the full CHANGELOG,
40-
see
41-
[https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md](https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md).
40+
see
41+
[here](https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md).
4242
4343
For basic analysis of the changes between versions,
44-
see [https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations](https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations).
44+
see [this repo](https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations).
4545
DRES-CMIP-BB4CMIP7-1-0:
4646
license_id: CC BY 4.0
4747
comment_post_publication: >-

Database/input4MIPs_db_file_entries.json

Lines changed: 690 additions & 690 deletions
Large diffs are not rendered by default.

docs/database-views/input4MIPs_datasets_CMIP6Plus.html

Lines changed: 460 additions & 460 deletions
Large diffs are not rendered by default.

docs/database-views/input4MIPs_files_CMIP6Plus.html

Lines changed: 1380 additions & 1380 deletions
Large diffs are not rendered by default.

docs/database-views/input4MIPs_source-id_CMIP6Plus.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,8 +193,8 @@ <h4>
193193
In terms of science, CR-CMIP-1-0-0 updates to the latest ice core and AGAGE data, as well as using better data sources for HFC23, CF4, C2F6 and C3F8 than CR-CMIP-0-4-0. CR-CMIP-1-0-0 also provides a smoother transition from ice core based records to more recent records (i.e. flask and in-situ samples) and more sensible pre-industrial values for gases with non-zero pre-industrial concentrations. It also uses the Scripps CO2 record to handle the period from 1959 to the start of the flask and in-situ samples from other networks.
194194
The CR-CMIP-1-0-0 dataset also provides much better information about the original data sources.
195195
As a result, CR-CMIP-0-4-0 is deprecated.
196-
For the full CHANGELOG, see [https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md](https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md).
197-
For basic analysis of the changes between versions, see [https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations](https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations).</td>
196+
For the full CHANGELOG, see [here](https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md).
197+
For basic analysis of the changes between versions, see [this repo](https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations).</td>
198198
<td>zebedee.nicholls@climate-resource.com;malte.meinshausen@climate-resource.com</td>
199199
<td>10.5281/zenodo.13365838</td>
200200
<td>GHGConcentrations</td>

docs/dataset-overviews/fill-out-auto-generated-sections.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,11 @@ def get_revision_history_for_source_id_stub(source_id_stub: str) -> tuple[str, .
456456
out.append(f"### {source_id}")
457457
out.append("")
458458
for txt in comments_post_publication:
459-
out.extend(textwrap.wrap(txt, width=100, break_on_hyphens=False))
459+
out.extend(
460+
textwrap.wrap(
461+
txt, width=100, break_on_hyphens=False, break_long_words=False
462+
)
463+
)
460464
out.append("")
461465

462466
return tuple(out)

docs/dataset-overviews/greenhouse-gas-concentrations.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -230,11 +230,10 @@ records to more recent records (i.e. flask and in-situ samples) and more sensibl
230230
values for gases with non-zero pre-industrial concentrations. It also uses the Scripps CO2 record to
231231
handle the period from 1959 to the start of the flask and in-situ samples from other networks. The
232232
CR-CMIP-1-0-0 dataset also provides much better information about the original data sources. As a
233-
result, CR-CMIP-0-4-0 is deprecated. For the full CHANGELOG, see [https://github.com/climate-resour
234-
ce/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md](https://github.com/climate-resource/CMI
235-
P-GHG-Concentration-Generation/blob/main/CHANGELOG.md). For basic analysis of the changes between
236-
versions, see [https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations](https://github
237-
.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations).
233+
result, CR-CMIP-0-4-0 is deprecated. For the full CHANGELOG, see
234+
[here](https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md).
235+
For basic analysis of the changes between versions, see [this
236+
repo](https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations).
238237

239238
### CR-CMIP-0-3-0
240239

0 commit comments

Comments
 (0)