@@ -825,8 +825,8 @@ def compile_labscript_async(labscript_file, run_file,
825825 done_callback will be called with a boolean argument indicating success. Note that
826826 the zmq communication will be encrypted, or not, according to security settings in
827827 labconfig. If you want to receive the data on a zmq socket, do so using a PULL
828- socket created from a labscript_utils.ls_zprocess.Context, or using a
829- labscript_utils.ls_zprocess.ZMQServer. These subclasses will also be configured
828+ socket created from a :class:` labscript_utils.ls_zprocess.Context` , or using a
829+ :class:` labscript_utils.ls_zprocess.ZMQServer` . These subclasses will also be configured
830830 with the appropriate security settings and will be able to receive the messages.
831831
832832 Args:
@@ -867,8 +867,8 @@ def compile_multishot_async(labscript_file, run_files,
867867 stream_port via zmq push as it spews forth, and when each compilation is complete,
868868 done_callback will be called with a boolean argument indicating success. Compilation
869869 will stop after the first failure. If you want to receive the data on a zmq socket,
870- do so using a PULL socket created from a labscript_utils.ls_zprocess.Context, or
871- using a labscript_utils.ls_zprocess.ZMQServer. These subclasses will also be
870+ do so using a PULL socket created from a :class:` labscript_utils.ls_zprocess.Context` , or
871+ using a :class:` labscript_utils.ls_zprocess.ZMQServer` . These subclasses will also be
872872 configured with the appropriate security settings and will be able to receive the
873873 messages.
874874
@@ -913,12 +913,12 @@ def compile_labscript_with_globals_files_async(labscript_file, globals_files, ou
913913 """Compiles labscript_file with multiple globals files into a directory.
914914
915915 Instead, stderr and stdout will be put to
916- stream_port via zmq push in the multipart message format ['stdout','hello, world\n ']
916+ stream_port via zmq push in the multipart message format ` ['stdout','hello, world\\ n']`
917917 etc. When compilation is finished, the function done_callback will be called a
918918 boolean argument indicating success or failure. If you want to receive the data on
919919 a zmq socket, do so using a PULL socket created from a
920- labscript_utils.ls_zprocess.Context, or using a
921- labscript_utils.ls_zprocess.ZMQServer. These subclasses will also be configured with
920+ :external:class:` labscript_utils.ls_zprocess.Context` , or using a
921+ :external:class:` labscript_utils.ls_zprocess.ZMQServer` . These subclasses will also be configured with
922922 the appropriate security settings and will be able to receive the messages.
923923
924924 Args:
0 commit comments