docs: formatting and readability improvements.

This commit is contained in:
Catherine 2021-12-13 06:33:36 +00:00
parent 18837b9029
commit 2adbe59e4f
3 changed files with 9 additions and 8 deletions

View file

@ -3,7 +3,7 @@ Clock domain crossing
.. py:module:: amaranth.lib.cdc
The ``amaranth.lib.cdc`` package provides modules for transferring data between clock domains.
The :mod:`amaranth.lib.cdc` package provides modules for transferring data between clock domains.
.. autoclass:: FFSynchronizer()

View file

@ -3,7 +3,7 @@ Code conversion
.. py:module:: amaranth.lib.coding
The ``amaranth.lib.coding`` package provides modules for conversion between different encodings of binary numbers.
The :mod:`amaranth.lib.coding` package provides modules for conversion between different encodings of binary numbers.
One-hot coding