diff --git a/docs/source/api/object_store.rst b/docs/source/api/object_store.rst index eeb6c432..8d78f072 100644 --- a/docs/source/api/object_store.rst +++ b/docs/source/api/object_store.rst @@ -19,7 +19,7 @@ .. currentmodule:: datafusion.object_store ObjectStore -========= +=========== .. autosummary:: :toctree: ../generated/ diff --git a/docs/source/user-guide/configuration.rst b/docs/source/user-guide/configuration.rst index 63b0dc3e..0c1a4818 100644 --- a/docs/source/user-guide/configuration.rst +++ b/docs/source/user-guide/configuration.rst @@ -16,7 +16,7 @@ .. under the License. Configuration -======== +============= Let's look at how we can configure DataFusion. When creating a :code:`SessionContext`, you can pass in a :code:`SessionConfig` and :code:`RuntimeConfig` object. These two cover a wide range of options. @@ -48,4 +48,4 @@ a :code:`SessionConfig` and :code:`RuntimeConfig` object. These two cover a wide You can read more about available :code:`SessionConfig` options `here `_, -and about :code:`RuntimeConfig` options `here https://docs.rs/datafusion/latest/datafusion/execution/runtime_env/struct.RuntimeConfig.html`_. +and about :code:`RuntimeConfig` options `here `_.