Clarify in which conditions the `GridCoverage` can be used outside the `try` block.
3 files changed
tree: 8fb1912b2379f1afc1c0980e467648d2d1454b85
  1. archetypes/
  2. content/
  3. layouts/
  4. static/
  5. .asf.yaml
  6. .gitignore
  7. config.toml
  8. LICENSE
  9. README.md
README.md

Apache SIS website

This is the source code for the website of Apache SIS, hosted at:

https://sis.apache.org/

Repository structure

This repository uses 3 branches for building the website.

  • The main branch, which contains all the sources for the website.
  • The asf-site branch, which contains the generated website being used for the actual website.
  • The javadoc branch, which contains API documentation generated from source code.

When contributing patches, please create pull requests for the main branch.

Content Management System

The website uses Hugo as static website generator. See Hugo for more info and for details how to install Hugo.

Generate the website

To generate the static website, execute hugo to generate in the public/ directory.

During development, it may be useful to run an incremental build. For this to work, execute hugo server -D to continuously generate and serve the website on localhost:1313.