Skip to content

Commit 9708c03

Browse files
authored
Post-release-changes (#1980)
* update version in config_addon metadata files * Delete files for old Read the Docs project, which we will no longer build * Update generated files * Update CHANGELOG.md * Revert "Delete files for old Read the Docs project, which we will no longer build" This reverts commit d59bf43. * Update links from old Read the Docs project to point at stable version of new documentation * Exclude files other than index.rst from old project documentation
1 parent 5f25e79 commit 9708c03

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

79 files changed

+182
-130
lines changed

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Changelog
22

3+
* [Unreleased](#unreleased)
34
* [1.4.5](#145---2023-06-12)
45
* [1.4.4](#144---2023-04-14)
56
* [1.4.3](#143---2022-12-16)
@@ -31,6 +32,49 @@
3132

3233
All notable changes to this project will be documented in this file.
3334

35+
## Unreleased
36+
* ### ALL
37+
* #### Added
38+
* #### Changed
39+
* #### Removed
40+
* ### `nidcpower` (NI-DCPower)
41+
* #### Added
42+
* #### Changed
43+
* #### Removed
44+
* ### `nidigital` (NI-Digital Pattern Driver)
45+
* #### Added
46+
* #### Changed
47+
* #### Removed
48+
* ### `nidmm` (NI-DMM)
49+
* #### Added
50+
* #### Changed
51+
* #### Removed
52+
* ### `nifgen` (NI-FGEN)
53+
* #### Added
54+
* #### Changed
55+
* #### Removed
56+
* ### `nimodinst` (NI-ModInst)
57+
* #### Added
58+
* #### Changed
59+
* #### Removed
60+
* ### `niscope` (NI-SCOPE)
61+
* #### Added
62+
* #### Changed
63+
* #### Removed
64+
* ### `niswitch` (NI-SWITCH)
65+
* #### Added
66+
* #### Changed
67+
* #### Removed
68+
* ### `nise` (NI Switch Executive)
69+
* #### Added
70+
* #### Changed
71+
* #### Removed
72+
* ### `nitclk` (NI-TClk)
73+
* #### Added
74+
* #### Changed
75+
* #### Removed
76+
77+
3478
## 1.4.5 - 2023-06-12
3579
* ### ALL
3680
* #### Removed

docs/conf.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,15 @@
7777
# List of patterns, relative to source directory, that match files and
7878
# directories to ignore when looking for source files.
7979
# This patterns also effect to html_static_path and html_extra_path
80-
exclude_patterns = []
80+
exclude_patterns = ['nidcpower/*',
81+
'nidigital/*',
82+
'nidmm/*',
83+
'nifgen/*',
84+
'nimodinst/*',
85+
'niscope/*',
86+
'nise/*',
87+
'niswitch/*',
88+
'nitclk/*',]
8189

8290
# The name of the Pygments (syntax highlighting) style to use.
8391
pygments_style = 'sphinx'
@@ -104,7 +112,7 @@
104112
# Add any paths that contain custom static files (such as style sheets) here,
105113
# relative to this directory. They are copied after the builtin static files,
106114
# so a file named "default.css" will overwrite the builtin "default.css".
107-
html_static_path = ['_static']
115+
#html_static_path = ['_static']
108116

109117
# Fix wide tables of RTD per https://github.com/rtfd/sphinx_rtd_theme/issues/117#issuecomment-41571653
110118
def setup(app):

docs/index.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ Simply select the version you wish to view documentation for.
2222

2323
For newer documentation, refer to the individual **Read the Docs** projects.
2424

25-
* `nidcpower <https://nidcpower.readthedocs.io/en/latest>`_
26-
* `nidigital <https://nidigital.readthedocs.io/en/latest>`_
27-
* `nidmm <https://nidmm.readthedocs.io/en/latest>`_
28-
* `nifgen <https://nifgen.readthedocs.io/en/latest>`_
29-
* `nimodinst <https://nimodinst.readthedocs.io/en/latest>`_
30-
* `niscope <https://niscope.readthedocs.io/en/latest>`_
31-
* `nise <https://nise.readthedocs.io/en/latest>`_
32-
* `niswitch <https://niswitch.readthedocs.io/en/latest>`_
33-
* `nitclk <https://nitclk.readthedocs.io/en/latest>`_
25+
* `nidcpower <https://nidcpower.readthedocs.io/en/stable>`_
26+
* `nidigital <https://nidigital.readthedocs.io/en/stable>`_
27+
* `nidmm <https://nidmm.readthedocs.io/en/stable>`_
28+
* `nifgen <https://nifgen.readthedocs.io/en/stable>`_
29+
* `nimodinst <https://nimodinst.readthedocs.io/en/stable>`_
30+
* `niscope <https://niscope.readthedocs.io/en/stable>`_
31+
* `nise <https://nise.readthedocs.io/en/stable>`_
32+
* `niswitch <https://niswitch.readthedocs.io/en/stable>`_
33+
* `nitclk <https://nitclk.readthedocs.io/en/stable>`_

docs/nidcpower/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.5'
66+
release = '1.4.6.dev0'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nidcpower/examples.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nidcpower examples here <https://github.com/ni/nimi-python/releases/download/1.4.5/nidcpower_examples.zip>`_
4+
`You can download all nidcpower examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.5/nidcpower_examples.zip>`_
55

66
nidcpower_advanced_sequence.py
77
------------------------------
@@ -10,7 +10,7 @@ nidcpower_advanced_sequence.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nidcpower_advanced_sequence.py) <https://github.com/ni/nimi-python/blob/1.4.5/src/nidcpower/examples/nidcpower_advanced_sequence.py>`_
13+
:caption: `(nidcpower_advanced_sequence.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_advanced_sequence.py>`_
1414

1515
nidcpower_lcr_source_ac_voltage.py
1616
----------------------------------
@@ -19,7 +19,7 @@ nidcpower_lcr_source_ac_voltage.py
1919
:language: python
2020
:linenos:
2121
:encoding: utf8
22-
:caption: `(nidcpower_lcr_source_ac_voltage.py) <https://github.com/ni/nimi-python/blob/1.4.5/src/nidcpower/examples/nidcpower_lcr_source_ac_voltage.py>`_
22+
:caption: `(nidcpower_lcr_source_ac_voltage.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_lcr_source_ac_voltage.py>`_
2323

2424
nidcpower_measure_record.py
2525
---------------------------
@@ -28,7 +28,7 @@ nidcpower_measure_record.py
2828
:language: python
2929
:linenos:
3030
:encoding: utf8
31-
:caption: `(nidcpower_measure_record.py) <https://github.com/ni/nimi-python/blob/1.4.5/src/nidcpower/examples/nidcpower_measure_record.py>`_
31+
:caption: `(nidcpower_measure_record.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_measure_record.py>`_
3232

3333
nidcpower_source_delay_measure.py
3434
---------------------------------
@@ -37,5 +37,5 @@ nidcpower_source_delay_measure.py
3737
:language: python
3838
:linenos:
3939
:encoding: utf8
40-
:caption: `(nidcpower_source_delay_measure.py) <https://github.com/ni/nimi-python/blob/1.4.5/src/nidcpower/examples/nidcpower_source_delay_measure.py>`_
40+
:caption: `(nidcpower_source_delay_measure.py) <https://github.com/ni/nimi-python/blob/master/src/nidcpower/examples/nidcpower_source_delay_measure.py>`_
4141

docs/nidcpower/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the nidcpower module, you must install the NI-DCPower
88

99
The nimi-python modules (i.e. for **NI-DCPower**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nidcpower~=1.4.5
11+
$ python -m pip install nidcpower
1212

1313

docs/nidigital/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.5'
66+
release = '1.4.6.dev0'
6767
# The short X.Y version.
6868
version = release[:3]
6969

docs/nidigital/examples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Examples
22
========
33

4-
`You can download all nidigital examples here <https://github.com/ni/nimi-python/releases/download/1.4.5/nidigital_examples.zip>`_
4+
`You can download all nidigital examples for latest version here <https://github.com/ni/nimi-python/releases/download/1.4.5/nidigital_examples.zip>`_
55

66
nidigital_burst_with_start_trigger.py
77
-------------------------------------
@@ -10,7 +10,7 @@ nidigital_burst_with_start_trigger.py
1010
:language: python
1111
:linenos:
1212
:encoding: utf8
13-
:caption: `(nidigital_burst_with_start_trigger.py) <https://github.com/ni/nimi-python/blob/1.4.5/src/nidigital/examples/burst_with_start_trigger/nidigital_burst_with_start_trigger.py>`_
13+
:caption: `(nidigital_burst_with_start_trigger.py) <https://github.com/ni/nimi-python/blob/master/src/nidigital/examples/burst_with_start_trigger/nidigital_burst_with_start_trigger.py>`_
1414

1515
nidigital_configure_time_set_and_voltage_levels.py
1616
--------------------------------------------------
@@ -19,7 +19,7 @@ nidigital_configure_time_set_and_voltage_levels.py
1919
:language: python
2020
:linenos:
2121
:encoding: utf8
22-
:caption: `(nidigital_configure_time_set_and_voltage_levels.py) <https://github.com/ni/nimi-python/blob/1.4.5/src/nidigital/examples/configure_time_set_and_voltage_levels/nidigital_configure_time_set_and_voltage_levels.py>`_
22+
:caption: `(nidigital_configure_time_set_and_voltage_levels.py) <https://github.com/ni/nimi-python/blob/master/src/nidigital/examples/configure_time_set_and_voltage_levels/nidigital_configure_time_set_and_voltage_levels.py>`_
2323

2424
nidigital_ppmu_source_and_measure.py
2525
------------------------------------
@@ -28,5 +28,5 @@ nidigital_ppmu_source_and_measure.py
2828
:language: python
2929
:linenos:
3030
:encoding: utf8
31-
:caption: `(nidigital_ppmu_source_and_measure.py) <https://github.com/ni/nimi-python/blob/1.4.5/src/nidigital/examples/ppmu_source_and_measure/nidigital_ppmu_source_and_measure.py>`_
31+
:caption: `(nidigital_ppmu_source_and_measure.py) <https://github.com/ni/nimi-python/blob/master/src/nidigital/examples/ppmu_source_and_measure/nidigital_ppmu_source_and_measure.py>`_
3232

docs/nidigital/installation.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ As a prerequisite to using the nidigital module, you must install the NI-Digital
88

99
The nimi-python modules (i.e. for **NI-Digital Pattern Driver**) can be installed with `pip <http://pypi.python.org/pypi/pip>`_::
1010

11-
$ python -m pip install nidigital~=1.4.5
11+
$ python -m pip install nidigital
1212

1313

docs/nidmm/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# built documents.
6464
#
6565
# The full version, including alpha/beta/rc tags.
66-
release = '1.4.5'
66+
release = '1.4.6.dev0'
6767
# The short X.Y version.
6868
version = release[:3]
6969

0 commit comments

Comments
 (0)