Skip to content
Snippets Groups Projects
Commit 5eda5812 authored by marco's avatar marco
Browse files

minor update to docs

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2651 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent abb925c7
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@ Installing OpenStructure From Source
This document describes how to install OpenStructure from source. If you are
mainly insterested in using OpenStructure and are not planning to modify the
code of OpenStructure itself, please use one of the binaries `available for
download <http://openstructure.org/download/>`_.
download <http://www.openstructure.org/download/>`_.
Brief Overview
--------------------------------------------------------------------------------
......
......@@ -37,7 +37,7 @@ In fact, this is the preferred way to use functionality of the scene. As an easy
.. code-block:: python
scene.background=gfx.WHITE
scene.SetBackground(gfx.WHITE)
Now, the color of the screen has changed to white. To set it back to black, simply assign :obj:`gfx.BLACK` to the background property.
......@@ -54,7 +54,7 @@ manipulated:
obj.SetColor(gfx.RED)
The last command assigns a uniform red coloring to all atoms.
The last command assigns a uniform red color to all atoms.
The Graphical Entity
......
......@@ -107,6 +107,14 @@ The SequenceHandle
# a gap"
print s.GetResidueIndex(3)
.. method:: GetResidue(pos)
As, :meth:`GetResidueIndex`, but directly returns the residue view. If no
view is attached, or if the position is a gap, an invalid residue view
is returned.
:rtype: :class:`~ost.mol.ResidueView`
.. method:: GetLastNonGap()
Get position of last non-gap character in sequence. In case of an empty
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment