Skip to content

Commit d215587

Browse files
committed
fix sphinx
1 parent 1488454 commit d215587

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/dev/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Scientist-facing output files are written to `<isis share>\inst$\NDX<inst>\user\
4747
default.
4848

4949
Custom file-output paths can be specified by passing extra arguments to
50-
{py:obj}`HumanReadableFileCallback<ibex_bluesky_core.callbacks.file_logger.HumanReadableFileCallback>`
50+
{py:obj}`HumanReadableFileCallback<ibex_bluesky_core.callbacks.HumanReadableFileCallback>`
5151
for the "human-readable" files, or
52-
{py:obj}`LiveFitLogger<ibex_bluesky_core.callbacks.fitting.livefit_logger.LiveFitLogger>`
52+
{py:obj}`LiveFitLogger<ibex_bluesky_core.callbacks.LiveFitLogger>`
5353
for the fit output files. These callbacks may be hidden behind
5454
{py:obj}`ISISCallbacks<ibex_bluesky_core.callbacks.ISISCallbacks>` which also allows specifying output paths.
5555

@@ -62,7 +62,7 @@ Raw documents emitted by bluesky are stored in `C:\Instrument\Var\logs\bluesky\r
6262
data emitted by bluesky scans. The filenames in this directory correspond to bluesky's scan ID, which is printed to
6363
the console at the end of each scan, and is also included as metadata in the scientist-facing output files.
6464

65-
These files are written by {py:obj}`ibex_bluesky_core.callbacks.document_logger.DocLoggingCallback`, which is subscribed
65+
These files are written by {py:obj}`ibex_bluesky_core.callbacks.DocLoggingCallback`, which is subscribed
6666
to the run engine by default in {py:obj}`ibex_bluesky_core.run_engine.get_run_engine`.
6767

6868
```{note}

0 commit comments

Comments
 (0)