|
8 | 8 | used to demonstrate the visual form of a document or a typeface without |
9 | 9 | relying on meaningful content. |
10 | 10 |
|
11 | | -The :mod:`lorem` module provides a generic access to generating the lorem ipsum |
| 11 | +The ``lorem`` module provides a generic access to generating the lorem ipsum |
12 | 12 | text from its very original text:: |
13 | 13 |
|
14 | 14 | Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod |
|
19 | 19 | cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id |
20 | 20 | est laborum. |
21 | 21 |
|
22 | | -Usage of the :mod:`lorem` module is rather simple. Depending on your needs, the |
23 | | -:mod:`lorem` module provides generation of *words*, *sentences*, and |
| 22 | +Usage of the ``lorem`` module is rather simple. Depending on your needs, the |
| 23 | +``lorem`` module provides generation of *words*, *sentences*, and |
24 | 24 | *paragraphs*. |
25 | 25 |
|
26 | 26 | Get Random Words |
27 | 27 | ---------------- |
28 | 28 |
|
29 | | -The :mod:`lorem` module provides two different ways for getting random words. |
| 29 | +The ``lorem`` module provides two different ways for getting random words. |
30 | 30 |
|
31 | 31 | 1. :func:`word` -- generate a list of random words |
32 | 32 |
|
|
43 | 43 | Get Random Sentences |
44 | 44 | -------------------- |
45 | 45 |
|
46 | | -The :mod:`lorem` module provides two different ways for getting random sentences. |
| 46 | +The ``lorem`` module provides two different ways for getting random sentences. |
47 | 47 |
|
48 | 48 | 1. :func:`sentence` -- generate a list of random sentences |
49 | 49 |
|
|
60 | 60 | Get Random Paragraphs |
61 | 61 | --------------------- |
62 | 62 |
|
63 | | -The :mod:`lorem` module provides two different ways for getting random paragraphs. |
| 63 | +The ``lorem`` module provides two different ways for getting random paragraphs. |
64 | 64 |
|
65 | 65 | 1. :func:`paragraph` -- generate a list of random paragraphs |
66 | 66 |
|
|
77 | 77 | Customise Word Pool |
78 | 78 | ------------------- |
79 | 79 |
|
80 | | -If wanted, the :mod:`lorem` module also provides an interface to customise the word |
| 80 | +If wanted, the ``lorem`` module also provides an interface to customise the word |
81 | 81 | pool as you wish. |
82 | 82 |
|
83 | 83 | 1. :func:`set_pool` -- customise random word pool |
|
0 commit comments