Split User and Developer guides into manageable chunks.#963
Draft
MicahGale wants to merge 11 commits into
Draft
Conversation
- Fix conf.py: remove accidentally embedded terminal output, wire up schema_org extension with sys.path, extensions list, and configs - Add SoftwareApplication JSON-LD to index page and FAQPage JSON-LD to faq page; move injection to <head> via extrahead block - Add meta descriptions to all user-facing RST pages; fix typo and trim starting.rst description to under 155 chars - Add sphinx-sitemap for per-page sitemap coverage; set sitemap_url_scheme to suppress version/lang prefix; use READTHEDOCS_CANONICAL_URL for html_baseurl - Update robots.txt: fix inline comment, block /en/v prefix for all versioned releases, add stable sitemap URL Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Splits doc/source/starting.rst (1,429 lines) into a thin landing page plus 7 focused pages under doc/source/guide/. Splits developing.rst (690 lines) and dev_standards.rst (312 lines) into thin landing pages plus 10 focused pages under doc/source/devguide/. Incorporates all jit_parse additions: JIT parsing user guide into guide/reading_writing, Type and Value Enforcement into devguide/type_enforcement, and JIT internals into devguide/jit_parsing. Updates devguide/mcnp_object to use the new hook-methods pattern (_init_blank, _parse_tree, _generate_default_tree) and devguide/collections_dev to remove the stale update_pointers reference. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Pull Request Checklist for MontePy
Description
Please provide a summary of the change, referencing the issue it fixes, if applicable. Include relevant context and motivation.
Fixes #943
General Checklist
blackversion 25 or 26.LLM Disclosure
Are you?
Were any large language models (LLM or "AI") used in to generate any of this code?
Documentation Checklist
First-Time Contributor Checklist
pyproject.tomlif you wish to do so.Additional Notes for Reviewers
Ensure that:
📚 Documentation preview 📚: https://montepy--963.org.readthedocs.build/en/963/