-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect GeoAPI pending javadoc to GeoAPI snapshot.
Update build instruction about the need to remove underscore in directories generated by Sphinx.
- Loading branch information
1 parent
54a640a
commit d1efe8b
Showing
2 changed files
with
40 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>GeoAPI pending javadoc</title> | ||
<meta charset="UTF-8"> | ||
</head> | ||
<body> | ||
<h1>GeoAPI pending javadoc</h1> | ||
<p> | ||
"GeoAPI pending" is a module containing experimental interfaces not yet ready for inclusion in a GeoAPI release. | ||
For the javadoc of interfaces targeted for next release, see <a href="../../snapshot/javadoc/index.html">GeoAPI snapshot</a>. | ||
For the pending interfaces not included in above-cited javadoc, see the | ||
<a href="https://github.com/opengeospatial/geoapi/tree/master/geoapi-pending/src/main/java/org/opengis">GitHub repository</a>. | ||
</p> | ||
</body> | ||
</html> |