From eb89014b0daae841e66d1f3503d94dc11964d505 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Thu, 6 Mar 2025 15:32:52 -0500 Subject: [PATCH 1/2] fix title --- .vscode/settings.json | 3 +++ source/index.txt | 4 ++-- source/read.txt | 6 +++--- 3 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..a7d0fc7b --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "esbonio.sphinx.confDir": "" +} \ No newline at end of file diff --git a/source/index.txt b/source/index.txt index 86faa57e..fee038f4 100644 --- a/source/index.txt +++ b/source/index.txt @@ -67,8 +67,8 @@ Write Data to MongoDB Learn how you can write data to MongoDB in the :ref:`pymongo-write` section. -Read Data from MongoDB ----------------------- +Read Data +--------- Learn how you can retrieve data from MongoDB in the :ref:`pymongo-read` section. diff --git a/source/read.txt b/source/read.txt index ae453161..5fe466b0 100644 --- a/source/read.txt +++ b/source/read.txt @@ -1,8 +1,8 @@ .. _pymongo-read: -====================== -Read Data from MongoDB -====================== +========= +Read Data +========= .. contents:: On this page :local: From da2e032de6adfd9b626710398fbd5a057f2979c4 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh Date: Thu, 6 Mar 2025 15:58:54 -0500 Subject: [PATCH 2/2] remove settings file --- .vscode/settings.json | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index a7d0fc7b..00000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "esbonio.sphinx.confDir": "" -} \ No newline at end of file