Conversation
A modern static site generator built by the creators of Material for MkDocs! Project at https://pypi.org/project/zensical/
Start with a minimally modified Zensical documentation site initialized with `zensical new .`. Updated the `zensical.toml` to have proper project metadata, and changed theme palette/icons slightly. Trimmed index.md and API Reference page to have minimal content for now.
A Python handler for mkdocstrings! Project at https://pypi.org/project/mkdocstrings-python/
Better support for mkdocs markdown flavour. Set line-length to 88 and allow HTML in README.md
Added API documentation for the download and embedding generation functions. Included some mkdocstrings-python config in zensical.toml to render things nicely. Main index page also has example end-to-end usage now. Also wrote some module-level docstrings and renamed get_s2_times_series to get_s2_time_series.
Actually need to install the project, which would pull in lots of heavy dependencies. Let's go with uv then to be faster.
To avoid pulling in CUDA dependencies for pytorch.
Which contains manylinux_2_28_aarch64 wheels.
Contributor
|
Thanks for giving our docs a makeover this looks like its off to a great start! Excited to see more DevSeed themeing! |
Adding DevSeed's favicon and socials, setting fonts to Roboto, etc.
Member
Author
|
Not a CSS expert, so didn't go crazy on any DevSeed theming (just a favicon 😆). Let me know if you'd like any tweaks, especially the the API page (e.g. if you prefer a different layout). |
Member
Author
|
Gonna just merge this so we have things ready for the workshop in two days. |
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.
What I am changing
Preview at https://developmentseed.org/pixelverse/
Screenshot:
How I did it
How you can test it
uv sync --all-groups && zensical serveRelated Issues
References: