diff --git a/docs/conf.py b/docs/conf.py index a32db8e0..c0ea8d59 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -34,6 +34,7 @@ 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx_sitemap', + 'sphinxemoji.sphinxemoji', ] # Add any paths that contain templates here, relative to this directory. @@ -52,7 +53,7 @@ # General information about the project. project = 'DeepDiff' -copyright = '2015-2021, Sep Dehpour' +copyright = '2015-2023, Sep Dehpour' author = 'Sep Dehpour' # The version info for the project you're documenting, acts as replacement for diff --git a/docs/diff_doc.rst b/docs/diff_doc.rst index 232f4135..d9174f46 100644 --- a/docs/diff_doc.rst +++ b/docs/diff_doc.rst @@ -6,6 +6,9 @@ DeepDiff Deep Difference of dictionaries, iterables, strings and almost any other object. It will recursively look for all the changes. +.. Note:: + |:mega:| **Please fill out our** `fast 5-question survey `__ so that we can learn how & why you use DeepDiff, and what improvements we should make. Thank you! |:dancers:| + **Parameters** t1 : A dictionary, list, string or any python object that has __dict__ or __slots__ @@ -185,3 +188,4 @@ view: string, default = text **Supported data types** int, string, unicode, dictionary, list, tuple, set, frozenset, OrderedDict, NamedTuple, Numpy, custom objects and more! + diff --git a/docs/faq.rst b/docs/faq.rst index f94ac8d6..cdd89a2f 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -3,6 +3,9 @@ F.A.Q ===== +.. Note:: + |:mega:| **Please fill out our** `fast 5-question survey `__ so that we can learn how & why you use DeepDiff, and what improvements we should make. Thank you! |:dancers:| + Q: DeepDiff report is not precise when ignore_order=True -------------------------------------------------------- diff --git a/docs/index.rst b/docs/index.rst index 36e38d6d..a7b05234 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -37,18 +37,12 @@ DeepDiff 6-3-1 This release includes many bug fixes. -- Bugfix deephash for paths by - `maggelus `__ -- Bugfix deephash compiled regex - `maggelus `__ -- Fix tests dependent on toml by - `martin-kokos `__ -- Bugfix for ``include_paths`` for nested dictionaries by - `kor4ik `__ -- Use tomli and tomli-w for dealing with tomli files by - `martin-kokos `__ -- Bugfix for ``datetime.date`` by `Alex - Sauer-Budge `__ +- Bugfix deephash for paths by `maggelus `__ +- Bugfix deephash compiled regex `maggelus `__ +- Fix tests dependent on toml by `martin-kokos `__ +- Bugfix for ``include_paths`` for nested dictionaries by `kor4ik `__ +- Use tomli and tomli-w for dealing with tomli files by `martin-kokos `__ +- Bugfix for ``datetime.date`` by `Alex Sauer-Budge `__ DeepDiff 6-3-0 diff --git a/docs/support.rst b/docs/support.rst index 1ff82270..af91b515 100644 --- a/docs/support.rst +++ b/docs/support.rst @@ -6,9 +6,14 @@ Support Hello, This is Sep, the creator of DeepDiff. Thanks for using DeepDiff! -If you find a bug please create a ticket on our `github repo`_ +If you find a bug, please create a ticket on our `github repo`_ -Please note that my time is very limited for support given my other commitments so it may take a while to get back to you. In case you need direct contact for a pressing issue, I can be reached via hello at zepworks . com email address for consulting. +Contributions to DeepDiff are always very welcome! More than `50 people `__ have contributed code to DeepDiff so far. + +I love working on DeepDiff and other open-source projects. These projects will stay free and open source forever. If my work has been helpful to you, I would appreciate any sponsorship. Also, if you have any issue with my code that needs my immediate attention, I will be grateful for donations. + +Please `click here `__ to read +more about sponsoring my work. Thank you! diff --git a/requirements-dev.txt b/requirements-dev.txt index 43e0e6be..c505b052 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -11,6 +11,7 @@ python-dotenv==0.21.0 watchdog==2.2.0 Sphinx==5.3.0 sphinx-sitemap==2.2.1 +sphinxemoji==0.2.0 flake8==6.0.0 python-dateutil==2.8.2 orjson==3.8.3