Skip to content

Commit

Permalink
Fix broken RTD build
Browse files Browse the repository at this point in the history
  • Loading branch information
ejeschke committed Feb 14, 2024
1 parent d396127 commit f4e42a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions doc/manual/customizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,10 +178,11 @@ container:
for the workspace type, whether that is a notebook tab, MDI window
titlebar, etc.

Here is the standard layout (Python format), as an example:
Here is the standard layout (JSON format), as an example:

.. literalinclude:: ../../ginga/examples/layouts/standard/layout
:language: python
.. literalinclude:: ../../ginga/examples/layouts/standard/layout.json
:language: json
:caption: The standard layout

In the above example, we define a top-level window consisting of a vbox
(named "top") with 4 layers: a hbox ("menu"), hpanel ("hpnl"), a
Expand Down

0 comments on commit f4e42a3

Please sign in to comment.