File tree 1 file changed +9
-7
lines changed 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -728,18 +728,20 @@ class Bbox(BboxBase):
728
728
>>> box
729
729
Bbox([[1.0, 1.0], [1.0, 1.0]])
730
730
731
- .. warning:: It is recommended to always specify ``ignore`` explicitly.
732
- If not, the default value of ``ignore`` can be changed at any time by code
733
- with access to your Bbox, for example using the method `~.Bbox.ignore`.
731
+ .. warning::
732
+
733
+ It is recommended to always specify ``ignore`` explicitly. If not, the
734
+ default value of ``ignore`` can be changed at any time by code with
735
+ access to your Bbox, for example using the method `~.Bbox.ignore`.
734
736
735
737
**Properties of the ``null`` bbox**
736
738
737
739
.. note::
738
740
739
- The current behavior of `Bbox.null()` may be surprising as it does
740
- not have all of the properties of the "empty set", and as such does
741
- not behave like a "zero" object in the mathematical sense. We may
742
- change that in the future (with a deprecation period).
741
+ The current behavior of `Bbox.null()` may be surprising as it does
742
+ not have all of the properties of the "empty set", and as such does
743
+ not behave like a "zero" object in the mathematical sense. We may
744
+ change that in the future (with a deprecation period).
743
745
744
746
The null bbox is the identity for intersections
745
747
You can’t perform that action at this time.
0 commit comments