Skip to content

Commit 81c4c9e

Browse files
committed
updating docs
1 parent dc70684 commit 81c4c9e

9 files changed

Lines changed: 26 additions & 16 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DeepDiff Change log
22

3-
- v8-7-0
3+
- v9-0-0
44
- migration note:
55
- `to_dict()` and `to_json()` now accept a `verbose_level` parameter and always return a usable text-view dict. When the original view is `'tree'`, they default to `verbose_level=2` for full detail. The old `view_override` parameter is removed. To get the previous results, you will need to pass the explicit verbose_level to `to_json` and `to_dict` if you are using the tree view.
66
- Dropping support for Python 3.9

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
[![Build Status](https://github.com/seperman/deepdiff/workflows/Unit%20Tests/badge.svg)](https://github.com/seperman/deepdiff/actions)
77
[![codecov](https://codecov.io/gh/seperman/deepdiff/branch/master/graph/badge.svg?token=KkHZ3siA3m)](https://codecov.io/gh/seperman/deepdiff)
88

9-
**DeepDiff is now part of [Qluster](https://getqluster.com).**
9+
**DeepDiff is now part of [Qluster](/qluster).**
1010

11-
*If you're building workflows around data validation and correction, [Qluster](https://getqluster.com) gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
11+
*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.*
1212

1313
## Modules
1414

deepdiff/docstrings/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Changelog
55

66
DeepDiff Changelog
77

8-
- v8-7-0
8+
- v9-0-0
99
- migration note:
1010
- `to_dict()` and `to_json()` now accept a `verbose_level` parameter and always return a usable text-view dict. When the original view is `'tree'`, they default to `verbose_level=2` for full detail. The old `view_override` parameter is removed. To get the previous results, you will need to pass the explicit verbose_level to `to_json` and `to_dict` if you are using the tree view.
1111
- Dropping support for Python 3.9

deepdiff/docstrings/diff_doc.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ DeepDiff Module
55

66
.. |qluster_link| raw:: html
77

8-
<a href="https://getqluster.com"><strong>Qluster</strong></a>
8+
<a href="/qluster"><strong>Qluster</strong></a>
99

10-
DeepDiff is now part of |qluster_link|.
10+
.. tip::
11+
DeepDiff is now part of |qluster_link|.
1112

12-
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *gives your team a structured way to manage rules, review failures, approve fixes, and reuse decisions—without building the entire system from scratch.*
13+
*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.*
1314

1415
Deep Difference of dictionaries, iterables, strings and almost any other object.
1516
It will recursively look for all the changes.

deepdiff/docstrings/faq.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ F.A.Q
55

66
.. |qluster_link| raw:: html
77

8-
<a href="https://getqluster.com"><strong>Qluster</strong></a>
8+
<a href="/qluster"><strong>Qluster</strong></a>
99

1010
DeepDiff is now part of |qluster_link|.
1111

12-
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *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/index.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@
77
DeepDiff 9.0.0 documentation!
88
=============================
99

10+
.. |qluster_link| raw:: html
11+
12+
<a href="/qluster"><strong>Qluster</strong></a>
13+
14+
.. admonition:: DeepDiff is now part of |qluster_link|.
15+
16+
*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.*
17+
18+
1019
*******
1120
Modules
1221
*******

deepdiff/docstrings/support.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Support
55

66
.. |qluster_link| raw:: html
77

8-
<a href="https://getqluster.com"><strong>Qluster</strong></a>
8+
<a href="/qluster"><strong>Qluster</strong></a>
99

1010
DeepDiff is now part of |qluster_link|.
1111

12-
*If you're building workflows around data validation and correction,* `Qluster <https://getqluster.com>`__ *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>`__
1616

17-
We are **available for consulting** if you need immediate help or custom implementations of DeepDiff. You can reach us via filling up `this form <https://getqluster.com/contact-us>`__
17+
We are **available for consulting** if you need immediate help or custom implementations of DeepDiff. You can reach us via filling up `this form </qluster/contact-us>`__
1818

1919
Back to :doc:`/index`

docs/_templates/page.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@
4646
<div class="copyright">
4747
{%- if hasdoc('copyright') %}
4848
{% trans path=pathto('copyright'), copyright=copyright|e -%}
49-
<a href="{{ path }}">Copyright</a> &#169; {{ copyright }} | <a href="https://getqluster.com">Qluster</a> | <a href="https://zepworks.com">Zepworks Blog</a>
49+
<a href="{{ path }}">Copyright</a> &#169; {{ copyright }} | <a href="/qluster">Qluster</a> | <a href="https://zepworks.com">Zepworks Blog</a>
5050
{%- endtrans %}
5151
{%- else %}
5252
{% trans copyright=copyright|e -%}
53-
Copyright &#169; {{ copyright }} | <a href="https://getqluster.com">Qluster</a> | <a href="https://zepworks.com">Zepworks Blog</a>
53+
Copyright &#169; {{ copyright }} | <a href="/qluster">Qluster</a> | <a href="https://zepworks.com">Zepworks Blog</a>
5454
{%- endtrans %}
5555
{%- endif %}
5656
</div>

docs/_templates/sidebar/brand.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{# Override Furo's sidebar brand so the logo links to getqluster.com #}
22
<div class="sidebar-brand{% if logo %} centered{% endif %}">
33
{%- if logo_url %}
4-
<a href="https://getqluster.com">
4+
<a href="/qluster">
55
<div class="sidebar-logo-container">
66
<img class="sidebar-logo" src="{{ logo_url }}" alt="Logo"/>
77
</div>
88
</a>
99
{%- endif %}
1010
{%- if theme_light_logo and theme_dark_logo %}
11-
<a href="https://getqluster.com">
11+
<a href="/qluster">
1212
<div class="sidebar-logo-container">
1313
<img class="sidebar-logo only-light" src="{{ pathto('_static/' + theme_light_logo, 1) }}" alt="Light Logo"/>
1414
<img class="sidebar-logo only-dark" src="{{ pathto('_static/' + theme_dark_logo, 1) }}" alt="Dark Logo"/>

0 commit comments

Comments
 (0)