Skip to content

Commit 0dc8bcd

Browse files
authored
Merge pull request #302 from lkurz/master
Add htmlproof gem. some config adjustments. fix 404 link
2 parents b814c52 + a0be32a commit 0dc8bcd

File tree

9 files changed

+22
-17
lines changed

9 files changed

+22
-17
lines changed

404.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ title: 404 - Content Not Found
55

66
# This page doesn't seem to exist
77

8-
You might find what you're looking for in [Documentation](/documentation/).
8+
You might find what you're looking for in [Documentation](/documentation/index.html).

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ group :jekyll_plugins do
99
gem "jekyll-feed"
1010
gem "jekyll-seo-tag"
1111
gem "jekyll-redirect-from"
12+
gem "html-proofer"
1213
end

_config-local.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ title: The HDF Group
66
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies
77

88
logo: /assets/img/logo.png
9+
910
show_downloads: false
1011
site.github.is_user_page: false
1112
google_analytics: G-XQWF3YLCRQ

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ title: The HDF Group
66
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies
77

88
logo: /assets/img/logo.png
9+
logo: /assets/img/logo.png
10+
911
show_downloads: false
1012
site.github.is_user_page: false
1113
google_analytics: G-XQWF3YLCRQ

_layouts/default.html

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,8 @@
77
<meta name="viewport" content="width=device-width, initial-scale=1">
88

99
{% seo %}
10-
<!-- <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> -->
11-
<!-- <link rel="stylesheet" href="../assets/css/style.css"> -->
12-
<!-- <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/style.css"> -->
13-
<link rel="stylesheet" href="https://portal.hdfgroup.org/assets/css/style.css">
14-
<!--[if lt IE 9]>
15-
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script>
16-
<![endif]-->
10+
11+
<link rel="stylesheet" href="/assets/css/style.css">
1712

1813
</head>
1914
<body>

assets/css/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,3 +269,4 @@ footer {
269269
color:#444;
270270
}
271271
}
272+
}

documentation/hdf5-docs/hdf5_topics_list.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ redirect_from:
1010

1111
| Topic | Description |
1212
| ----------------------------- | ------------------------------------------------------------ |
13-
| [Environment Variables Used by HDF5](hdf5_topics/EnvVarsUsedByHDF5.md) | Environment variables that can be used when building or using HDF5 |
14-
| [Using Compression in HDF5](hdf5_topics/UsingCompressionInHDF5.md) | Resources regarding compression |
13+
| [Environment Variables Used by HDF5](hdf5_topics/EnvVarsUsedByHDF5.html) | Environment variables that can be used when building or using HDF5 |
14+
| [Using Compression in HDF5](hdf5_topics/UsingCompressionInHDF5.html) | Resources regarding compression |
1515
| [Improving I/O Performance When Working with HDF5 Compressed Datasets](hdf5_topics/HDF5ImprovingIOPerformanceCompressedDatasets.pdf) | A description of the factors that should be considered when storing compressed data in HDF5 files and how to tune those parameters to optimize the I/O performance of an HDF5 application when working with compressed datasets (PDF) |
16-
| [Parallel HDF5](hdf5_topics/ParallelHDF5.md) | Information on Parallel HDF5 |
16+
| [Parallel HDF5](hdf5_topics/ParallelHDF5.html) | Information on Parallel HDF5 |
1717
| [Fill Value and Space Allocation Behavior]() | A table summarizing of the behavioral interactions of HDF5 fill value and storage allocation settings |
1818
| [H5Fill Behavior]() | The library's fill value behavior for property list settings |
19-
| [Using Identifiers](hdf5_topics/UsingIdentifiers.md) | Description of how identifiers work |
20-
| [UTF-8 encoding in HDF5 applications](hdf5_topics/UsingUTF-8EncodinginHDF5Apps.md) | Information on using UTF-8 encoding in HDF5 applications |
19+
| [Using Identifiers](hdf5_topics/UsingIdentifiers.html) | Description of how identifiers work |
20+
| [UTF-8 encoding in HDF5 applications](hdf5_topics/UsingUTF-8EncodinginHDF5Apps.html) | Information on using UTF-8 encoding in HDF5 applications |
2121
| [HDF5 Dimension Scale Specification and Design Notes](hdf5_topics/H5DS_Spec.pdf) | |
2222

2323
<!--- In doxygen/technical notes -->

documentation/hdf5-docs/release_specifics/hdf5_1_10.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ redirect_from:
66

77
# HDF5 1.10
88

9-
### [Migrating from HDF5 1.8 to HDF5 1.10](Migrating_from_HDF5_1.8_to_HDF5_1.10.md)
9+
### [Migrating from HDF5 1.8 to HDF5 1.10](Migrating_from_HDF5_1.8_to_HDF5_1.10.html)
1010

11-
### [New Features in HDF5 Release 1.10](new_features_1_10.md)
11+
### [New Features in HDF5 Release 1.10](new_features_1_10.html)
1212

13-
* [Additional New APIs](additional_APIs.md)
13+
* [Additional New APIs](additional_APIs.html)
1414
* [Chunk Query Functionality (RFC)](https://docs.hdfgroup.org/hdf5/rfc/RFC-Chunking%20Functions-2018-06-20-v3.docx.pdf)
1515
* [Minimum Object Headers (RFC)](https://docs.hdfgroup.org/hdf5/rfc/RFC_Min_Obj_Headers_181231.pdf)
1616
* [Parallel Library Change (RFC)](https://docs.hdfgroup.org/hdf5/develop/_r_f_c.html)
1717
* [Read Proc0 and Bcast (RFC)](https://docs.hdfgroup.org/hdf5/rfc/3.2.1_3.2.2_deliverable_181220_v4.pdf)
1818
* [Setting Bounds for Object Creation in HDF5-1.10.0 - RFC](https://docs.hdfgroup.org/hdf5/rfc/RFC-bounds.pdf)
1919

20-
### [Software Changes from Release to Release for HDF5-1.10](sw_changes_1.10.md)
20+
### [Software Changes from Release to Release for HDF5-1.10](sw_changes_1.10.html)

downloads/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,8 @@ redirect_from:
3131
| Version | Usage |
3232
| ---- | ----|
3333
| [h4h5tools 2.2.5](h4h5tools/h4h5tools_2_2_5.html) | Convert HDF4 files to HDF5 files |
34+
35+
## FTP Archives
36+
37+
---- | ----|
38+
| [FTP Archives]({{site.url_docs}}/ftp/index.html) | Older releases of software |

0 commit comments

Comments
 (0)