mirror of https://github.com/mahmoud/boltons.git
shorter mathutils heading to make for a nicer TOC
This commit is contained in:
parent
c1a14b88c0
commit
709f935693
|
@ -1,5 +1,5 @@
|
|||
``mathutils`` - General purpose math functions
|
||||
==============================================
|
||||
``mathutils`` - Mathematical functions
|
||||
======================================
|
||||
|
||||
.. automodule:: boltons.mathutils
|
||||
|
||||
|
@ -15,4 +15,4 @@ Note: :func:`ceil_from_iter` and :func:`floor_from_iter` functions are based on
|
|||
the performance impact of this approach.
|
||||
|
||||
.. _this example: https://docs.python.org/3/library/bisect.html#searching-sorted-lists
|
||||
.. _StackOverflow Answer: http://stackoverflow.com/a/12141511/811740
|
||||
.. _StackOverflow Answer: http://stackoverflow.com/a/12141511/811740
|
||||
|
|
Loading…
Reference in New Issue