make_transform_graph_docs#

astropy.coordinates.make_transform_graph_docs(transform_graph)[source]#

Generates a string that can be used in other docstrings to include a transformation graph, showing the available transforms and coordinate systems.

Parameters:
transform_graphTransformGraph
Returns:
docstringstr

A string that can be added to the end of a docstring to show the transform graph.