Skip to content

Commit

Permalink
More minor fixups.
Browse files Browse the repository at this point in the history
  • Loading branch information
ceball committed Jul 6, 2017
1 parent 1e146f8 commit d3299be
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/user_guide/01-Annotating_Data.ipynb
Expand Up @@ -227,7 +227,7 @@
"source": [
"As shown above, ``group`` and ``label`` have been used generate sensible titles. The ``group`` is expected to specify what the element corresponds to at the level of its type, while the ``label`` is used to specify a particular element in a group.\n",
"\n",
"The ``group`` and ``label`` system is used for indexing, as we will see in the following [Composing_Elements](./02-Composing_Elements.ipynb) guide, as well as for [Customizing Plots](./03-Customizing_Plots.ipynb)."
"The ``group`` and ``label`` system also allows [Customizing Plots](./03-Customizing_Plots.ipynb), and it is used for indexing, as we will see in the following [Composing_Elements](./02-Composing_Elements.ipynb) guide."
]
}
],
Expand Down
7 changes: 7 additions & 0 deletions examples/user_guide/02-Composing_Elements.ipynb
Expand Up @@ -378,6 +378,13 @@
"\n",
"In a code cell and you should see the first levels of indexing (``Curve`` and ``Scatter``) conveniently listed at the top. If this is not the case, you may need to enable improved tab-completion as described in [Configuring HoloViews](../../../user_guide/Configuring_HoloViews.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Having seen how to compose elements, the next section shows how to [customize your plots](../../../user_guide/03-Customizing_Plots.ipynb)."
]
}
],
"metadata": {
Expand Down

0 comments on commit d3299be

Please sign in to comment.