Skip to content
New issue

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

Documentor #51

Closed
skygering opened this issue Jan 26, 2024 · 2 comments
Closed

Documentor #51

skygering opened this issue Jan 26, 2024 · 2 comments
Labels
documentation Improvements or additions to documentation

Comments

@skygering
Copy link
Collaborator

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.

@skygering skygering added the documentation Improvements or additions to documentation label Jan 26, 2024
@asinghvi17
Copy link
Member

  1. Warning: failed to run @example block in src/source/methods/barycentric.md:28-102
    This looks like a Makie issue - will take a look.
  2. Looks like a lot of SVG/vector images are being made to convert to PNG because of a Documenter file size limit (I guess this is relatively recent?)
    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

@asinghvi17
Copy link
Member

should be mostly fixed now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

2 participants