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
commit 509cb05
Author: David Meyer <dihm.meyer@gmail.com>
Date: Mon Mar 16 13:26:20 2026 -0400
Missed some pin updates :(
commit 2a54557
Merge: fc0c2d61adcf29
Author: David Meyer <dihm@users.noreply.github.com>
Date: Mon Mar 16 13:22:18 2026 -0400
Merge pull request #120 from dihm/release_fixes
Release fixes
commit 1adcf29
Author: David Meyer <dihm.meyer@gmail.com>
Date: Mon Mar 16 13:18:24 2026 -0400
Remove version guard on conda-build now that setuptools-conda supports modern versions.
commit cd0eb42
Author: David Meyer <dihm.meyer@gmail.com>
Date: Mon Mar 16 13:18:00 2026 -0400
Update setup-conda arguments
commit 4b2cfeb
Author: David Meyer <dihm.meyer@gmail.com>
Date: Mon Mar 16 13:17:41 2026 -0400
Bump action pins
commit fc0c2d6
Merge: d20e4956506b7e
Author: David Meyer <dihm@users.noreply.github.com>
Date: Mon Mar 16 12:53:19 2026 -0400
Merge pull request #119 from dihm/pyside6
More PySide6 compatibility changes
commit 6506b7e
Author: David Meyer <dihm.meyer@gmail.com>
Date: Mon Dec 1 15:41:13 2025 -0500
Ensure header view widget text follows OS theme coloring
commit 1d015e5
Author: David Meyer <dihm.meyer@gmail.com>
Date: Fri Nov 21 16:54:35 2025 -0500
Change deprecated `QFontMetrics.width` to `QFontMetrics.horizontalAdvance`
commit d20e495
Merge: afae8e01a54ed8
Author: David Meyer <dihm@users.noreply.github.com>
Date: Tue Aug 19 16:56:30 2025 -0400
Merge pull request #118 from dihm/rtd_fixes
Sphinx autosummary fixes
commit 1a54ed8
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 16:53:20 2025 -0400
Minor change to re-trigger RTD build.
commit f3c594d
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 16:33:18 2025 -0400
Ensure intersphinx mapping isn't used for current module.
commit 40b45e9
Author: David Meyer <dihm.meyer@gmail.com>
Date: Tue Aug 19 16:32:25 2025 -0400
Re-add autosummary template, and update it so it is compatible.
commit afae8e0
Author: David Meyer <dihm@users.noreply.github.com>
Date: Sat Aug 2 23:22:43 2025 -0400
Fix source-suffix warning in sphinx build.
commit 7a33e4a
Author: David Meyer <dihm@users.noreply.github.com>
Date: Sat Aug 2 23:03:33 2025 -0400
Add version to index page
New sphinx theme >2 does not automatically display the version in the sidebar.
Copy file name to clipboardExpand all lines: docs/source/labconfig.rst
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ The name of this file must be the host computer's system name.
7
7
So if my system's name was `heisenberg`, the labconfig file name would be `heisenberg.ini`.
8
8
This file should be located in the `labscript-suite` directory in the user space, in the `labconfig` subdirectory.
9
9
10
-
When :doc:`installing the **labscript-suite** for the first time <labscript-suite:installation/index>`, running the `labscript-profile-create` command will automatically generate the `labscript-suite` user space directory in the correct place and generate a `labconfig.ini` file for use on your system.
10
+
When :doc:`installing the **labscript-suite** for the first time <labscript-suite:installation/index>`,
11
+
running the `labscript-profile-create` command will automatically generate the `labscript-suite` user space directory in the correct place
12
+
and generate a `labconfig.ini` file for use on your system.
11
13
By editing the `ini` file named after your system, you can update the configuration settings of your **labscript-suite** installation.
0 commit comments