From 5eda5812005ba387e6dabdf0a73f62e18341244e Mon Sep 17 00:00:00 2001
From: marco <marco@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Wed, 18 Aug 2010 09:59:12 +0000
Subject: [PATCH] minor update to docs

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2651 5a81b35b-ba03-0410-adc8-b2c5c5119f08
---
 modules/doc/install.rst      | 2 +-
 modules/doc/intro-03.rst     | 4 ++--
 modules/seq/base/doc/seq.rst | 8 ++++++++
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/modules/doc/install.rst b/modules/doc/install.rst
index 671595eba..abd0b2b88 100644
--- a/modules/doc/install.rst
+++ b/modules/doc/install.rst
@@ -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
 --------------------------------------------------------------------------------
diff --git a/modules/doc/intro-03.rst b/modules/doc/intro-03.rst
index c2d6713d7..be0d793b0 100644
--- a/modules/doc/intro-03.rst
+++ b/modules/doc/intro-03.rst
@@ -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
diff --git a/modules/seq/base/doc/seq.rst b/modules/seq/base/doc/seq.rst
index 7deafe22e..9d6e8d213 100644
--- a/modules/seq/base/doc/seq.rst
+++ b/modules/seq/base/doc/seq.rst
@@ -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
-- 
GitLab