Skip to content

Commit

Permalink
Documentation metadata clearout (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr authored Nov 6, 2019
1 parent d93415b commit 20f0d63
Show file tree
Hide file tree
Showing 9 changed files with 16 additions and 133 deletions.
15 changes: 1 addition & 14 deletions examples/reference/panes/Markdown.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -197,22 +197,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 2",
"language": "python",
"name": "python2"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.16"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
15 changes: 1 addition & 14 deletions examples/reference/panes/VTKVolume.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.2"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
15 changes: 1 addition & 14 deletions examples/reference/widgets/DataFrame.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -102,22 +102,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
15 changes: 1 addition & 14 deletions examples/reference/widgets/FileInput.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -107,22 +107,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.4"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
15 changes: 1 addition & 14 deletions examples/reference/widgets/PasswordInput.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -79,22 +79,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3 [anaconda50_py36]",
"language": "python",
"name": "anaconda-project-anaconda50_py36-python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.3"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
17 changes: 2 additions & 15 deletions examples/reference/widgets/Progress.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -115,30 +115,17 @@
"outputs": [],
"source": [
"running = pn.Column(*[\n",
" pn.Row(pn.panel(bs, width=100), pn.widgets.misc.Progress(width=300, value=10+i*10, bar_style=bs))\n",
" pn.Row(pn.panel(bs, width=100), pn.widgets.misc.Progress(width=300, value=10+i*10, bar_color=bs))\n",
" for i, bs in enumerate(pn.widgets.misc.Progress.param.bar_color.objects)\n",
"])\n",
"running"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
7 changes: 6 additions & 1 deletion examples/reference/widgets/TextAreaInput.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,12 @@
]
}
],
"metadata": {},
"metadata": {
"language_info": {
"name": "python",
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
15 changes: 1 addition & 14 deletions examples/user_guide/Links.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -516,22 +516,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.8"
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down
35 changes: 2 additions & 33 deletions examples/user_guide/Param.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -209,12 +209,7 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"ExecuteTime": {
"end_time": "2019-06-27T15:39:43.191687Z",
"start_time": "2019-06-27T15:39:43.149467Z"
}
},
"metadata": {},
"outputs": [],
"source": [
"pn.Param(CustomExample.param, widgets={\n",
Expand Down Expand Up @@ -478,35 +473,9 @@
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.7"
},
"toc": {
"base_numbering": 1,
"nav_menu": {},
"number_sections": true,
"sideBar": true,
"skip_h1_title": false,
"title_cell": "Table of Contents",
"title_sidebar": "Contents",
"toc_cell": false,
"toc_position": {},
"toc_section_display": true,
"toc_window_display": false
"pygments_lexer": "ipython3"
}
},
"nbformat": 4,
Expand Down

0 comments on commit 20f0d63

Please sign in to comment.