Skip to content

Commit 3ba0314

Browse files
authored
Merge pull request #23 from reactome/develop
upgraded release
2 parents 4895004 + 091c613 commit 3ba0314

37 files changed

+14444
-97
lines changed

docs/analysis.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<html xmlns="http://www.w3.org/1999/xhtml">
55
<head>
66
<meta charset="utf-8" />
7-
<title>Analysis Service &#8212; reactome2py 0.0.8 documentation</title>
7+
<title>Analysis Service &#8212; reactome2py 1.0.0 documentation</title>
88
<link rel="stylesheet" href="static/alabaster.css" type="text/css" />
99
<link rel="stylesheet" href="static/pygments.css" type="text/css" />
1010
<script type="text/javascript" id="documentation_options" data-url_root="./" src="static/documentation_options.js"></script>
@@ -742,7 +742,7 @@ <h3 id="searchlabel">Quick search</h3>
742742
<div class="clearer"></div>
743743
</div>
744744
<div class="footer">
745-
&copy;2019, Nasim Sanati.
745+
&copy;2020, Nasim Sanati.
746746

747747
|
748748
Powered by <a href="http://sphinx-doc.org/">Sphinx 2.2.1</a>

docs/build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: c311ad315e1d4deef96755af88035066
3+
config: 2396cb4bacbbe90db61caff6f356703a
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Analysis Service
2+
=================
3+
4+
.. automodule:: reactome2py.analysis
5+
:members:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Content Service
2+
=================
3+
4+
.. automodule:: reactome2py.content
5+
:members:
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
.. reactome2py documentation master file on Mon Dec 2 16:09:04 2019.
2+
You can adapt this file completely to your liking, but it should at least
3+
contain the root `toctree` directive.
4+
5+
reactome2py Docs
6+
==================
7+
8+
The reactome2py package is a library of helper functions that wrap calls to the reactome’s http API endpoints. It also supplies a utility module that simplifies access to reactome open-data.
9+
10+
The reactome2py package is meant to facilitate communication between reactome tools and services with python.
11+
12+
If you are getting started with `reactome`, visit our user’s guide page documentation site at https://reactome.org/userguide
13+
14+
For more information on API services or data downloads, visit:
15+
16+
- https://reactome.org/dev
17+
- https://reactome.org/download-data
18+
19+
.. toctree::
20+
:maxdepth: 2
21+
:caption: Contents:
22+
23+
analysis
24+
content
25+
utils
26+
27+
Indices and tables
28+
^^^^^^^^^^^^^^^^^^
29+
30+
* :ref:`genindex`
31+
* :ref:`modindex`
32+
* :ref:`search`
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Utils
2+
=====
3+
4+
.. automodule:: reactome2py.utils
5+
:members:

0 commit comments

Comments
 (0)