-
Notifications
You must be signed in to change notification settings - Fork 0
Gemini docs #36
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
Gemini docs #36
Conversation
Summary of ChangesHello @ChristopherRabotin, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request significantly expands the ANISE project's documentation, introducing detailed explanations of its core architectural patterns and key features. It aims to provide users with a comprehensive understanding of ANISE's design philosophy, particularly its approach to thread-safe data management, robust frame handling, and performance advantages over traditional astrodynamics toolkits. The new content also includes API references to facilitate easier adoption and usage of the library. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request adds extensive documentation for ANISE, covering core concepts like the Almanac pattern, frame safety, and API references for key components. The new documentation is well-structured and informative. I've found a couple of minor inconsistencies and a typo in the new markdown files, which I've detailed in the review comments. Overall, this is a great addition to the project's documentation.
|
Visit the preview URL for this PR (updated for commit 741e7e7): https://nyx-space--pr36-gemini-docs-t4jou85h.web.app (expires Tue, 20 Jan 2026 02:01:12 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 Sign: ecf6068ed4b2d3d429c02e3ebe5890356e4315eb |
This file provides information for LLMs about the Nyx and ANISE projects, their licenses, and usage.
Add explicit list of top-level pages and references as requested in review.
…79908272 Add llms.txt
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Expanded the description of the Almanac to include additional data types such as PCA, SCA, EPA, LKA, and IKA. Updated memory management details for loading kernels into the Almanac.
Updated the serialization description to include Rust/Python workers and added a new report function for visibility arcs.
Expanded the explanation of frames in ANISE, detailing properties like ephemeris_id and shape. Clarified error handling for pathfinding and transformation checks.
Updated the Almanac reference documentation with additional details on specialized loaders and modified the description of the angular velocity function.
Removed common and vector/scalar expressions sections from analysis API documentation.
Updated gravitational parameter field name for clarity.
Expanded the explanation for initializing an Orbit with various representations, including a reference to the documentation for more details.
WIP