diff --git a/modules/seq/base/doc/seq.rst b/modules/seq/base/doc/seq.rst
index 254082fe0930b87605b50d54e4f382d5690c1c54..c370c1a4015b9759912b5fb47dd5d4f401c7bb65 100644
--- a/modules/seq/base/doc/seq.rst
+++ b/modules/seq/base/doc/seq.rst
@@ -503,6 +503,16 @@ single columns containing amino acid frequencies and transition probabilities.
     :param col:  Column to add
     :type col:  :class:`HMMColumn`
 
+  .. method:: Extract(from,to)
+
+    :param from:  Col Idx to start from
+    :param to:  End Idx, not included in sub-HMM
+
+    :type from:  :class:`int`
+    :type to:  :class:`int`
+
+    :returns:  sub-HMM as defined by given indices
+
   .. attribute:: sequence
 
     Sequence of the columns