You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> - Please take a look at the [DeepSearch docs](deepdiff/search_doc.rst)
293
+
> - Please take a look at the [DeepSearch docs](https://zepworks.com/deepdiff/5.0.0/dsearch.html)
294
294
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.0/>
295
295
296
296
# Deep Hash
@@ -299,7 +299,7 @@ And you can pass all the same kwargs as DeepSearch to grep too:
299
299
DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable!
300
300
DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash.
301
301
302
-
> - Please take a look at the [DeepHash docs](deepdiff/deephash_doc.rst)
302
+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.0.0/deephash.html)
303
303
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.0/>
304
304
305
305
Let's say you have a dictionary object.
@@ -348,7 +348,7 @@ Which you can write as:
348
348
At first it might seem weird why DeepHash(obj)[obj] but remember that DeepHash(obj) is a dictionary of hashes of all other objects that obj contains too.
349
349
350
350
351
-
> - Please take a look at the [DeepHash docs](deepdiff/deephash_doc.rst)
351
+
> - Please take a look at the [DeepHash docs](https://zepworks.com/deepdiff/5.0.0/deephash.html)
352
352
> - The full documentation can be found on <https://zepworks.com/deepdiff/5.0.0/>
0 commit comments