Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
8a5ae79
add markdown docs into develop
Apr 7, 2026
757ca51
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 7, 2026
ab8a8b1
Update mddocs/docs/changelog/0.10.0.md
wm-wm-wm Apr 7, 2026
080e46e
Update mddocs/docs/file/file_downloader/file_downloader.md
wm-wm-wm Apr 7, 2026
5585867
Update mddocs/docs/file/file_mover/file_mover.md
wm-wm-wm Apr 7, 2026
b431548
Update mddocs/docs/file/file_uploader/file_uploader.md
wm-wm-wm Apr 7, 2026
3c910f5
Update mddocs/docs/file_df/file_df_reader/file_df_reader.md
wm-wm-wm Apr 7, 2026
cabcd15
Update mddocs/docs/file_df/file_df_writer/file_df_writer.md
wm-wm-wm Apr 7, 2026
5dbe448
Update mddocs/docs/hooks/hook.md
wm-wm-wm Apr 7, 2026
ae20603
Update mddocs/docs/hwm_store/yaml_hwm_store.md
wm-wm-wm Apr 7, 2026
3a5e40d
fix bug in file_downloader & remove language toggle at mkdocs.yml
wm-wm-wm Apr 7, 2026
de319ec
delete autodoc_pydantic.css
wm-wm-wm Apr 7, 2026
8aaeefb
rename snippet to include
wm-wm-wm Apr 7, 2026
168cc31
remove json and dict methods from docstring include in result of file…
wm-wm-wm Apr 7, 2026
0f768cc
fix members in options of file_uploader docs
wm-wm-wm Apr 7, 2026
2c26e33
fix markup in iceberg catalog docs
wm-wm-wm Apr 7, 2026
8f816eb
remove plantuml diagrams
wm-wm-wm Apr 7, 2026
edaf597
remove json & dict methods from docs
wm-wm-wm Apr 7, 2026
c21684c
remove griffe options
wm-wm-wm Apr 7, 2026
9b918f0
remove rst anchors
Apr 7, 2026
d71a8ab
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 7, 2026
6f2d87a
remove comments with rst-code fragments
Apr 7, 2026
2c5c3f7
fix code blocks indents
Apr 7, 2026
cf1cc4d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Apr 7, 2026
c237a30
fix missing changes
Apr 8, 2026
30d21fe
fixes for contributing guide, quickstart & install guides + some smal…
Apr 8, 2026
42e2fef
rework contributing guide
Apr 8, 2026
730013d
rewove spark 2 from spark install docs
Apr 9, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions mddocs/docs/_static/images/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
214 changes: 214 additions & 0 deletions mddocs/docs/_static/images/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
329 changes: 329 additions & 0 deletions mddocs/docs/_static/images/logo_wide.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions mddocs/docs/_static/stylesheets/autodoc_pydantic.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.autodoc_pydantic_validator_arrow {
padding-left: 8px;
}

.autodoc_pydantic_collapsable_json {
cursor: pointer;
}

.autodoc_pydantic_collapsable_erd {
cursor: pointer;
}
Loading
Loading