New, modern documentation theme with built-in search#308
Merged
metasim merged 15 commits intolocationtech:developfrom Aug 23, 2019
Merged
New, modern documentation theme with built-in search#308metasim merged 15 commits intolocationtech:developfrom
metasim merged 15 commits intolocationtech:developfrom
Conversation
* fix/295: Reenabled test (mostly) covered by 242. Fix for columnar functions which accept `Tile` or `ProjectedRasterTile`, but claimed all return values were `Tile`. This was problematic whenever the `Tile` as reified, and the serialization of `ProjectedRasterTile` confused the `Tile` deserializer. Updated copyright in template. Update LICENSE
* develop: Expressions returning primitives can't return `null`, so changing how constant tiles are created to keep catalyst optimizer from pruning them. Added tests for rf_convert_cell_type and rf_with_no_data. Fixed a bug with counting data/no_data cells on constant tiles. Additional fixes for issue locationtech#242 that cropped back up. Bump python development version to match JVM version # Conflicts: # core/src/main/scala/org/locationtech/rasterframes/ref/RasterRef.scala # core/src/main/scala/org/locationtech/rasterframes/tiles/ProjectedRasterTile.scala # pyrasterframes/src/main/python/tests/RasterFunctionsTests.py
* develop: Add ignored test from stale branch mm m a Time series doc reorg vector filtering time series park geojson filepath variabl ci tweak to get error markdown Attempt to save markdown artifacts on failed docs build. Attempt to save markdown artifacts on failed docs build. Tweak partitions Add folium to setup / requirements DataFrame API only, folium display of temp file Add failing unit test for rf_explode_tiles_resample
* develop: Fixed table rendering test. Misc tweaks to address PR feedback. Added ellipsis to truncated table cells in Markdown and HTML renderers. Bug was with changes to `rf_with_no_data` acceptance of either `Double` or `Int`, and then incorrectly changing floating point tiles into a float cell type. Fixes locationtech#304. Updated ShowableTile to render NoData values differently. Moved array function tests to RasterFunctionsSpec. Remove last running example from function ref page Update rendered notebook results with new ipython display integration # Conflicts: # docs/src/main/paradox/release-notes.md
Signed-off-by: Jason T. Brown <jason@astraea.earth>
Member
Author
|
View CI build of docs here: https://1292-174014757-gh.circle-artifacts.com/0/rf-site/index.html |
Member
|
Once all the #301 things are sorted this is great. |
Member
|
@metasim on your local web server do you get bad links when clicking the search result. In the Circle one i get links like And so the double slashes ahead of |
Member
Author
If you change the double |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Depends on #301