Skip to content

Commit

Permalink
Fix _container -> _layer_artist_container in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
astrofrog committed Feb 8, 2016
1 parent 323ddd1 commit 8436cda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/customizing_guide/full_custom_qt_viewer.rst
Expand Up @@ -204,7 +204,7 @@ the apparance of the layer as necessary before redrawing.

In the data viewer, when the user adds a dataset or a subset, the list of
layers should then be updated. The layers are kept in a list in the
``_container`` attribute of the data viewer, and layers can be added and
``_layer_artist_container`` attribute of the data viewer, and layers can be added and
removed with ``append`` and ``remove`` (both take one argument, which is a
specific layer artist). So when the user adds a dataset, the viewer should do
something along the lines of:
Expand All @@ -215,4 +215,4 @@ something along the lines of:

If the user removes a layer from the list of layers by e.g. hitting the
backspace key, the ``clear`` method is called, followed by the ``redraw``
method.
method.

0 comments on commit 8436cda

Please sign in to comment.