Skip to content

Commit cdcee82

Browse files
authored
Merge pull request #12 from galaxy-genome-annotation/docfix
Update doc
2 parents 7ea7df8 + eaffe83 commit cdcee82

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ Examples
1616

1717
.. code:: python
1818
19-
from apollo import WebApolloInstance
20-
wa = WebApolloInstance('https://fqdn/apollo', 'jane.doe@fqdn.edu', 'password')
19+
from apollo import ApolloInstance
20+
wa = ApolloInstance('https://fqdn/apollo', 'jane.doe@fqdn.edu', 'password')
2121
2222
orgs = wa.organisms.add_organism(
2323
"Yeast",
@@ -93,4 +93,3 @@ Support
9393
-------
9494

9595
This material is based upon work supported by the National Science Foundation under Grant Number (Award 1565146)
96-

docs/api_examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ Examples
33

44
.. code:: python
55
6-
from apollo import WebApolloInstance
7-
wa = WebApolloInstance('https://fqdn/apollo', 'jane.doe@fqdn.edu', 'password')
6+
from apollo import ApolloInstance
7+
wa = ApolloInstance('https://fqdn/apollo', 'jane.doe@fqdn.edu', 'password')
88
99
orgs = wa.organisms.add_organism(
1010
"Yeast",

0 commit comments

Comments
 (0)