Skip to content

Commit

Permalink
Adjust order of layout docs and fix reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
jasongrout committed Aug 9, 2022
1 parent 7a0b921 commit cae4516
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/examples/Layout Templates.ipynb
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Using Layout Templates\n",
"\n",
"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."
"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."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Expand Up @@ -100,8 +100,8 @@ some custom widget packages built on top of the Jupyter Widgets framework.
examples/Widget List.ipynb
examples/Output Widget.ipynb
examples/Widget Events.ipynb
examples/Widget Layout.ipynb
examples/Widget Styling.ipynb
examples/Widget Layout.ipynb
examples/Layout Templates.ipynb
examples/Widget Custom.ipynb
examples/Using Interact.ipynb
Expand Down

0 comments on commit cae4516

Please sign in to comment.