Add comprehensive narrative documentation for undocumented API#14
Merged
Conversation
Three new guide pages cover functionality that was previously only discoverable via the auto-generated API reference: - geometry.rst: vertex species composition, distances/vectors, off-centre displacement, radial distortion, angular analysis, vector projections, topology, and identity/utility methods - octahedral-analysis.rst: opposite/adjacent vertex pairs, cis/trans and fac/mer isomer identification, trans-axis orthogonality - orientations.rst: RotationAnalyser, orientation order parameters, and orientation distribution plotting Also expands trajectories.rst with Configuration-level utilities (polyhedra_by_label, central_atoms, coordination_atoms), polyhedron trajectory time-series extraction, and lattice_mc export.
2820066 to
531adf8
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.
Summary
geometry.rst): vertex species composition (vertex_count,vertex_labels,vertex_distances_and_labels), distances/vectors, off-centre displacement, radial distortion, angular analysis, vector projections, topology (faces/edges/convex hull), and identity/utility methodsoctahedral-analysis.rst): opposite/adjacent vertex pairs, cis/trans and fac/mer isomer identification, trans-axis orthogonalityorientations.rst):RotationAnalyser, orientation order parameters, and orientation distribution plottingtrajectories.rstwithConfiguration-level utilities (polyhedra_by_label,central_atoms,coordination_atoms), polyhedron trajectory time-series extraction, andlattice_mcexportcore-concepts.rstandindex.rstto integrate the new guides into the navigationAfter this change, every public class, method, and property in the library appears in at least one narrative guide page.