Skip to content

Commit

Permalink
Merge pull request #618 from kimyen/release1.9.0
Browse files Browse the repository at this point in the history
update docs
  • Loading branch information
kimyen authored Sep 29, 2018
2 parents e486fca + 8cc2ab4 commit 41d939f
Show file tree
Hide file tree
Showing 26 changed files with 1,265 additions and 591 deletions.
2 changes: 1 addition & 1 deletion docs/build/html/.buildinfo
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: cdaea5e771744f488fdeaa9d2c01cd66
config: f44d763881eb2f384aa0384e43b7de52
tags: 645f666f9bcd5a90fca523b33c5a78b7
25 changes: 15 additions & 10 deletions docs/build/html/Activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Provenance &#8212; Synapse Python Client 1.8.2 documentation</title>
<title>Provenance &#8212; Synapse Python Client 1.9.0 documentation</title>
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Annotations" href="Annotations.html" />
Expand All @@ -38,12 +39,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="Evaluation.html" title="Evaluations"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Synapse Python Client 1.8.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">Synapse Python Client 1.9.0 documentation</a> &#187;</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Provenance</a><ul>
<li><a class="reference internal" href="#imports">Imports</a></li>
Expand Down Expand Up @@ -218,15 +219,19 @@ <h2>Activity<a class="headerlink" href="#activity" title="Permalink to this head
<dl class="method">
<dt id="synapseclient.activity.Activity.usedEntity">
<code class="descname">usedEntity</code><span class="sig-paren">(</span><em>target</em>, <em>targetVersion=None</em>, <em>wasExecuted=False</em><span class="sig-paren">)</span><a class="headerlink" href="#synapseclient.activity.Activity.usedEntity" title="Permalink to this definition"></a></dt>
<dd><p><strong>Deprecated</strong></p>
<p>See <code class="xref py py-func docutils literal notranslate"><span class="pre">synapseclient.Activity.used()</span></code>.</p>
<dd><p>See <code class="xref py py-func docutils literal notranslate"><span class="pre">synapseclient.Activity.used()</span></code>.</p>
<div class="deprecated">
<p><span class="versionmodified">Deprecated since version 1.9.0: </span>This will be removed in 2.0. Please use used() instead.</p>
</div>
</dd></dl>

<dl class="method">
<dt id="synapseclient.activity.Activity.usedURL">
<code class="descname">usedURL</code><span class="sig-paren">(</span><em>url</em>, <em>name=None</em>, <em>wasExecuted=False</em><span class="sig-paren">)</span><a class="headerlink" href="#synapseclient.activity.Activity.usedURL" title="Permalink to this definition"></a></dt>
<dd><p><strong>Deprecated</strong></p>
<p>See <code class="xref py py-func docutils literal notranslate"><span class="pre">synapseclient.Activity.used()</span></code>.</p>
<dd><p>See <code class="xref py py-func docutils literal notranslate"><span class="pre">synapseclient.Activity.used()</span></code>.</p>
<div class="deprecated">
<p><span class="versionmodified">Deprecated since version 1.9.0: </span>This will be removed in 2.0. Please use used() instead.</p>
</div>
</dd></dl>

</dd></dl>
Expand Down Expand Up @@ -255,13 +260,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="Evaluation.html" title="Evaluations"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Synapse Python Client 1.8.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">Synapse Python Client 1.9.0 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer">
&copy; <a href="http://sagebase.org/">Sage Bionetworks</a>.
Last updated on Aug 17, 2018.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
Last updated on Sep 28, 2018.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.1.
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
13 changes: 7 additions & 6 deletions docs/build/html/Annotations.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@
<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Annotations &#8212; Synapse Python Client 1.8.2 documentation</title>
<title>Annotations &#8212; Synapse Python Client 1.9.0 documentation</title>
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
<script type="text/javascript" src="_static/jquery.js"></script>
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<script async="async" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Wiki" href="Wiki.html" />
Expand All @@ -38,12 +39,12 @@ <h3>Navigation</h3>
<li class="right" >
<a href="Activity.html" title="Provenance"
accesskey="P">previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Synapse Python Client 1.8.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">Synapse Python Client 1.9.0 documentation</a> &#187;</li>
</ul>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h3><a href="index.html">Table Of Contents</a></h3>
<h3><a href="index.html">Table of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">Annotations</a><ul>
<li><a class="reference internal" href="#annotating-data-sources">Annotating data sources</a></li>
Expand Down Expand Up @@ -150,13 +151,13 @@ <h3>Navigation</h3>
<li class="right" >
<a href="Activity.html" title="Provenance"
>previous</a> |</li>
<li class="nav-item nav-item-0"><a href="index.html">Synapse Python Client 1.8.2 documentation</a> &#187;</li>
<li class="nav-item nav-item-0"><a href="index.html">Synapse Python Client 1.9.0 documentation</a> &#187;</li>
</ul>
</div>
<div class="footer">
&copy; <a href="http://sagebase.org/">Sage Bionetworks</a>.
Last updated on Aug 17, 2018.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.7.6.
Last updated on Sep 28, 2018.
Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.8.1.
</div>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
Loading

0 comments on commit 41d939f

Please sign in to comment.