docs(tomowise): align the beamline nav with 2-BM (Source/Sample/Detector) + tabulate devices#305
Merged
Merged
Conversation
…tor) + tabulate devices Match the cross-deployment beamline spine. Rename the nav entry and page Endstations -> Sample (the descriptor's `sample` stage), keeping the two endstations (microtomography ~45 m, nanotomography ~49 m) as sub-sections. Convert the Sample and Detector device listings from bullet lists to tables (Device | Family | target model | spec), matching the generated Source page and the Inventory. Align equipment/index.md to 2-BM's Stations / Shared / Reference router. Design-phase depth stays lighter than 2-BM's materialized-fixture pages: no fabricated model-in-one-picture trees or exercised-model sections, since TomoWISE has no registered fixtures yet. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 22, 2026
xmap
added a commit
that referenced
this pull request
Jun 22, 2026
…e + Detector) (#306) Full-alignment follow-up to #305. Add the 2-BM-style "model in one picture": - Detector: a containment tree (gantry -> microscopes -> constituents) and a PLANNED Microscope-assembly composition diagram (slot -> device), marked design-phase since no Fixture is registered yet; camera + propagation_distance shown as the ZeroOrOne decoupled slots, plus a Families note. - Sample: containment trees for both endstation manipulators, with a note that the sample stage is a device group rather than a catalog Assembly (so no composition diagram), unlike 2-BM's SampleTower. Tables retained. No materialized-only sections (vendor part numbers, selector internals, calibrations, exercised model): TomoWISE has no registered fixtures. mkdocs --strict and deployment unit tests pass. Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
xmap
added a commit
that referenced
this pull request
Jun 22, 2026
…site asset binding Salvages the unique half of the closed #291 (the TomoWISE-tabulation half is already done by #305, so it is omitted here). - Rename: the "Facility envelope" nav section and the index.md heading/prose become "Facilities"; each Site collapses from a {index, Assets} subsection to a single index entry. - Flatten + generate: drop the standalone docs/deployments/{aps,maxiv}/assets.md pages; scripts/site_pages.py now generates the Asset-binding table (Asset | Tier | facility_code | Hosts) inline on each Site index from the descriptor (_modeled now takes facility_code + beamlines). - index.md prose simplified (the three-row scope table folded into prose). mkdocs --strict and the deployment unit tests (incl. test_site_descriptor) pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
xmap
added a commit
that referenced
this pull request
Jun 22, 2026
… asset binding (#307) Salvages the unique half of the closed #291 (the TomoWISE-tabulation half is already done by #305, so it is omitted here). - Rename: the "Facility envelope" nav section and the index.md heading/prose become "Facilities"; each Site collapses from a {index, Assets} subsection to a single index entry. - Flatten + generate: drop the standalone docs/deployments/{aps,maxiv}/assets.md pages; scripts/site_pages.py now generates the Asset-binding table (Asset | Tier | facility_code | Hosts) inline on each Site index from the descriptor (_modeled now takes facility_code + beamlines). - index.md prose simplified (the three-row scope table folded into prose). mkdocs --strict and the deployment unit tests (incl. test_site_descriptor) pass. Co-authored-by: Claude Opus 4.8 (1M context) <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.
Follow-up to #301. Aligns the TomoWISE beamline documentation with the 2-BM structure.
Endstations->Sample(the descriptor'ssamplestage) so both deployments readSource / Sample / Detector / Controls / Inventory. The page file isgit mv-renamedendstations.md->sample.md; the two endstations live on as## Microtomography/## Nanotomographysub-sections.Device | Family | target model | spectables, matching the generated Source page and the Inventory.equipment/index.mdto 2-BM'sStations / Shared / Referencestructure.mkdocs --strictclean (rename leaves no broken links); deployment unit tests pass.🤖 Generated with Claude Code