Skip to content

Commit 0abe79a

Browse files
authored
Merge pull request #1411 from lesserwhirls/doc-updates
Documentation enhancements
2 parents f565aef + 36f1755 commit 0abe79a

File tree

6 files changed

+8
-58
lines changed

6 files changed

+8
-58
lines changed

build.gradle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ buildscript {
2121
filter {
2222
includeModule 'com.burgstaller', 'okhttp-digest'
2323
includeModule 'org.ysb33r.gradle', 'grolifant'
24-
includeModule 'edu.ucar.unidata.site', 'jekyll-plugin'
25-
includeModule 'edu.ucar.unidata.site', 'jekyll-gems'
2624
includeModule 'edu.ucar.unidata', 'unidata-nexus-gradle'
2725
}
2826
}
@@ -35,7 +33,6 @@ buildscript {
3533
classpath buildPlugins.protobuf
3634
classpath buildPlugins.depcheck
3735
classpath buildPlugins.nexus
38-
classpath buildPlugins.jekyll
3936
}
4037
}
4138

docs/src/site/_data/topnav.yml

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ topnav_dropdowns:
1818
- title: GitHub
1919
external_url: https://github.com/Unidata/netcdf-java
2020
- title: User guide
21-
external_url: https://docs.unidata.ucar.edu/netcdf-java/5.5/userguide/index.html
21+
external_url: https://docs.unidata.ucar.edu/netcdf-java/current/userguide/index.html
2222
- title: Javadoc
23-
external_url: https://docs.unidata.ucar.edu/netcdf-java/5.5/javadoc/index.html
24-
- title: NcML
25-
external_url: https://docs.unidata.ucar.edu/thredds/ncml/2.2/index.html
23+
external_url: https://docs.unidata.ucar.edu/netcdf-java/current/javadoc/index.html
2624

2725
- title: TDS
2826
folderitems:
@@ -33,20 +31,11 @@ topnav_dropdowns:
3331
- title: Documentation
3432
external_url: https://docs.unidata.ucar.edu/tds/current/userguide/index.html
3533

36-
- title: Rosetta
37-
folderitems:
38-
- title: Unidata Homepage
39-
external_url: https://www.unidata.ucar.edu/software/rosetta/
40-
- title: GitHub
41-
external_url: https://github.com/Unidata/Rosetta
42-
- title: User guide
43-
external_url: https://docs.unidata.ucar.edu/rosetta/current/userguide/index.html
44-
4534
- title: Siphon
4635
folderitems:
4736
- title: Unidata Homepage
4837
external_url: https://www.unidata.ucar.edu/software/siphon/
4938
- title: GitHub
5039
external_url: https://github.com/Unidata/siphon
5140
- title: Documentation
52-
external_url: https://unidata.github.io/siphon/latest/
41+
external_url: https://unidata.github.io/siphon/latest/

gradle/any/shared-mvn-coords.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ext {
1313
buildPlugins.protobuf = 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
1414
buildPlugins.depcheck = 'org.owasp:dependency-check-gradle:8.2.1'
1515
buildPlugins.nexus = 'edu.ucar.unidata:unidata-nexus-gradle:0.0.1'
16-
buildPlugins.jekyll = 'edu.ucar.unidata.site:jekyll-plugin:0.0.5'
1716

1817
// slf4j version is declared in a place where we cannot use the tds-platform project to handle resolving versions
1918
// (e.g. gradle/any/dependencies.gradle, for transitive dependency replacement purposes)

gradle/root/publishing.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,6 @@ def publishReleaseInfoTask = tasks.register('publishReleaseInfo', PublishToRawRe
127127
}
128128
}
129129

130-
publish.dependsOn publishReleaseInfoTask
131-
132130
def publishVersionInfoTask = tasks.register('publishVersionInfo', PublishToRawRepoTask) {
133131
group = 'publishing'
134132
description = 'Publish version-info.json to Nexus docs.'
@@ -146,8 +144,6 @@ def publishVersionInfoTask = tasks.register('publishVersionInfo', PublishToRawRe
146144
}
147145
}
148146

149-
publish.dependsOn publishVersionInfoTask
150-
151147
// The "publish" tasks for all subprojects require credentials for our Nexus server, which they look for in Gradle
152148
// properties. If those properties (i.e. NEXUS_USERNAME_KEY and NEXUS_PASSWORD_KEY) haven't been provided, the build
153149
// will fail. Therefore, we only want to configure credentials when a "publish" task is part of the execution plan.

project-files/docs/version-info.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"releases" : [
55
{
66
"version" : "5.0",
7-
"include" : "1",
7+
"include" : "0",
88
"releaseDate": "2019-07-29",
99
"status" : "",
1010
"docsets": {
@@ -16,7 +16,7 @@
1616
},
1717
{
1818
"version" : "5.1",
19-
"include" : "1",
19+
"include" : "0",
2020
"releaseDate": "2019-09-18",
2121
"status" : "",
2222
"docsets": {
@@ -28,7 +28,7 @@
2828
},
2929
{
3030
"version" : "5.2",
31-
"include" : "1",
31+
"include" : "0",
3232
"releaseDate": "2019-10-23",
3333
"status" : "",
3434
"docsets": {
@@ -52,7 +52,7 @@
5252
},
5353
{
5454
"version" : "5.4",
55-
"include" : "1",
55+
"include" : "0",
5656
"releaseDate": "2020-12-07",
5757
"status" : "",
5858
"docsets": {
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"version" : "5.5",
67-
"include" : "1",
67+
"include" : "0",
6868
"releaseDate": "2022-06-02",
6969
"status" : "",
7070
"docsets": {

project-files/downloads/release_info.json

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -32,37 +32,6 @@
3232
"info": "The toolsUI.jar contains everything to run the ToolsUI application directly from it. "
3333
}
3434
}
35-
},
36-
{
37-
"version": "5.7.1",
38-
"releaseDate": "2025-01-06",
39-
"status": "beta",
40-
"description": "This version contains several bug fixes compared to version 5.7.0.",
41-
"baseURL": "https://artifacts.unidata.ucar.edu/repository/downloads-netcdf-java/5.7.1/",
42-
"resources": {
43-
"netcdfAll": {
44-
"type" : "library",
45-
"package": "netcdfAll-5.7.1-SNAPSHOT.jar",
46-
"name": "Jar file",
47-
"hash": {
48-
"MD5": "netcdfAll-5.7.1-SNAPSHOT.jar.md5",
49-
"SHA1": "netcdfAll-5.7.1-SNAPSHOT.jar.sha1",
50-
"SHA256": "netcdfAll-5.7.1-SNAPSHOT.jar.sha256"
51-
},
52-
"info": "The netCDF library implements the full CDM model, including all other jar dependencies."
53-
},
54-
"toolsUI": {
55-
"type": "library",
56-
"package": "toolsUI-5.7.1-SNAPSHOT.jar",
57-
"name": "Jar file",
58-
"hash": {
59-
"MD5": "toolsUI-5.7.1-SNAPSHOT.jar.md5",
60-
"SHA1": "toolsUI-5.7.1-SNAPSHOT.jar.sha1",
61-
"SHA256": "toolsUI-5.7.1-SNAPSHOT.jar.sha256"
62-
},
63-
"info": "The toolsUI.jar contains everything to run the ToolsUI application directly from it. "
64-
}
65-
}
6635
}
6736
]
6837
}

0 commit comments

Comments
 (0)