Skip to content

Commit bf9d10e

Browse files
committed
Addressing latest review comments
1 parent e75b6bc commit bf9d10e

File tree

3 files changed

+14
-10
lines changed

3 files changed

+14
-10
lines changed

docs/source/_templates/components.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
:maxdepth: 2
44
:hidden:
55

6-
The labscript suite <{{intersphinx_mapping['labscript-suite'][0]}}>
6+
the labscript suite <{{intersphinx_mapping['labscript-suite'][0]}}>
77

88
{% endif %}
99
*labscript suite* components
@@ -16,7 +16,7 @@ The *labscript suite* is modular by design, and is comprised of:
1616
:header-rows: 0
1717

1818
{% for prog, item in programs.items() if item.type == 'lib' %}
19-
* - .. image:: {{item.img}}
19+
* - .. image:: {{img_path}}/{{item.icon}}
2020
:target: {{intersphinx_mapping['%s' | format(prog)][0]}}
2121
:class: labscript-suite-icon
2222
- |{{prog}}|_ --- {{item.desc}}
@@ -27,7 +27,7 @@ The *labscript suite* is modular by design, and is comprised of:
2727
:header-rows: 0
2828

2929
{% for prog, item in programs.items() if item.type == 'gui' %}
30-
* - .. image:: {{item.img}}
30+
* - .. image:: {{img_path}}/{{item.icon}}
3131
:target: {{intersphinx_mapping['%s' | format(prog)][0]}}
3232
:class: labscript-suite-icon
3333
- |{{prog}}|_ --- {{item.desc}}

docs/source/conf.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -96,37 +96,37 @@
9696
labscript_suite_programs = {
9797
'labscript': {
9898
'desc': 'Expressive composition of hardware-timed experiments',
99-
'img': img_path + '/labscript_32nx32n.svg',
99+
'icon': 'labscript_32nx32n.svg',
100100
'type': 'lib',
101101
},
102102
'labscript-devices': {
103103
'desc': 'Plugin architecture for controlling experiment hardware',
104-
'img': img_path + '/labscript_32nx32n.svg',
104+
'icon': 'labscript_32nx32n.svg',
105105
'type': 'lib',
106106
},
107107
'labscript-utils': {
108108
'desc': 'Shared modules used by the *labscript suite*',
109-
'img': img_path + '/labscript_32nx32n.svg',
109+
'icon': 'labscript_32nx32n.svg',
110110
'type': 'lib',
111111
},
112112
'runmanager': {
113113
'desc': 'Graphical and remote interface to parameterized experiments',
114-
'img': img_path + '/runmanager_32nx32n.svg',
114+
'icon': 'runmanager_32nx32n.svg',
115115
'type': 'gui',
116116
},
117117
'blacs': {
118118
'desc': 'Graphical interface to scientific instruments and experiment supervision',
119-
'img': img_path + '/blacs_32nx32n.svg',
119+
'icon': 'blacs_32nx32n.svg',
120120
'type': 'gui',
121121
},
122122
'lyse': {
123123
'desc': 'Online analysis of live experiment data',
124-
'img': img_path + '/lyse_32nx32n.svg',
124+
'icon': 'lyse_32nx32n.svg',
125125
'type': 'gui',
126126
},
127127
'runviewer': {
128128
'desc': 'Visualize hardware-timed experiment instructions',
129-
'img': img_path + '/runviewer_32nx32n.svg',
129+
'icon': 'runviewer_32nx32n.svg',
130130
'type': 'gui',
131131
},
132132
}
@@ -218,5 +218,6 @@ def setup(app):
218218
intersphinx_mapping=intersphinx_mapping,
219219
programs=labscript_suite_programs,
220220
current_project=project,
221+
img_path=img_path
221222
)
222223
)

docs/source/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ This documentation is primarily for developers who might want to use this common
1212
.. toctree::
1313
:maxdepth: 2
1414
:hidden:
15+
:caption: DOCUMENTATION
1516

1617
api_reference/index
1718

@@ -29,6 +30,8 @@ This documentation is primarily for developers who might want to use this common
2930

3031
Home Page <http://labscriptsuite.org>
3132
Source Code <https://github.com/labscript-suite/labscript-utils>
33+
PyPI <https://pypi.org/project/labscript-utils/>
34+
Anaconda Cloud <https://anaconda.org/labscript-suite/labscript-utils>
3235
BitBucket Archive <http://bitbucket-archive.labscriptsuite.org/#!/labscript_suite/labscript_utils>
3336

3437
.. todolist::

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy