File tree Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Expand file tree Collapse file tree 2 files changed +51
-1
lines changed Original file line number Diff line number Diff line change 3
3
==================================
4
4
5
5
.. automodule :: domdf_python_tools.bases
6
+ :autosummary-members:
6
7
:no-members:
7
8
8
9
Dictable
Original file line number Diff line number Diff line change 2
2
:mod: `domdf_python_tools.words `
3
3
=================================
4
4
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:
You can’t perform that action at this time.
0 commit comments