This is an automated email from the ASF dual-hosted git repository.
skrawcz pushed a change to branch update_references
in repository https://gitbox.apache.org/repos/asf/hamilton.git
from c5582e70 Replaces most links
add 6cd6e10d Updates docs to reference Hamilton as Apache Hamilton
No new revisions were added by this update.
Summary of changes:
.github/ISSUE_TEMPLATE/bug_report.md | 2 +-
.github/PULL_REQUEST_TEMPLATE.md | 2 +-
.../HAMILTON_CONTRIB_PR_TEMPLATE.md | 4 +-
CONTRIBUTING.md | 2 +-
README.md | 68 ++++++-------
basics.md | 42 ++++----
contrib/README.md | 14 +--
contrib/docs/blog/2023-11-13-welcome/index.md | 8 +-
contrib/docs/docs/README.md | 20 ++--
contrib/hamilton/contrib/dagworks/author.md | 2 +-
.../contrib/dagworks/conversational_rag/README.md | 6 +-
.../hamilton/contrib/dagworks/faiss_rag/README.md | 6 +-
.../contrib/dagworks/simple_eval_grader/README.md | 2 +-
.../dagworks/translate_to_hamilton/README.md | 2 +-
.../hamilton/contrib/user/elijahbenizzy/author.md | 2 +-
contrib/hamilton/contrib/user/skrawcz/author.md | 2 +-
.../user/skrawcz/customize_embeddings/README.md | 2 +-
.../contrib/user/skrawcz/fine_tuning/README.md | 2 +-
.../contrib/user/zilto/xgboost_optuna/README.md | 2 +-
data_quality.md | 2 +-
decorators.md | 4 +-
dev_tools/language_server/README.md | 6 +-
dev_tools/vscode_extension/README.md | 2 +-
.../resources/walkthrough/4_visitLSP.md | 4 +-
.../walkthrough/5_visitDataflowWebview.md | 2 +-
.../resources/walkthrough/6_tips.md | 2 +-
developer_setup.md | 2 +-
docs/code-comparisons/airflow.rst | 28 +++---
docs/code-comparisons/dagster.rst | 18 ++--
docs/code-comparisons/index.rst | 2 +-
docs/code-comparisons/kedro.rst | 50 +++++-----
docs/code-comparisons/langchain.rst | 58 +++++------
docs/concepts/best-practices/code-organization.rst | 8 +-
docs/concepts/best-practices/common-indices.rst | 4 +-
docs/concepts/best-practices/function-naming.rst | 10 +-
docs/concepts/best-practices/index.rst | 2 +-
docs/concepts/best-practices/loading-data.rst | 8 +-
.../best-practices/migrating-to-hamilton.rst | 20 ++--
.../best-practices/output-immutability.rst | 6 +-
.../using-within-your-etl-system.rst | 6 +-
docs/concepts/builder.rst | 8 +-
docs/concepts/caching.rst | 16 ++--
docs/concepts/driver.rst | 8 +-
docs/concepts/function-modifiers-advanced.rst | 2 +-
docs/concepts/function-modifiers.rst | 24 ++---
docs/concepts/glossary.rst | 8 +-
docs/concepts/index.rst | 2 +-
docs/concepts/materialization.rst | 20 ++--
docs/concepts/node.rst | 32 +++----
docs/concepts/parallel-task.rst | 10 +-
docs/concepts/visualization.rst | 6 +-
docs/get-started/index.rst | 12 +--
docs/get-started/install.md | 6 +-
docs/get-started/learning-resources.md | 106 ++++++++++-----------
docs/get-started/license.rst | 10 +-
docs/get-started/why-hamilton.md | 46 ++++-----
docs/get-started/your-first-dataflow.rst | 8 +-
docs/hamilton-ui/index.rst | 2 +-
docs/hamilton-ui/ui.rst | 32 +++----
docs/hamilton-vscode/language_server.rst | 8 +-
docs/hamilton-vscode/vscode_extension.rst | 14 +--
docs/how-tos/cli-reference.md | 4 +-
docs/how-tos/extensions-autoloading.rst | 10 +-
docs/how-tos/index.rst | 2 +-
docs/how-tos/llm-workflows.md | 8 +-
docs/how-tos/load-data.rst | 4 +-
docs/how-tos/microservice.rst | 2 +-
docs/how-tos/ml-training.rst | 4 +-
docs/how-tos/pre-commit-hooks.md | 16 ++--
docs/how-tos/run-data-quality-checks.rst | 2 +-
docs/how-tos/scale-up.rst | 4 +-
docs/how-tos/use-for-feature-engineering.rst | 50 +++++-----
docs/how-tos/use-in-jupyter-notebook.md | 36 +++----
docs/how-tos/wrapping-driver.rst | 12 +--
docs/integrations/dbt.rst | 8 +-
docs/integrations/dlt/index.md | 36 +++----
docs/integrations/fastapi.md | 24 ++---
docs/integrations/ibis/index.md | 34 +++----
docs/integrations/index.rst | 2 +-
docs/integrations/streamlit.md | 26 ++---
docs/main.md | 42 ++++----
docs/reference/caching/caching-logic.rst | 6 +-
docs/reference/dataflows/index.rst | 2 +-
docs/reference/dataflows/inspect.rst | 2 +-
docs/reference/dataflows/inspect_module.rst | 2 +-
docs/reference/decorators/index.rst | 2 +-
docs/reference/disabling-telemetry.md | 2 +-
docs/reference/drivers/index.rst | 4 +-
docs/reference/graph-adapters/DaskGraphAdapter.rst | 2 +-
docs/reference/graph-adapters/RayGraphAdapter.rst | 2 +-
.../graph-adapters/ThreadPoolFutureAdapter.rst | 2 +-
docs/reference/graph-adapters/index.rst | 2 +-
docs/reference/io/index.rst | 2 +-
docs/reference/lifecycle-hooks/ProgressBar.rst | 2 +-
docs/reference/lifecycle-hooks/RichProgressBar.rst | 2 +-
.../lifecycle-hooks/SlackNotifierHook.rst | 2 +-
docs/reference/lifecycle-hooks/index.rst | 2 +-
examples/LLM_Workflows/GraphRAG/README.md | 2 +-
.../RAG_document_extract_chunk_embed/README.md | 2 +-
examples/LLM_Workflows/README.md | 2 +-
examples/LLM_Workflows/image_telephone/README.md | 6 +-
.../LLM_Workflows/knowledge_retrieval/README.md | 4 +-
.../LLM_Workflows/langchain_comparison/README.md | 8 +-
examples/LLM_Workflows/modular_llm_stack/README.md | 6 +-
.../observability_openllmetry/README.md | 8 +-
examples/LLM_Workflows/pdf_summarizer/README.md | 8 +-
.../pdf_summarizer/run_on_spark/README.md | 8 +-
.../retrieval_augmented_generation/README.md | 8 +-
.../LLM_Workflows/scraping_and_chunking/README.md | 20 ++--
.../scraping_and_chunking/spark/README.md | 8 +-
examples/README.md | 2 +-
examples/airflow/README.md | 18 ++--
examples/async/README.md | 2 +-
examples/aws/glue/README.md | 8 +-
examples/aws/lambda/README.md | 4 +-
examples/aws/sagemaker/README.md | 4 +-
examples/caching/README.md | 2 +-
examples/caching_nodes/README.md | 4 +-
examples/caching_nodes/diskcache_adapter/README.md | 2 +-
examples/cli/DOCS.md | 2 +-
examples/cli/README.md | 6 +-
examples/contrib/README.md | 2 +-
examples/dagster/README.md | 12 +--
examples/dagster/hamilton_code/README.md | 10 +-
examples/dask/README.md | 4 +-
examples/dask/community_demo/README.md | 10 +-
examples/dask/hello_world/README.md | 4 +-
examples/data_loaders/README.md | 4 +-
examples/data_quality/pandera/README.md | 14 +--
examples/data_quality/simple/README.md | 12 +--
examples/dbt/README.md | 26 ++---
examples/dlt/README.md | 6 +-
examples/due_date_probabilities/README.md | 10 +-
examples/experiment_management/README.md | 10 +-
examples/feast/README.md | 14 +--
examples/feast/default_feature_store/README.md | 2 +-
.../README.md | 30 +++---
.../scenario_1/README.md | 4 +-
.../scenario_2/README.md | 2 +-
.../write_once_run_everywhere_blog_post/README.md | 2 +-
.../hamilton-tutorials/mpg-translation/README.md | 8 +-
examples/hamilton_ui/README.md | 22 ++---
examples/hello_world/README.md | 6 +-
examples/ibis/feature_engineering/README.md | 12 +--
examples/ibis/jaffle_shop/README.md | 8 +-
examples/ibisml/README.md | 2 +-
examples/jupyter_notebook_magic/README.md | 6 +-
examples/kedro/README.md | 12 +--
examples/kedro/hamilton-code/README.md | 14 +--
examples/kedro/kedro-plugin/README.md | 2 +-
examples/lineage/README.md | 66 ++++++-------
examples/materialization/README.md | 2 +-
.../datasaver_dataloader_example/README.md | 6 +-
examples/mlflow/README.md | 12 +--
examples/model_examples/README.md | 4 +-
examples/model_examples/modular_example/README.md | 2 +-
examples/model_examples/scikit-learn/README.md | 4 +-
examples/model_examples/time-series/README.md | 4 +-
examples/module_overrides/README.md | 4 +-
examples/numpy/air-quality-analysis/README.md | 6 +-
examples/openlineage/README.md | 4 +-
examples/opentelemetry/README.md | 4 +-
examples/pandas/split-apply-combine/README.md | 2 +-
examples/parallelism/README.md | 2 +-
.../lazy_threadpool_execution/README.md | 2 +-
examples/parallelism/star_counting/README.md | 4 +-
examples/people_data_labs/README.md | 12 +--
examples/plotly/README.md | 2 +-
examples/polars/README.md | 10 +-
examples/polars/lazyframe/README.md | 10 +-
examples/prefect/README.md | 18 ++--
examples/ray/README.md | 6 +-
examples/ray/hello_world/README.md | 4 +-
.../species_distribution_modeling/README.md | 8 +-
examples/scikit-learn/transformer/README.md | 8 +-
examples/snowflake/hamilton_ui/README.md | 12 +--
examples/spark/README.md | 10 +-
examples/spark/pandas_on_spark/README.md | 4 +-
examples/spark/pyspark/README.md | 30 +++---
examples/spark/pyspark_udfs/README.md | 34 +++----
examples/streamlit/README.md | 16 ++--
examples/styling_visualization/README.md | 8 +-
examples/vaex/README.md | 2 +-
examples/validation/static_validator/README.md | 2 +-
hamilton/plugins/README.md | 2 +-
plugin_tests/README.md | 2 +-
ui/README.md | 12 +--
ui/frontend/README.md | 2 +-
ui/sdk/README.md | 22 ++---
writeups/garbage_collection/post.md | 18 ++--
190 files changed, 987 insertions(+), 987 deletions(-)