Skip to content

Commit

Permalink
fix link to jh-gcp
Browse files Browse the repository at this point in the history
  • Loading branch information
eeholmes committed Apr 3, 2024
1 parent 823aa77 commit 012c729
Show file tree
Hide file tree
Showing 18 changed files with 98 additions and 274 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ website:
- text: "Set-up JHub on Azure"
href: posts/Set-up-daskhub.Rmd
- text: "Set-up JHub on Google Cloud"
href: posts/Set-up-jh-gcp.html
href: posts/set-up-jh-gcp.Rmd
- text: "Set-up JHub on Centos"
href: posts/Set-up-centos.Rmd
- text: "Set-up https on Centos"
Expand Down
22 changes: 22 additions & 0 deletions ci/arcgis/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"created": "2024-02-29T22:52:17.647410+00:00",
"modified": "2024-02-29T22:52:17.932383+00:00",
"id": 10729731,
"conceptrecid": "10719406",
"doi": "10.5281/zenodo.10729731",
"conceptdoi": "10.5281/zenodo.10719406",
"doi_url": "https://doi.org/10.5281/zenodo.10729731",
"metadata": {
"title": "Zenodo Release Action",
"doi": "10.5281/zenodo.10729731",
"publication_date": "2024-02-29",
"description": "This is a test",
"access_right": "open",
"creators": [{"name": "test", "affiliation": "test"}],
"keywords": ["test"],
"related_identifiers": [{"identifier": "https://github.com/Rgovys/test-integration/tree/test2", "relation": "isSupplementTo", "resource_type": "software", "scheme": "url"}],
"version": "test19",
"resource_type": {"title": "Software", "type": "software"},
"license": {"id": "mit-license"},
"relations": {"version": [{"index": 11, "is_last": true, "parent": {"pid_type": "recid", "pid_value": "10719406"}}]}
}, "title": "Zenodo Release Action", "links": {"self": "https://zenodo.org/api/records/10729731", "self_html": "https://zenodo.org/records/10729731", "self_doi": "https://zenodo.org/doi/10.5281/zenodo.10729731", "doi": "https://doi.org/10.5281/zenodo.10729731", "parent": "https://zenodo.org/api/records/10719406", "parent_html": "https://zenodo.org/records/10719406", "parent_doi": "https://zenodo.org/doi/10.5281/zenodo.10719406", "self_iiif_manifest": "https://zenodo.org/api/iiif/record:10729731/manifest", "self_iiif_sequence": "https://zenodo.org/api/iiif/record:10729731/sequence/default", "files": "https://zenodo.org/api/records/10729731/files", "media_files": "https://zenodo.org/api/records/10729731/media-files", "archive": "https://zenodo.org/api/records/10729731/files-archive", "archive_media": "https://zenodo.org/api/records/10729731/media-files-archive", "latest": "https://zenodo.org/api/records/10729731/versions/latest", "latest_html": "https://zenodo.org/records/10729731/latest", "draft": "https://zenodo.org/api/records/10729731/draft", "versions": "https://zenodo.org/api/records/10729731/versions", "access_links": "https://zenodo.org/api/records/10729731/access/links", "access_users": "https://zenodo.org/api/records/10729731/access/users", "access_request": "https://zenodo.org/api/records/10729731/access/request", "access": "https://zenodo.org/api/records/10729731/access", "reserve_doi": "https://zenodo.org/api/records/10729731/draft/pids/doi", "communities": "https://zenodo.org/api/records/10729731/communities", "communities-suggestions": "https://zenodo.org/api/records/10729731/communities-suggestions", "requests": "https://zenodo.org/api/records/10729731/requests"}, "updated": "2024-02-29T22:52:17.932383+00:00", "recid": "10729731", "revision": 4, "files": [{"id": "54fd2ae5-bc67-4d81-9b7d-06937230b945", "key": "test19.zip", "size": 1738, "checksum": "md5:b33eedda7a38a54d422ed61c2a8ec09a", "links": {"self": "https://zenodo.org/api/records/10729731/files/test19.zip/content"}}], "owners": [{"id": 1075630}], "status": "published", "stats": {"downloads": 5, "unique_downloads": 4, "views": 44, "unique_views": 24, "version_downloads": 0, "version_unique_downloads": 0, "version_unique_views": 1, "version_views": 1}, "state": "done", "submitted": true}
1 change: 1 addition & 0 deletions ci/arcgis/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
"a `code` b"
1 change: 1 addition & 0 deletions ci/arcgis/test2.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a\n\nb\n
9 changes: 0 additions & 9 deletions ci/py-rocket-gis/Dockerfile

This file was deleted.

82 changes: 0 additions & 82 deletions ci/py-rocket-gis/environment.yml

This file was deleted.

156 changes: 0 additions & 156 deletions ci/py-rocket-gis/instructions.md

This file was deleted.

2 changes: 1 addition & 1 deletion ci/py-rocket/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This is a base geospatial R and Python image
# This is a base tidyverse R and Python image
FROM rocker/geospatial:dev-osgeo

ENV CONDA_ENV=notebook \
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/JHub-User-Guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../posts/Set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<a href="../posts/set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Set-up JHub on Google Cloud</span></a>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Set-up-centos-security.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../posts/Set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<a href="../posts/set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Set-up JHub on Google Cloud</span></a>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Set-up-centos-tljh.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../posts/Set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<a href="../posts/set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Set-up JHub on Google Cloud</span></a>
</div>
</li>
Expand Down
6 changes: 3 additions & 3 deletions docs/posts/Set-up-centos.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<script src="../site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="../">
<link href="../posts/Set-up-centos-security.html" rel="next">
<link href="../posts/Set-up-jh-gcp.html" rel="prev">
<link href="../posts/set-up-jh-gcp.html" rel="prev">
<link href="../images/nmfs-opensci-logo2-notext.png" rel="icon" type="image/png">
<script src="../site_libs/quarto-html/quarto.js"></script>
<script src="../site_libs/quarto-html/popper.min.js"></script>
Expand Down Expand Up @@ -166,7 +166,7 @@
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../posts/Set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<a href="../posts/set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Set-up JHub on Google Cloud</span></a>
</div>
</li>
Expand Down Expand Up @@ -1396,7 +1396,7 @@ <h2 class="anchored" data-anchor-id="summary">Summary</h2>
</script>
<nav class="page-navigation">
<div class="nav-page nav-page-previous">
<a href="../posts/Set-up-jh-gcp.html" class="pagination-link aria-label=" set-up="" jhub="" on="" google="" cloud"="">
<a href="../posts/set-up-jh-gcp.html" class="pagination-link aria-label=" set-up="" jhub="" on="" google="" cloud"="">
<i class="bi bi-arrow-left-short"></i> <span class="nav-page-text">Set-up JHub on Google Cloud</span>
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions docs/posts/Set-up-daskhub.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="../site_libs/quarto-search/fuse.min.js"></script>
<script src="../site_libs/quarto-search/quarto-search.js"></script>
<meta name="quarto:offset" content="../">
<link href="../posts/Set-up-jh-gcp.html" rel="next">
<link href="../posts/set-up-jh-gcp.html" rel="next">
<link href="../posts/JHub-User-Guide.html" rel="prev">
<link href="../images/nmfs-opensci-logo2-notext.png" rel="icon" type="image/png">
<script src="../site_libs/quarto-html/quarto.js"></script>
Expand Down Expand Up @@ -132,7 +132,7 @@
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../posts/Set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<a href="../posts/set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Set-up JHub on Google Cloud</span></a>
</div>
</li>
Expand Down Expand Up @@ -1097,7 +1097,7 @@ <h2 class="anchored" data-anchor-id="s3-access">S3 access</h2>
</a>
</div>
<div class="nav-page nav-page-next">
<a href="../posts/Set-up-jh-gcp.html" class="pagination-link" aria-label="Set-up JHub on Google Cloud">
<a href="../posts/set-up-jh-gcp.html" class="pagination-link" aria-label="Set-up JHub on Google Cloud">
<span class="nav-page-text">Set-up JHub on Google Cloud</span> <i class="bi bi-arrow-right-short"></i>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/Setup-Notes.html
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../posts/Set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<a href="../posts/set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Set-up JHub on Google Cloud</span></a>
</div>
</li>
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/set-up-authentication.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
</li>
<li class="sidebar-item">
<div class="sidebar-item-container">
<a href="../posts/Set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<a href="../posts/set-up-jh-gcp.html" class="sidebar-item-text sidebar-link">
<span class="menu-text">Set-up JHub on Google Cloud</span></a>
</div>
</li>
Expand Down
Loading

0 comments on commit 012c729

Please sign in to comment.