Skip to content

Commit

Permalink
fix some sphinx warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl committed Jan 24, 2023
1 parent 05d3b22 commit 5a2773e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/source/conf.py
Expand Up @@ -46,7 +46,6 @@ def setup(app):

extensions = [
'myst_nb',
'sphinx.ext.autosectionlabel',
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
Expand Down
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 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."
"As we showed in [Layout of Jupyter widgets](Widget%20Layout.ipynb), multiple widgets can be arranged together using the flexible [GridBox](Widget%20Layout.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

0 comments on commit 5a2773e

Please sign in to comment.