Skip to content

Commit 172dc5c

Browse files
committed
updating docs
1 parent 81c4c9e commit 172dc5c

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

deepdiff/docstrings/diff_doc.rst

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
:orphan:
22

3-
DeepDiff Module
4-
===============
5-
63
.. |qluster_link| raw:: html
74

85
<a href="/qluster"><strong>Qluster</strong></a>
96

10-
.. tip::
11-
DeepDiff is now part of |qluster_link|.
7+
.. admonition:: DeepDiff is now part of |qluster_link|.
128

139
*If you're building workflows around data validation and correction,* `Qluster </qluster>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
1410

11+
DeepDiff Module
12+
===============
13+
1514
Deep Difference of dictionaries, iterables, strings and almost any other object.
1615
It will recursively look for all the changes.
1716

18-
.. Note::
19-
|:mega:| **Please fill out our** `fast 5-question survey <https://forms.gle/E6qXexcgjoKnSzjB8>`__ so that we can learn how & why you use DeepDiff, and what improvements we should make. Thank you! |:dancers:|
20-
2117
**Parameters**
2218

2319
t1 : A dictionary, list, string or any python object that has __dict__ or __slots__
@@ -230,3 +226,6 @@ view: string, default = text
230226
**Supported data types**
231227

232228
int, string, unicode, dictionary, list, tuple, set, frozenset, OrderedDict, NamedTuple, Numpy, custom objects and more!
229+
230+
.. Note::
231+
|:mega:| **Please fill out our** `fast 5-question survey <https://forms.gle/E6qXexcgjoKnSzjB8>`__ so that we can learn how & why you use DeepDiff, and what improvements we should make. Thank you! |:dancers:|

deepdiff/docstrings/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ F.A.Q
77

88
<a href="/qluster"><strong>Qluster</strong></a>
99

10-
DeepDiff is now part of |qluster_link|.
10+
.. admonition:: DeepDiff is now part of |qluster_link|.
1111

12-
*If you're building workflows around data validation and correction,* `Qluster </qluster>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
12+
*If you're building workflows around data validation and correction,* `Qluster </qluster>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
1313

1414
.. Note::
1515
|:mega:| **Please fill out our** `fast 5-question survey <https://forms.gle/E6qXexcgjoKnSzjB8>`__ so that we can learn how & why you use DeepDiff, and what improvements we should make. Thank you! |:dancers:|

deepdiff/docstrings/support.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ Support
77

88
<a href="/qluster"><strong>Qluster</strong></a>
99

10-
DeepDiff is now part of |qluster_link|.
10+
.. admonition:: DeepDiff is now part of |qluster_link|.
1111

12-
*If you're building workflows around data validation and correction,* `Qluster </qluster>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
12+
*If you're building workflows around data validation and correction,* `Qluster </qluster>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
1313

1414
Thank you for using DeepDiff!
1515
If you find a bug, please create a ticket on our `GitHub repo <https://github.com/seperman/deepdiff>`__

0 commit comments

Comments
 (0)