docs: don't call Python modules "packages".
authorCatherine <whitequark@whitequark.org>
Thu, 16 Dec 2021 15:44:08 +0000 (15:44 +0000)
committerLuke Kenneth Casson Leighton <lkcl@lkcl.net>
Fri, 31 Dec 2021 20:38:40 +0000 (20:38 +0000)
docs/platform/intel.rst
docs/platform/lattice-ecp5.rst
docs/platform/lattice-ice40.rst
docs/platform/lattice-machxo-2-3l.rst
docs/platform/quicklogic.rst
docs/platform/xilinx.rst
docs/stdlib/cdc.rst
docs/stdlib/coding.rst
docs/stdlib/fifo.rst

index 6642dffee731980eb79cdcaf336302d1c87c5879..05433e8283de6b756c2972a506db540a06622bfc 100644 (file)
@@ -3,8 +3,8 @@ Intel
 
 .. py:module:: nmigen.vendor.intel
 
-The :mod:`nmigen.vendor.intel` package provides a base platform to support Intel toolchains.
+The :mod:`nmigen.vendor.intel` module provides a base platform to support Intel toolchains.
 
 The Quartus and Mistral toolchains are supported.
 
-.. autoclass:: IntelPlatform
\ No newline at end of file
+.. autoclass:: IntelPlatform
index 5a6db08789a9abc57b3fea9a71d37cc324e864f0..0e1eba652db578750383710714b61ce2901ef59b 100644 (file)
@@ -3,8 +3,8 @@ Lattice ECP5
 
 .. py:module:: nmigen.vendor.lattice_ecp5
 
-The :mod:`nmigen.vendor.lattice_ecp5` package provides a base platform to support Lattice ECP5 devices.
+The :mod:`nmigen.vendor.lattice_ecp5` module provides a base platform to support Lattice ECP5 devices.
 
 The Trellis and Diamond toolchains are supported.
 
-.. autoclass:: LatticeECP5Platform
\ No newline at end of file
+.. autoclass:: LatticeECP5Platform
index e1e3887a1446e2d521e8f41f614187cb18844781..6069fa73a39a16089d12e6f73a2d35636a3a5c3e 100644 (file)
@@ -3,8 +3,8 @@ Lattice iCE40
 
 .. py:module:: nmigen.vendor.lattice_ice40
 
-The :mod:`nmigen.vendor.lattice_ice40` package provides a base platform to support Lattice iCE40 devices.
+The :mod:`nmigen.vendor.lattice_ice40` module provides a base platform to support Lattice iCE40 devices.
 
 The IceStorm and iCECube2 toolchains are supported.
 
-.. autoclass:: LatticeICE40Platform
\ No newline at end of file
+.. autoclass:: LatticeICE40Platform
index df262e73141b5c2da7fff1d183cc1e467e47fd08..357f7218ad054ad86da29a8932eadd70e484f114 100644 (file)
@@ -3,7 +3,7 @@ Lattice MachXO2 and MachXO3L
 
 .. py:module:: nmigen.vendor.lattice_machxo_2_3l
 
-The :mod:`nmigen.vendor.lattice_machxo_2_3l` package provides a base platform to support Lattice 
+The :mod:`nmigen.vendor.lattice_machxo_2_3l` module provides a base platform to support Lattice
 MachXO2 and MachXO3L devices.
 
 The Diamond toolchain is supported.
@@ -16,4 +16,4 @@ The Diamond toolchain is supported.
 .. note:: Both of the above are aliases for the actual platform below, however only the aliased
           definitions are actually exported from the module for use.
 
-.. autoclass:: LatticeMachXO2Or3LPlatform
\ No newline at end of file
+.. autoclass:: LatticeMachXO2Or3LPlatform
index 7abd965f0d2f08b83ef2e086325cb8e8c6305293..780a3906cada9d381605a9d7915dbb73fde81de1 100644 (file)
@@ -3,8 +3,8 @@ Quicklogic
 
 .. py:module:: nmigen.vendor.quicklogic
 
-The :mod:`nmigen.vendor.quicklogic` package provides a base platform to support Quicklogic toolchains.
+The :mod:`nmigen.vendor.quicklogic` module provides a base platform to support Quicklogic toolchains.
 
 The Symbiflow toolchain is supported.
 
-.. autoclass:: QuicklogicPlatform
\ No newline at end of file
+.. autoclass:: QuicklogicPlatform
index 56303828927819db013bb492c6d2e2055bbbf575..8edb3fd1e8c501c43be15a504cbd25013fa8e37f 100644 (file)
@@ -3,8 +3,8 @@ Xilinx
 
 .. py:module:: nmigen.vendor.xilinx
 
-The :mod:`nmigen.vendor.xilinx` package provides a base platform to support Xilinx toolchains.
+The :mod:`nmigen.vendor.xilinx` module provides a base platform to support Xilinx toolchains.
 
 The ISE, Vivado, and Symbiflow toolchains are supported.
 
-.. autoclass:: XilinxPlatform
\ No newline at end of file
+.. autoclass:: XilinxPlatform
index 18b9e6b0662f340d000a4eca23525d312a8a1751..c89917bfd1bddd41cff25c281c7716fb40cdf309 100644 (file)
@@ -3,7 +3,7 @@ Clock domain crossing
 
 .. py:module:: nmigen.lib.cdc
 
-The :mod:`nmigen.lib.cdc` package provides modules for transferring data between clock domains.
+The :mod:`nmigen.lib.cdc` module provides building blocks for transferring data between clock domains.
 
 
 .. autoclass:: FFSynchronizer()
index a79cd1fd022c1031ecf54481aa387d28cb762d35..79af3b1d00362ef2cfac00097d13c505fda25da9 100644 (file)
@@ -3,7 +3,7 @@ Code conversion
 
 .. py:module:: nmigen.lib.coding
 
-The :mod:`nmigen.lib.coding` package provides modules for conversion between different encodings of binary numbers.
+The :mod:`nmigen.lib.coding` module provides building blocks for conversion between different encodings of binary numbers.
 
 
 One-hot coding
index f7825e1550d5091dee294001286cf78b286dfc2d..bb08ee96a98c42fde8a5f8eda1f9e9d9429a3ac5 100644 (file)
@@ -3,7 +3,7 @@ First-in first-out queues
 
 .. py:module:: nmigen.lib.fifo
 
-The ``nmigen.lib.fifo`` package provides modules for first-in, first-out queues.
+The ``nmigen.lib.fifo`` module provides building blocks for first-in, first-out queues.
 
 
 .. autoclass:: FIFOInterface