Skip to content

Commit f6f27ed

Browse files
authored
Merge pull request #9 from reactome/develop
minor changes w content service fixes test and docs
2 parents 9c5c92d + 955d580 commit f6f27ed

File tree

17 files changed

+845
-508
lines changed

17 files changed

+845
-508
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ __pycache__/
1212
docs/build/doctrees/*
1313
docs/build/html/_sources/*
1414
docs/build/html/_static/*
15+
docs/build/html/.buildinfo
1516
build/*
1617
develop-eggs/
1718
dist/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Python client for Reactome content and analysis services API calls.
2424
```
2525
- Dockerfile
2626
```
27-
(sudo) docker build -t <tag-name>:latest
27+
(sudo) docker build -t <tag-name>:latest .
2828
(sudo) docker run -it --rm <tag-name>:latest
2929
```
3030

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: 43ca4e62ace6ba5b5b7991c905f8491a
3+
config: a20ea4cccd35d3ba23f0ea31c4bd4f3c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7

docs/build/html/analysis.html

Lines changed: 160 additions & 159 deletions
Large diffs are not rendered by default.

docs/build/html/content.html

Lines changed: 145 additions & 94 deletions
Large diffs are not rendered by default.

docs/build/html/genindex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<html xmlns="http://www.w3.org/1999/xhtml">
66
<head>
77
<meta charset="utf-8" />
8-
<title>Index &#8212; reactome2py 0.0.3 documentation</title>
8+
<title>Index &#8212; reactome2py 0.0.5 documentation</title>
99
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
1010
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
1111
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>

docs/build/html/index.html

Lines changed: 1 addition & 1 deletion
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>reactome2py Docs &#8212; reactome2py 0.0.3 documentation</title>
7+
<title>reactome2py Docs &#8212; reactome2py 0.0.5 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>

docs/build/html/py-modindex.html

Lines changed: 1 addition & 1 deletion
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>Python Module Index &#8212; reactome2py 0.0.3 documentation</title>
7+
<title>Python Module Index &#8212; reactome2py 0.0.5 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>

docs/build/html/search.html

Lines changed: 1 addition & 1 deletion
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>Search &#8212; reactome2py 0.0.3 documentation</title>
7+
<title>Search &#8212; reactome2py 0.0.5 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

docs/build/html/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)