Skip to content

Commit 601f819

Browse files
committed
docs
1 parent ed8ec00 commit 601f819

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ Tested on Python 3.4, 3.5, 3.6, 3.7, Pypy3
3737

3838
DeepDiff gets the difference of 2 objects.
3939

40-
Please take a look at the [DeepDiff docs](deepdiff/diff_doc.rst)
41-
The full documentation can be found on <https://deepdiff.readthedocs.io>
40+
> - Please take a look at the [DeepDiff docs](deepdiff/diff_doc.rst)
41+
> - The full documentation can be found on <https://deepdiff.readthedocs.io>
4242
4343
## Examples
4444

@@ -246,8 +246,8 @@ Example:
246246
```
247247

248248

249-
Please take a look at the [DeepDiff docs](deepdiff/diff_doc.rst)
250-
The full documentation can be found on <https://deepdiff.readthedocs.io>
249+
> - Please take a look at the [DeepDiff docs](deepdiff/diff_doc.rst)
250+
> - The full documentation can be found on <https://deepdiff.readthedocs.io>
251251
252252

253253
# Deep Search
@@ -279,17 +279,17 @@ And you can pass all the same kwargs as DeepSearch to grep too:
279279
{'matched_paths': {"root['somewhere']": 'around'}, 'matched_values': {"root['long']": 'somewhere'}}
280280
```
281281

282-
Please take a look at the [DeepSearch docs](deepdiff/search_doc.rst)
283-
The full documentation can be found on <https://deepdiff.readthedocs.io>
282+
> - Please take a look at the [DeepSearch docs](deepdiff/search_doc.rst)
283+
> - The full documentation can be found on <https://deepdiff.readthedocs.io>
284284
285285
# Deep Hash
286286
(New in v4-0-0)
287287

288288
DeepHash is designed to give you hash of ANY python object based on its contents even if the object is not considered hashable!
289289
DeepHash is supposed to be deterministic in order to make sure 2 objects that contain the same data, produce the same hash.
290290

291-
Please take a look at the [DeepHash docs](deepdiff/deephash_doc.rst)
292-
The full documentation can be found on <https://deepdiff.readthedocs.io>
291+
> - Please take a look at the [DeepHash docs](deepdiff/deephash_doc.rst)
292+
> - The full documentation can be found on <https://deepdiff.readthedocs.io>
293293
294294
Let's say you have a dictionary object.
295295

@@ -337,8 +337,8 @@ Which you can write as:
337337
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.
338338

339339

340-
Please take a look at the [DeepHash docs](deepdiff/deephash_doc.rst)
341-
The full documentation can be found on <https://deepdiff.readthedocs.io>
340+
> - Please take a look at the [DeepHash docs](deepdiff/deephash_doc.rst)
341+
> - The full documentation can be found on <https://deepdiff.readthedocs.io>
342342
343343

344344
# Using DeepDiff in unit tests

0 commit comments

Comments
 (0)