Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
urmi-21 committed Jan 13, 2021
1 parent 3245bb0 commit f519624
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion docs/source/cookbook.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Cookbook

Using SRA objects
----------------------

.. code-block::
from pyrpipe.sra import SRA #imports the SRA class
Expand Down Expand Up @@ -46,4 +47,22 @@ Using SRA objects
Using Mapping objects
----------------------
----------------------

.. code-block::
from pyrpipe.mapping import Star
#create a star object
star=Star(index='path_to_star_index')

0 comments on commit f519624

Please sign in to comment.