From 3522c6fdd0bf0178f847901b32d3ddd0031abae3 Mon Sep 17 00:00:00 2001 From: Rachel Mackintosh <148898879+rachel-mack@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:03:04 -0500 Subject: [PATCH] [PyMongo] Remove "MongoDB" from page title (#198) * fix title * remove settings file (cherry picked from commit 4e880412bb2fffb71ea926a8f3d1964ceda0e243) --- source/index.txt | 4 ++-- source/read.txt | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/index.txt b/source/index.txt index 82de340c..470e86ba 100644 --- a/source/index.txt +++ b/source/index.txt @@ -65,8 +65,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: