docs: don't call Python modules "packages".
This commit is contained in:
parent
538c14116c
commit
e156ac62c5
9 changed files with 15 additions and 15 deletions
|
|
@ -3,7 +3,7 @@ Clock domain crossing
|
|||
|
||||
.. py:module:: amaranth.lib.cdc
|
||||
|
||||
The :mod:`amaranth.lib.cdc` package provides modules for transferring data between clock domains.
|
||||
The :mod:`amaranth.lib.cdc` module provides building blocks for transferring data between clock domains.
|
||||
|
||||
|
||||
.. autoclass:: FFSynchronizer()
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ Code conversion
|
|||
|
||||
.. py:module:: amaranth.lib.coding
|
||||
|
||||
The :mod:`amaranth.lib.coding` package provides modules for conversion between different encodings of binary numbers.
|
||||
The :mod:`amaranth.lib.coding` module provides building blocks for conversion between different encodings of binary numbers.
|
||||
|
||||
|
||||
One-hot coding
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ First-in first-out queues
|
|||
|
||||
.. py:module:: amaranth.lib.fifo
|
||||
|
||||
The ``amaranth.lib.fifo`` package provides modules for first-in, first-out queues.
|
||||
The ``amaranth.lib.fifo`` module provides building blocks for first-in, first-out queues.
|
||||
|
||||
|
||||
.. autoclass:: FIFOInterface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue