Skip to content

Commit fd8115b

Browse files
committed
Updated docs.
1 parent 4a42761 commit fd8115b

File tree

2 files changed

+51
-1
lines changed

2 files changed

+51
-1
lines changed

doc-source/api/bases.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
==================================
44

55
.. automodule:: domdf_python_tools.bases
6+
:autosummary-members:
67
:no-members:
78

89
Dictable

doc-source/api/words.rst

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,53 @@
22
:mod:`domdf_python_tools.words`
33
=================================
44

5-
.. automodule:: domdf_python_tools.words
5+
Functions for working with (English) words.
6+
7+
.. versionadded:: 0.4.5
8+
9+
.. automodulesumm:: domdf_python_tools.words
10+
11+
.. autodata:: domdf_python_tools.words.ascii_digits
12+
.. autodata:: domdf_python_tools.words.greek_uppercase
13+
.. autodata:: domdf_python_tools.words.greek_lowercase
14+
15+
.. autofunction:: domdf_python_tools.words.get_words_list
16+
.. autofunction:: domdf_python_tools.words.get_random_word
17+
.. autofunction:: domdf_python_tools.words.make_font
18+
.. autofunction:: domdf_python_tools.words.as_font
19+
20+
.. autoclass:: domdf_python_tools.words.Font
21+
:special-members:
22+
23+
.. autodata:: domdf_python_tools.words.SERIF_BOLD_LETTERS
24+
:annotation:
25+
26+
.. autodata:: domdf_python_tools.words.SERIF_ITALIC_LETTERS
27+
:annotation:
28+
29+
.. autodata:: domdf_python_tools.words.SERIF_BOLD_ITALIC_LETTERS
30+
:annotation:
31+
32+
.. autodata:: domdf_python_tools.words.SANS_SERIF_LETTERS
33+
:annotation:
34+
35+
.. autodata:: domdf_python_tools.words.SANS_SERIF_BOLD_LETTERS
36+
:annotation:
37+
38+
.. autodata:: domdf_python_tools.words.SANS_SERIF_ITALIC_LETTERS
39+
:annotation:
40+
41+
.. autodata:: domdf_python_tools.words.SANS_SERIF_BOLD_ITALIC_LETTERS
42+
:annotation:
43+
44+
.. autodata:: domdf_python_tools.words.SCRIPT_LETTERS
45+
:annotation:
46+
47+
.. autodata:: domdf_python_tools.words.FRAKTUR_LETTERS
48+
:annotation:
49+
50+
.. autodata:: domdf_python_tools.words.MONOSPACE_LETTERS
51+
:annotation:
52+
53+
.. autodata:: domdf_python_tools.words.DOUBLESTRUCK_LETTERS
54+
:annotation:

0 commit comments

Comments
 (0)