Conversation
Provides text in the initial landing page to guide users. Set's up the four empty pages. Assisted by: Codex GPT 5.4
Sets up a dedicated installation page with instructions for pip, conda, and github Assisted by: Codex GPT 5.4
…istent with each other. Assisted by: Codex GPT 5.4
…on accuracy) Code Assist by Claude Opus 4.6 and Codex GPT 5.4
… pipeline example
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #848 +/- ##
=======================================
Coverage 64.86% 64.86%
=======================================
Files 61 61
Lines 5906 5906
=======================================
Hits 3831 3831
Misses 2075 2075 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Click here to view all benchmarks. |
Assisted by Claude Opus 4.6
…yrax into getting_started_take2
There was a problem hiding this comment.
@aritraghsh09 This file has some issue rendering on ReviewNB. Not sure what's going on, was this supposed to be deleted?
There was a problem hiding this comment.
@mtauraso This file, in reality, is a symlink because that's the only way I found to have it appear to two different places on the toctree. I can explain more during our sync today.
|
This looks pretty reasonable to me, other than the one comment which I think is easy cleanup. |
| stage of the workflow should use. | ||
|
|
||
| Hyrax also includes built-in datasets for several astronomy workflows, and | ||
| users can :doc:`define custom dataset classes <external_libraries>` when needed. |
There was a problem hiding this comment.
Might be better as direct link to custom dataset doc (but I think that is new as-of the writing of this)
| In Hyrax terms, specifying the model is one of the :doc:`required inputs <required_input>` for a run. | ||
|
|
||
| You do not need to use a built-in model. Hyrax also supports | ||
| :doc:`defining custom models <external_libraries>`. |
There was a problem hiding this comment.
Same as below, direct link to custom dataset doc.
|
Just FYI - I reviewed the readthedocs rendered version These are more stylistic:
These seem more important so that we provide consistent guidance:
|
…yrax into getting_started_take2
Cherry-pick relevant doc improvements from the review-stale-docs branch, excluding changes that conflict with the getting_started rewrite (#848), science_examples rewrite (#851), and archived_notebooks structure. Key changes: - Rewrite verbs.rst with accurate descriptions and newly documented verbs (test, model, download, rebuild_manifest, lookup, save_to_database, database_connection, to_onnx, engine) - Rewrite data_flow.rst with accurate collate/prepare_inputs descriptions and a data format summary table - Fix train_step -> train_batch in CLAUDE.md and HYRAX_GUIDE.md - Fix index.rst code snippet: replace invalid h.search_by_vector() with correct umap -> save_to_database -> database_connection flow - Fix f.config -> h.config typo in model_comparison.rst - Fix n_epochs -> epochs config key in using_umap.ipynb - Fix TensorBoard typos in using_tensorboard_and_mlflow.ipynb - Update dev_guide.rst Python version 3.10 -> 3.11 - Clarify prepare_inputs as static method in required_input.rst - Remove broken export_model link and rename HyraxQL in notebooks.rst - Add reference toctree entries and comment out empty FAQ - Update HYRAX_GUIDE.md dataset registry list https://claude.ai/code/session_017pvWpwH69HPfdJaziEZyCf
This turned into too big of a PR. Here's what it does
Redoes the Getting Started Section:-
Redoes the Science Section.
Also does some aesthetic changes on these pages to make them pleasing overall.