2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-05 01:36:39 +08:00
Commit Graph

36 Commits

Author SHA1 Message Date
4bf2331d6a doc: Elaboration on Git workflows 2024-10-23 11:40:04 +08:00
1fc6ab8c57 doc: Fix Python indentation 2024-10-15 14:41:12 +08:00
5b72a1faa5 Fix typo 2024-09-30 14:10:31 +08:00
70dce7c1dd doc: Minor fixes 2024-08-23 16:44:56 +08:00
e4b4657a6d doc: using_data_interfaces associated changes 2024-08-20 16:29:06 +08:00
25b3553469 doc: Add 'Data and user interfaces' page 2024-08-20 16:29:06 +08:00
c0805b9cb9 doc: Minor link fixes 2024-08-12 16:52:45 +08:00
61ac6da547 doc: Add references to command line tools 2024-07-29 13:40:11 +08:00
7e6a94c6b0 doc: Trailing spaces 2024-07-19 18:17:40 +08:00
a5327e383c doc: Reference link fixes 2024-07-17 11:54:50 +08:00
158789b2e5 doc: Improve description of environment in tutorials 2024-07-12 10:53:04 +02:00
81cda2380d doc: Management system overhaul, further corrections 2024-06-25 17:30:31 +08:00
ea22f67c4c doc: Clearer+more accurate overview of mgmt system 2024-06-25 17:30:31 +08:00
aa21b78681 doc: Management system update, corrections 2024-06-25 17:30:31 +08:00
0dc727c1fd doc: 'Management system' manual page copy+clarity edit 2024-06-25 17:30:31 +08:00
45ef4d18d7 doc: Elaboration on interactive args & controllers 2024-06-25 17:30:31 +08:00
edfa5aa957 doc: 'Getting started with management system' manual page overhaul 2024-06-25 17:30:31 +08:00
architeuthis
4509ad86f8 Remove outdated references to examples/master, fix labels 2024-06-06 13:44:04 +08:00
3d0feef614 docs: rename ndecimals to precision 2023-07-18 08:02:42 +00:00
5fefdcc324 manual: clarify XY applet setup example 2019-12-15 10:41:58 +08:00
cd757c0f16 generate device database from executable python file 2017-05-18 23:14:55 +08:00
43aad0914e python3.5 -> python3
Many things also work with Python 3.6.
2017-01-30 09:24:43 +08:00
728aff71ae manual: explain how applets work. Closes #536 2016-08-11 19:09:47 +08:00
5ce155614e doc/getting_started_mgmt: adapt to changes. Closes #462 2016-06-03 23:10:00 -04:00
7d2fa951d6 manual/git: commit needed before starting master, refresh. Closes #387 2016-04-14 00:33:56 +08:00
3efb841557 client: add --async option to scan-repository, recommend usage in git post-receive 2016-04-04 22:17:39 +08:00
7453d85d5e GUI -> dashboard 2016-04-04 22:12:45 +08:00
765001054d artiq.experiment: merge language and coredevice namespaces
perl -i -pe 's/^from artiq import \*$/from artiq.experiment import */' your_experiments/*.py

(assuming you skipped the changes form the previous commit)
2016-01-25 17:24:00 -07:00
fbe4d96572 artiq: move namespace artiq.* -> artiq.language.*
perl -i -pe 's/^from artiq import \*$/from artiq.language import */' your_experiments/*.py
2016-01-25 17:24:00 -07:00
3044a053e1 databases: assume empty dataset_db if file not present. Closes #156 2015-10-24 10:15:20 +08:00
ef487ee8b0 doc: more updates for dataset API 2015-10-13 18:45:04 +08:00
fc4791bbbe doc: new dataset API 2015-10-13 18:11:17 +08:00
50a5a3baf0 environment: attr_* -> setattr_* 2015-10-04 00:18:21 +08:00
Yann Sionneau
4cb0d4589e manual: fix some typos 2015-08-26 16:14:16 +02:00
2c893ba0a2 doc/manual: add results to mgmt tutorial 2015-08-26 20:40:37 +08:00
947acb1f90 manual: management system tutorial, Git integration 2015-08-26 20:23:50 +08:00