From 0426d05e034322c4b4887648d09533cdc2f89b8b Mon Sep 17 00:00:00 2001 From: Catherine Date: Mon, 13 Dec 2021 06:33:36 +0000 Subject: [PATCH] docs: formatting and readability improvements. --- docs/stdlib/cdc.rst | 2 +- docs/stdlib/coding.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.30.2