Skip to content

Commit 5eeda9b

Browse files
DOCSP-37514 - UUIDs (#75)
Co-authored-by: Jordan Smith <[email protected]>
1 parent a376bf3 commit 5eeda9b

File tree

8 files changed

+431
-559
lines changed

8 files changed

+431
-559
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ toc_landing_pages = [
1111
"/aggregation/aggregation-tutorials",
1212
"/security",
1313
"/aggregation-tutorials",
14+
"/data-formats",
1415
]
1516

1617
intersphinx = [

source/data-formats.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. _pymongo-data-formats:
2+
3+
========================
4+
Specialized Data Formats
5+
========================
6+
7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: bson, uuid, date, time
19+
20+
.. toctree::
21+
:titlesonly:
22+
:maxdepth: 1
23+
24+
/data-formats/uuid
25+
26+
- :ref:`pymongo-uuid`
27+
28+
Overview
29+
--------

0 commit comments

Comments
 (0)