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 addresses issue #2 by renaming the subheaders in the Reference section of the documentation. The subheaders previously had the format <Subheader> Reference, and this PR removes the _ Reference suffix from each subheader. The goal is to improve the readability of the documentation by making the subheaders more concise.
Summary of Changes
Updated docs/reference/api-extensions/index.rst:
Renamed subheader Decorator Reference to Decorator
Updated docs/reference/decorators/index.rst:
Renamed subheader Driver Reference to Driver
Updated docs/reference/drivers/index.rst:
Renamed subheader GraphAdapter Reference to GraphAdapter
Updated docs/reference/graph-adapters/index.rst:
Renamed subheader ResultBuilder Reference to ResultBuilder
Please review the changes and let me know if any further modifications are required.
Fixes #2.
To checkout this PR branch, run the following command in your terminal:
Description
This PR addresses issue #2 by renaming the subheaders in the
Reference
section of the documentation. The subheaders previously had the format<Subheader> Reference
, and this PR removes the_ Reference
suffix from each subheader. The goal is to improve the readability of the documentation by making the subheaders more concise.Summary of Changes
docs/reference/api-extensions/index.rst
:Decorator Reference
toDecorator
docs/reference/decorators/index.rst
:Driver Reference
toDriver
docs/reference/drivers/index.rst
:GraphAdapter Reference
toGraphAdapter
docs/reference/graph-adapters/index.rst
:ResultBuilder Reference
toResultBuilder
Please review the changes and let me know if any further modifications are required.
Fixes #2.
To checkout this PR branch, run the following command in your terminal: