Skip to content

Commit cae4516

Browse files
committed
Adjust order of layout docs and fix reference.
1 parent 7a0b921 commit cae4516

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/examples/Layout Templates.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"source": [
77
"# Using Layout Templates\n",
88
"\n",
9-
"As we showed in [Layout and Styling of Jupyter widgets](Widget%20Styling.ipynb) multiple widgets can be arranged together using the flexible [GridBox](Widget%20Styling.ipynb#The-Grid-Layout) specification. However, use of the specification involves some understanding of CSS properties and may impose sharp learning curve. Here, we will describe layout templates built on top of `GridBox` that simplify creation of common widget layouts."
9+
"As we showed in [Layout of Jupyter widgets](Widget%20Layout.ipynb), multiple widgets can be arranged together using the flexible [GridBox](Widget%20Styling.ipynb#The-Grid-Layout) specification. However, use of the specification involves some understanding of CSS properties and may impose sharp learning curve. Here, we will describe layout templates built on top of `GridBox` that simplify creation of common widget layouts."
1010
]
1111
},
1212
{

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ some custom widget packages built on top of the Jupyter Widgets framework.
100100
examples/Widget List.ipynb
101101
examples/Output Widget.ipynb
102102
examples/Widget Events.ipynb
103-
examples/Widget Layout.ipynb
104103
examples/Widget Styling.ipynb
104+
examples/Widget Layout.ipynb
105105
examples/Layout Templates.ipynb
106106
examples/Widget Custom.ipynb
107107
examples/Using Interact.ipynb

0 commit comments

Comments
 (0)