# Functions
Create creates a new document from a map of filenames to *ast.Files.
CreateFromPaths creates a new document from a list of file or directory paths.
SortInputsByName sorts a list of inputs by name.
SortInputsByRequired sorts a list of inputs by whether they are required.
SortOutputsByName sorts a list of outputs by name.
TestDoc creates a *Doc from a Terraform module.
TestDocFromFile creates a *Doc from a Terraform file.