Skip to content

Commit 4b0bdf8

Browse files
committed
Fix up URL rendering
1 parent 7f19908 commit 4b0bdf8

File tree

7 files changed

+697
-697
lines changed

7 files changed

+697
-697
lines changed

Database/input4MIPs_db_file_entries.json

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

docs/database-views/input4MIPs_datasets_CMIP6Plus.html

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

docs/database-views/input4MIPs_files_CMIP6Plus.html

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

docs/database-views/input4MIPs_source-id_CMIP6Plus.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ <h4>
326326
<td>CR-CMIP-0-3-0</td>
327327
<td>False</td>
328328
<td>retracted</td>
329-
<td>A number of bugs were identified in v0.3.0, see https://github.com/PCMDI/input4MIPs_CVs/discussions/144. As far as we are aware, v0.4.0 fixes all major bugs identified in v0.3.0. For the full list of updates since v0.3.0 (and before), see https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md. For further analysis of the changes between versions, see https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations.</td>
329+
<td>A number of bugs were identified in v0.3.0, see https://github.com/PCMDI/input4MIPs_CVs/discussions/144. As far as we are aware, v0.4.0 fixes all major bugs identified in v0.3.0. For the full list of updates since v0.3.0 (and before), see [https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md]().For further analysis of the changes between versions, see [https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations]().</td>
330330
<td>zebedee.nicholls@climate-resource.com;malte.meinshausen@climate-resource.com</td>
331331
<td>GHGConcentrations</td>
332332
<td>http://www.tbd.invalid</td>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ def get_revision_history_for_source_id_stub(source_id_stub: str) -> tuple[str, .
433433
out.append(f"### {source_id}")
434434
out.append("")
435435
for txt in comments_post_publication:
436-
out.extend(textwrap.wrap(txt, width=100))
436+
out.extend(textwrap.wrap(txt, width=100, break_on_hyphens=False))
437437
out.append("")
438438

439439
return tuple(out)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,8 @@ For reference, the CMIP6 data can be found
278278
A number of bugs were identified in v0.3.0, see
279279
https://github.com/PCMDI/input4MIPs_CVs/discussions/144. As far as we are aware, v0.4.0 fixes all
280280
major bugs identified in v0.3.0. For the full list of updates since v0.3.0 (and before), see
281-
https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md. For
282-
further analysis of the changes between versions,
283-
see [https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations]().
281+
[https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md]().For
282+
further analysis of the changes between versions, see
283+
[https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations]().
284284

285285
<!--- end-revision-history -->

python-packages/input4MIPs-CVs/src/input4MIPs_CVs/cli/update-database.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,9 @@ def other_manual_fixes(db_df: pd.DataFrame) -> pd.DataFrame:
250250
"see https://github.com/PCMDI/input4MIPs_CVs/discussions/144. "
251251
"As far as we are aware, v0.4.0 fixes all major bugs identified in v0.3.0. "
252252
"For the full list of updates since v0.3.0 (and before), "
253-
"see https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md. "
253+
"see [https://github.com/climate-resource/CMIP-GHG-Concentration-Generation/blob/main/CHANGELOG.md]()."
254254
"For further analysis of the changes between versions, "
255-
"see https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations."
255+
"see [https://github.com/climate-resource/CMIP6-vs-CMIP7-GHG-Concentrations]()."
256256
)
257257

258258
out.loc[

0 commit comments

Comments
 (0)