We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have a lot of warnings from Documenter.jl when generating the documentation. I fixed some of them in #50, but not all of them.
Documenter.jl
The text was updated successfully, but these errors were encountered:
@example
Warning: Generated HTML over size_threshold_warn limit: index.md Generated file size: 106.91 (KiB) size_threshold_warn: 100.0 (KiB) size_threshold: 200.0 (KiB) HTML file: index.html Warning: For 18 @example blocks, the 'text/html' representation of the resulting object is above the the threshold (example_size_threshold: 8192 bytes). - 18 blocks had 'image/png' fallback image representation available, using that. On pages: source/methods/angles.md, source/methods/area.md, source/methods/centroid.md, source/methods/distance.md, source/methods/equals.md, source/methods/geom_relations/contains.md, source/methods/geom_relations/coveredby.md, source/methods/geom_relations/covers.md, source/methods/geom_relations/disjoint.md, source/methods/geom_relations/intersects.md, source/methods/geom_relations/overlaps.md, source/methods/geom_relations/touches.md, source/methods/geom_relations/within.md, source/methods/polygonize.md
Sorry, something went wrong.
should be mostly fixed now
No branches or pull requests
We have a lot of warnings from
Documenter.jl
when generating the documentation. I fixed some of them in #50, but not all of them.The text was updated successfully, but these errors were encountered: