From: Catherine Date: Mon, 13 Dec 2021 06:33:36 +0000 (+0000) Subject: docs: formatting and readability improvements. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0426d05e034322c4b4887648d09533cdc2f89b8b;p=nmigen.git docs: formatting and readability improvements. --- diff --git a/docs/stdlib/cdc.rst b/docs/stdlib/cdc.rst index 596e69d..18b9e6b 100644 --- a/docs/stdlib/cdc.rst +++ b/docs/stdlib/cdc.rst @@ -3,7 +3,7 @@ Clock domain crossing .. py:module:: nmigen.lib.cdc -The ``nmigen.lib.cdc`` package provides modules for transferring data between clock domains. +The :mod:`nmigen.lib.cdc` package provides modules for transferring data between clock domains. .. autoclass:: FFSynchronizer() diff --git a/docs/stdlib/coding.rst b/docs/stdlib/coding.rst index 1f1732f..a79cd1f 100644 --- a/docs/stdlib/coding.rst +++ b/docs/stdlib/coding.rst @@ -3,7 +3,7 @@ Code conversion .. py:module:: nmigen.lib.coding -The ``nmigen.lib.coding`` package provides modules for conversion between different encodings of binary numbers. +The :mod:`nmigen.lib.coding` package provides modules for conversion between different encodings of binary numbers. One-hot coding