You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the "About" and "Documentation" sections of individual READMEs (#1990)
* update about and documentation sections of indivdual readmes
* Regenerate after merge
* Generate about_driver.inc
* Say module, rather than package, for consistency
* Update emphasis, spacing, fix wording in a sentence
The **${module_name}** module provides a Python API for ${driver_name}. The code is maintained in the Open Source repository for `nimi-python <https://github.com/ni/nimi-python>`_.
14
+
15
+
Support Policy
16
+
--------------
17
+
**${module_name}** supports all the Operating Systems supported by ${driver_name}.
18
+
19
+
It follows `Python Software Foundation <https://devguide.python.org/#status-of-python-branches>`_ support policy for different versions of CPython.
Copy file name to clipboardExpand all lines: build/templates/installation.inc.mako
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@
23
23
Installation
24
24
------------
25
25
26
-
As a prerequisite to using the ${module_name} module, you must install the ${driver_name} runtime on your system. Visit `ni.com/downloads <http://www.ni.com/downloads/>`_ to download the driver runtime for your devices.
26
+
As a prerequisite to using the **${module_name}** module, you must install the ${driver_name} runtime on your system. Visit `ni.com/downloads <http://www.ni.com/downloads/>`_ to download the driver runtime for your devices.
27
27
28
28
The nimi-python modules (i.e. for **${driver_name}**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
0 commit comments