A scalable general purpose micro-framework for defining dataflows. You can use it to build dataframes, numpy matrices, python objects, ML models, LLM workflows, etc. Embed Hamilton anywhere python runs, e.g. spark, airflow, jupyter, fastapi, python scripts, etc. Comes with lineage out of the box.
This PR renames the subheaders in the Reference section of the documentation to improve readability. The subheaders previously had the format <subheader> Reference, and they have been shortened by removing the _ Reference part.
The following changes were made:
Decorator Reference in docs/reference/decorators/index.rst was renamed to Decorators.
Driver Reference in docs/reference/drivers/index.rst was renamed to Drivers.
GraphAdapter Reference in docs/reference/graph-adapters/index.rst was renamed to GraphAdapters.
ResultBuilder Reference in docs/reference/result-builders/index.rst was renamed to ResultBuilders.
Summary of Changes
Renamed subheaders in the Reference section of the documentation to improve readability.
Removed the _ Reference part from each subheader.
Fixes #2.
To checkout this PR branch, run the following command in your terminal:
Description
This PR renames the subheaders in the
Reference
section of the documentation to improve readability. The subheaders previously had the format<subheader> Reference
, and they have been shortened by removing the_ Reference
part.The following changes were made:
Decorator Reference
indocs/reference/decorators/index.rst
was renamed toDecorators
.Driver Reference
indocs/reference/drivers/index.rst
was renamed toDrivers
.GraphAdapter Reference
indocs/reference/graph-adapters/index.rst
was renamed toGraphAdapters
.ResultBuilder Reference
indocs/reference/result-builders/index.rst
was renamed toResultBuilders
.Summary of Changes
Reference
section of the documentation to improve readability._ Reference
part from each subheader.Fixes #2.
To checkout this PR branch, run the following command in your terminal: