Move Sphinx toctree directives from index.rst to index.md to prevent root document name collisions during ReadTheDocs builds. Update all documentation guides and API references to feature TabularConfig and TabularMechanism as the primary in-memory synthesis interface, and surface DiscreteConfig and DiscreteMechanism at the top-level dpsynth API. Add a complete, self-contained standalone example demonstrating domain specification, config setup, mechanism calibration, data loading, synthesis, and inspection. - #153
Open
copybara-service[bot] wants to merge 1 commit into
Open
Move Sphinx toctree directives from index.rst to index.md to prevent root document name collisions during ReadTheDocs builds. Update all documentation guides and API references to feature TabularConfig and TabularMechanism as the primary in-memory synthesis interface, and surface DiscreteConfig and DiscreteMechanism at the top-level dpsynth API. Add a complete, self-contained standalone example demonstrating domain specification, config setup, mechanism calibration, data loading, synthesis, and inspection.#153copybara-service[bot] wants to merge 1 commit into
copybara-service[bot] wants to merge 1 commit into
Conversation
copybara-service
Bot
force-pushed
the
cl/967959507
branch
from
August 20, 2026 18:59
a154cbb to
71ffba9
Compare
…root document name collisions during ReadTheDocs builds. Update all documentation guides and API references to feature TabularConfig and TabularMechanism as the primary in-memory synthesis interface, and surface DiscreteConfig and DiscreteMechanism at the top-level dpsynth API. Add a complete, self-contained standalone example demonstrating domain specification, config setup, mechanism calibration, data loading, synthesis, and inspection. PiperOrigin-RevId: 967959507
copybara-service
Bot
force-pushed
the
cl/967959507
branch
from
August 20, 2026 19:04
71ffba9 to
0bd39f2
Compare
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.
Move Sphinx toctree directives from index.rst to index.md to prevent root document name collisions during ReadTheDocs builds. Update all documentation guides and API references to feature TabularConfig and TabularMechanism as the primary in-memory synthesis interface, and surface DiscreteConfig and DiscreteMechanism at the top-level dpsynth API. Add a complete, self-contained standalone example demonstrating domain specification, config setup, mechanism calibration, data loading, synthesis, and inspection.