Skip to content

Commit 3b8377d

Browse files
committed
Addressing latest review comments
1 parent d5e175b commit 3b8377d

File tree

3 files changed

+15
-11
lines changed

3 files changed

+15
-11
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
@@ -97,37 +97,37 @@
9797
labscript_suite_programs = {
9898
'labscript': {
9999
'desc': 'Expressive composition of hardware-timed experiments',
100-
'img': img_path + '/labscript_32nx32n.svg',
100+
'icon': 'labscript_32nx32n.svg',
101101
'type': 'lib',
102102
},
103103
'labscript-devices': {
104104
'desc': 'Plugin architecture for controlling experiment hardware',
105-
'img': img_path + '/labscript_32nx32n.svg',
105+
'icon': 'labscript_32nx32n.svg',
106106
'type': 'lib',
107107
},
108108
'labscript-utils': {
109109
'desc': 'Shared modules used by the *labscript suite*',
110-
'img': img_path + '/labscript_32nx32n.svg',
110+
'icon': 'labscript_32nx32n.svg',
111111
'type': 'lib',
112112
},
113113
'runmanager': {
114114
'desc': 'Graphical and remote interface to parameterized experiments',
115-
'img': img_path + '/runmanager_32nx32n.svg',
115+
'icon': 'runmanager_32nx32n.svg',
116116
'type': 'gui',
117117
},
118118
'blacs': {
119119
'desc': 'Graphical interface to scientific instruments and experiment supervision',
120-
'img': img_path + '/blacs_32nx32n.svg',
120+
'icon': 'blacs_32nx32n.svg',
121121
'type': 'gui',
122122
},
123123
'lyse': {
124124
'desc': 'Online analysis of live experiment data',
125-
'img': img_path + '/lyse_32nx32n.svg',
125+
'icon': 'lyse_32nx32n.svg',
126126
'type': 'gui',
127127
},
128128
'runviewer': {
129129
'desc': 'Visualize hardware-timed experiment instructions',
130-
'img': img_path + '/runviewer_32nx32n.svg',
130+
'icon': 'runviewer_32nx32n.svg',
131131
'type': 'gui',
132132
},
133133
}
@@ -219,5 +219,6 @@ def setup(app):
219219
intersphinx_mapping=intersphinx_mapping,
220220
programs=labscript_suite_programs,
221221
current_project=project,
222+
img_path=img_path
222223
)
223224
)

docs/source/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,12 @@
6767
.. toctree::
6868
:maxdepth: 2
6969
:hidden:
70+
:caption: DOCUMENTATION
7071

7172
installation/index
7273
changes
7374
contributing
75+
archive
7476

7577
.. toctree::
7678
:maxdepth: 2
@@ -86,6 +88,7 @@
8688

8789
Home Page <http://labscriptsuite.org>
8890
Source Code <https://github.com/labscript-suite/labscript-suite>
89-
archive
91+
PyPI <https://pypi.org/project/labscript-suite/>
92+
Anaconda Cloud <https://anaconda.org/labscript-suite/labscript-suite>
9093

9194
.. 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