Merged
Conversation
- Add docs/src/Geometry/05 Ellipses.md with complete ellipse coverage * Definition, standard/translated equations * Key parameters: eccentricity, foci, relationships * Parametric and polar forms * Area, perimeter approximations, curvature * Directrix, reflective properties * Applications in astronomy, engineering, optics, nature * Construction methods and historical notes - Fix all LaTeX display blocks to attach 82485 directly to content (no newlines) - Apply consistent styling: bullet points start with text, equations inline with 'where:' - Update docs/make.jl to include Ellipses in Geometry section - Add critical Documenter.jl LaTeX formatting rules to copilot-instructions.md * 82485 blocks must not have blank lines between delimiters and content * Bullet points must start with text before LaTeX * Prefer inline equations with 'where:' followed by list
…tting rules Ellipse documentation: - Add detailed derivation of standard form using Pythagorean theorem - Add Parts of an Ellipse section with all terminology - Add Midpoint Equation section with full algebraic derivation - Add Circle as Special Case derivation - Expand Summary Characteristics section - Fix subscript notation in LaTeX equations Copilot instructions: - Clarify that multi-line aligned blocks are allowed in $$ display - Show correct example with newlines inside aligned block - Emphasize no BLANK lines between $$ and content (not no newlines at all)
- Move Standard Form and Midpoint Equation derivations to Appendix section - Streamline main content for better readability - Keep derivations available for reference at end of document
- Add ellipse plotting example to Basics.ipynb - Add GeometryBasics.jl dependency to module - Minor documentation edits to ellipse page
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.
Adds complete ellipse documentation to the Geometry section
Documentation:
Notebook:
Dependencies:
Copilot Instructions: