You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/dev_guide/using-output-viewer.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,8 +89,8 @@ To create a viewer with the Output Viewer:
89
89
Using the Output Viewer
90
90
-----------------------
91
91
92
-
If the `OutputViewer` class is too abstract/limited, you can instead use the
93
-
ESGF Output Viewer package directly (`import output_viewer`) to create your own viewer.
92
+
If the ``OutputViewer`` class is too abstract/limited, you can instead use the
93
+
ESGF Output Viewer package directly (``import output_viewer``) to create your own viewer.
94
94
Please be aware that there is no official documentation for the Output Viewer, so you will need refer to the `codebase <https://github.com/ESGF/output_viewer>`__ directly.
95
95
96
96
The code below was used to create the figures above.
0 commit comments