diff --git a/docs/getting_started/azure-container-instance.rst b/docs/getting_started/azure-container-instance.rst index 8f979f514c..39ad9fb737 100644 --- a/docs/getting_started/azure-container-instance.rst +++ b/docs/getting_started/azure-container-instance.rst @@ -1,4 +1,4 @@ -.. _azure-container-instance +.. _azure-container-instance: Azure Container Instance Execution Mode ======================================= diff --git a/docs/getting_started/index.rst b/docs/getting_started/index.rst index c71589ec2b..247f8378ee 100644 --- a/docs/getting_started/index.rst +++ b/docs/getting_started/index.rst @@ -11,6 +11,7 @@ Execution Modes Docker Execution Mode Kubernetes Execution Mode + Azure Container Instance Execution Mode dbt and Airflow Similar Concepts diff --git a/docs/index.rst b/docs/index.rst index c22de1a7a2..998c73f012 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -45,7 +45,7 @@ You can render a Cosmos Airflow DAG using the ``DbtDag`` class. Here's an exampl .. The following renders in Sphinx but not Github: -.. literalinclude:: ./dev/dags/basic_cosmos_dag.py +.. literalinclude:: ./../dev/dags/basic_cosmos_dag.py :language: python :start-after: [START local_example] :end-before: [END local_example]