Skip to content

Commit

Permalink
put in separate sidebard heading
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsung committed Feb 26, 2024
1 parent 10241bc commit 9337456
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 7 deletions.
15 changes: 10 additions & 5 deletions docs/transpile/_toc.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,16 @@
},
{
"title": "Transpiler plugins",
"url": "/transpile/transpiler-plugins"
},
{
"title": "Create a transpiler plugin",
"url": "/transpile/create-a-transpiler-plugin"
"children": [
{
"title": "Install and use transpiler plugins",
"url": "/transpile/transpiler-plugins"
},
{
"title": "Create a transpiler plugin",
"url": "/transpile/create-a-transpiler-plugin"
}
]
},
{
"title": "Use the transpile function",
Expand Down
4 changes: 2 additions & 2 deletions docs/transpile/transpiler-plugins.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"id": "334fb4b3-9d8d-4ee2-ba20-b6008b13c6e5",
"metadata": {},
"source": [
"# Transpiler plugins\n",
"# Install and use transpiler plugins\n",
"\n",
"To facilitate the development and reuse of custom transpilation code by the wider community of Qiskit users, Qiskit supports a plugin interface that enables third-party Python packages to declare that they provide extended transpilation functionality accessible via Qiskit.\n",
"\n",
Expand Down Expand Up @@ -358,7 +358,7 @@
"pygments_lexer": "ipython3",
"version": "3"
},
"title": "Transpiler plugins"
"title": "Install and use transpiler plugins"
},
"nbformat": 4,
"nbformat_minor": 4
Expand Down

0 comments on commit 9337456

Please sign in to comment.