mirror of https://github.com/mahmoud/boltons.git
fix all remaining modules' headings
This commit is contained in:
parent
99bfce33fd
commit
d90c2f62d2
|
@ -1,5 +1,5 @@
|
|||
``dictutils`` - Mapping types (OMD)
|
||||
=========
|
||||
===================================
|
||||
|
||||
.. automodule:: boltons.dictutils
|
||||
:members:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
``jsonutils`` - JSON interactions
|
||||
=========
|
||||
=================================
|
||||
|
||||
.. automodule:: boltons.jsonutils
|
||||
:members:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
``namedutils`` - Lightweight containers
|
||||
==========
|
||||
=======================================
|
||||
|
||||
.. automodule:: boltons.namedutils
|
||||
:members:
|
||||
|
|
|
@ -1,9 +1,11 @@
|
|||
``tzutils`` - Barebone timezones
|
||||
================================
|
||||
|
||||
.. automodule:: boltons.tzutils
|
||||
|
||||
General timezones
|
||||
-----------------
|
||||
|
||||
.. autoattribute:: boltons.tzutils.UTC
|
||||
.. autodata:: boltons.tzutils.LocalTZ
|
||||
|
||||
|
@ -11,6 +13,7 @@ General timezones
|
|||
|
||||
US timezones
|
||||
------------
|
||||
|
||||
.. autoattribute:: boltons.tzutils.Eastern
|
||||
.. autoattribute:: boltons.tzutils.Central
|
||||
.. autoattribute:: boltons.tzutils.Mountain
|
||||
|
|
Loading…
Reference in New Issue