Skip to content

Commit c91a366

Browse files
committed
Updated docs.
1 parent 8f59f2d commit c91a366

32 files changed

+224
-174
lines changed

doc-source/api/bases.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,5 @@
33
*********************************
44

55
.. automodule:: domdf_python_tools.bases
6-
:autosummary:
7-
:members:
86
:inherited-members:
97
:special-members:
10-
:exclude-members: __dir__, __dict__, __subclasshook__, __init_subclass__, __init__, __weakref__

doc-source/api/dates.rst

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,27 @@
1111

1212

1313
.. automodule:: domdf_python_tools.dates
14-
:autosummary:
15-
:members:
1614
:undoc-members:
15+
16+
.. py:data:: months
17+
18+
Mapping of months to their 3-character shortcodes.
19+
20+
Essentially:
21+
22+
.. code-block:: python
23+
24+
months = {
25+
Jan="January",
26+
Feb="February",
27+
Mar="March",
28+
Apr="April",
29+
May="May",
30+
Jun="June",
31+
Jul="July",
32+
Aug="August",
33+
Sep="September",
34+
Oct="October",
35+
Nov="November",
36+
Dec="December",
37+
}

doc-source/api/doctools.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
**************************************
44

55
.. automodule:: domdf_python_tools.doctools
6-
:autosummary:
7-
:members:
86
:undoc-members:

doc-source/api/import_tools.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
**************************************
44

55
.. automodule:: domdf_python_tools.import_tools
6-
:autosummary:
7-
:members:
86
:undoc-members:

doc-source/api/pagesizes.rst

Lines changed: 0 additions & 44 deletions
This file was deleted.

doc-source/api/pagesizes/classes.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
============================================
2+
:mod:`domdf_python_tools.pagesizes.classes`
3+
============================================
4+
5+
.. automodule:: domdf_python_tools.pagesizes.classes
6+
:undoc-members:

doc-source/api/pagesizes/index.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
=========================================
2+
:mod:`domdf_python_tools.pagesizes`
3+
=========================================
4+
5+
.. toctree::
6+
:caption: Submodules
7+
:glob:
8+
9+
*
10+
11+
.. automodule:: domdf_python_tools.pagesizes
12+
:undoc-members:

doc-source/api/pagesizes/sizes.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
=========================================
2+
:mod:`domdf_python_tools.pagesizes.sizes`
3+
=========================================
4+
5+
.. automodule:: domdf_python_tools.pagesizes.sizes
6+
:undoc-members:
7+
:special-members:
8+
:private-members:

doc-source/api/pagesizes/units.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=========================================
2+
:mod:`domdf_python_tools.pagesizes.units`
3+
=========================================
4+
5+
.. automodule:: domdf_python_tools.pagesizes.units
6+
:undoc-members:

doc-source/api/pagesizes/utils.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
=========================================
2+
:mod:`domdf_python_tools.pagesizes.utils`
3+
=========================================
4+
5+
.. automodule:: domdf_python_tools.pagesizes.utils
6+
:undoc-members:

0 commit comments

Comments
 (0)