Skip to content

Commit

Permalink
Merge pull request #302 from lkurz/master
Browse files Browse the repository at this point in the history
Add htmlproof gem. some config adjustments. fix 404 link
  • Loading branch information
lkurz authored Aug 29, 2024
2 parents b814c52 + a0be32a commit 0dc8bcd
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 17 deletions.
2 changes: 1 addition & 1 deletion 404.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ title: 404 - Content Not Found

# This page doesn't seem to exist

You might find what you're looking for in [Documentation](/documentation/).
You might find what you're looking for in [Documentation](/documentation/index.html).
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ group :jekyll_plugins do
gem "jekyll-feed"
gem "jekyll-seo-tag"
gem "jekyll-redirect-from"
gem "html-proofer"
end
1 change: 1 addition & 0 deletions _config-local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ title: The HDF Group
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies

logo: /assets/img/logo.png

show_downloads: false
site.github.is_user_page: false
google_analytics: G-XQWF3YLCRQ
Expand Down
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ title: The HDF Group
description: Ensuring long-term access and usability of HDF data and supporting users of HDF technologies

logo: /assets/img/logo.png
logo: /assets/img/logo.png

show_downloads: false
site.github.is_user_page: false
google_analytics: G-XQWF3YLCRQ
Expand Down
9 changes: 2 additions & 7 deletions _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1">

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

<link rel="stylesheet" href="/assets/css/style.css">

</head>
<body>
Expand Down
1 change: 1 addition & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,4 @@ footer {
color:#444;
}
}
}
10 changes: 5 additions & 5 deletions documentation/hdf5-docs/hdf5_topics_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ redirect_from:

| Topic | Description |
| ----------------------------- | ------------------------------------------------------------ |
| [Environment Variables Used by HDF5](hdf5_topics/EnvVarsUsedByHDF5.md) | Environment variables that can be used when building or using HDF5 |
| [Using Compression in HDF5](hdf5_topics/UsingCompressionInHDF5.md) | Resources regarding compression |
| [Environment Variables Used by HDF5](hdf5_topics/EnvVarsUsedByHDF5.html) | Environment variables that can be used when building or using HDF5 |
| [Using Compression in HDF5](hdf5_topics/UsingCompressionInHDF5.html) | Resources regarding compression |
| [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) |
| [Parallel HDF5](hdf5_topics/ParallelHDF5.md) | Information on Parallel HDF5 |
| [Parallel HDF5](hdf5_topics/ParallelHDF5.html) | Information on Parallel HDF5 |
| [Fill Value and Space Allocation Behavior]() | A table summarizing of the behavioral interactions of HDF5 fill value and storage allocation settings |
| [H5Fill Behavior]() | The library's fill value behavior for property list settings |
| [Using Identifiers](hdf5_topics/UsingIdentifiers.md) | Description of how identifiers work |
| [UTF-8 encoding in HDF5 applications](hdf5_topics/UsingUTF-8EncodinginHDF5Apps.md) | Information on using UTF-8 encoding in HDF5 applications |
| [Using Identifiers](hdf5_topics/UsingIdentifiers.html) | Description of how identifiers work |
| [UTF-8 encoding in HDF5 applications](hdf5_topics/UsingUTF-8EncodinginHDF5Apps.html) | Information on using UTF-8 encoding in HDF5 applications |
| [HDF5 Dimension Scale Specification and Design Notes](hdf5_topics/H5DS_Spec.pdf) | |

<!--- In doxygen/technical notes -->
Expand Down
8 changes: 4 additions & 4 deletions documentation/hdf5-docs/release_specifics/hdf5_1_10.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ redirect_from:

# HDF5 1.10

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

### [New Features in HDF5 Release 1.10](new_features_1_10.md)
### [New Features in HDF5 Release 1.10](new_features_1_10.html)

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

### [Software Changes from Release to Release for HDF5-1.10](sw_changes_1.10.md)
### [Software Changes from Release to Release for HDF5-1.10](sw_changes_1.10.html)
5 changes: 5 additions & 0 deletions downloads/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ redirect_from:
| Version | Usage |
| ---- | ----|
| [h4h5tools 2.2.5](h4h5tools/h4h5tools_2_2_5.html) | Convert HDF4 files to HDF5 files |

## FTP Archives

---- | ----|
| [FTP Archives]({{site.url_docs}}/ftp/index.html) | Older releases of software |

0 comments on commit 0dc8bcd

Please sign in to comment.