From 38f4e131b0c51acf49f0e046c7528ae31f332da0 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 03:44:51 +0000 Subject: [PATCH 1/2] Add llms.txt to the website. This file provides information for LLMs about the Nyx and ANISE projects, their licenses, and usage. --- docs/llms.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 docs/llms.txt diff --git a/docs/llms.txt b/docs/llms.txt new file mode 100644 index 0000000..378eca5 --- /dev/null +++ b/docs/llms.txt @@ -0,0 +1,13 @@ +# Nyx Space and ANISE + +Nyx is a high fidelity astrodynamics tool licensed in AGPL 3.0. + +ANISE is validated and was used to land Blue Ghost on the Moon. It is available as MPL 2.0. + +## Documentation + +For detailed documentation, please refer to the rest of the website: https://nyxspace.com + +## Tutorials + +Agents are recommended to execute the Jupyter notebook tutorials to learn how to use the tools. From dfd9008a20bf7a56967aacefb9c30685e8e04baf Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sun, 11 Jan 2026 03:51:35 +0000 Subject: [PATCH 2/2] Update llms.txt with documentation structure. Add explicit list of top-level pages and references as requested in review. --- docs/llms.txt | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/llms.txt b/docs/llms.txt index 378eca5..a75036c 100644 --- a/docs/llms.txt +++ b/docs/llms.txt @@ -4,7 +4,20 @@ Nyx is a high fidelity astrodynamics tool licensed in AGPL 3.0. ANISE is validated and was used to land Blue Ghost on the Moon. It is available as MPL 2.0. -## Documentation +## Documentation Structure + +The documentation is organized into the following top-level sections: + +- **Home**: The landing page of the documentation (index.md). +- **Nyx**: Contains the showcase, user guide, and the MathSpec which details the mathematical models used. + - **MathSpec**: Detailed mathematical specifications. +- **Hifitime**: Documentation for the Hifitime library, including design, Python and Rust user guides, and changelog. +- **ANISE**: Documentation for the ANISE library. + - **Tutorials**: Jupyter notebook tutorials. + - **Explanation**: Explains the concepts and architecture. + - **Reference**: Detailed API documentation and reference material. +- **Pricing**: Information about pricing (pricing.md). +- **Blog**: Updates and articles. For detailed documentation, please refer to the rest of the website: https://nyxspace.com