Skip to content

few more refs to the phobson fork #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 9, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions mpl-probscale/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,13 @@ or
Development builds
~~~~~~~~~~~~~~~~~~

Development builds are available through my conda channel:
This is a pure-python package, so building from source is easy on all platforms:

``conda install mpl-probscale --channel=conda-forge``
::

git clone [email protected]:matplotlib/mpl-probscale.git
cd mpl-probscale
pip install -e .


Quickstart
Expand Down
6 changes: 3 additions & 3 deletions mpl-probscale/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h1>Contributing<a class="headerlink" href="#contributing" title="Permalink to t
<h2>Types of Contributions<a class="headerlink" href="#types-of-contributions" title="Permalink to this headline">¶</a></h2>
<div class="section" id="report-bugs">
<h3>Report Bugs<a class="headerlink" href="#report-bugs" title="Permalink to this headline">¶</a></h3>
<p>Report bugs at <a class="reference external" href="https://github.com/phobson/probscale/issues">https://github.com/phobson/probscale/issues</a>.</p>
<p>Report bugs at <a class="reference external" href="https://github.com/matplotlib/mpl-probscale/issues">https://github.com/matplotlib/mpl-probscale/issues</a>.</p>
<p>If you are reporting a bug, please include:</p>
<ul class="simple">
<li>Your operating system name and version.</li>
Expand All @@ -165,7 +165,7 @@ <h3>Write Documentation<a class="headerlink" href="#write-documentation" title="
</div>
<div class="section" id="submit-feedback">
<h3>Submit Feedback<a class="headerlink" href="#submit-feedback" title="Permalink to this headline">¶</a></h3>
<p>The best way to send feedback is to file an issue at <a class="reference external" href="https://github.com/phobson/probscale/issues">https://github.com/phobson/probscale/issues</a>.</p>
<p>The best way to send feedback is to file an issue at <a class="reference external" href="https://github.com/matplotlib/mpl-probscale/issues">https://github.com/matplotlib/mpl-probscale/issues</a>.</p>
<p>If you are proposing a feature:</p>
<ul class="simple">
<li>Explain in detail how it would work.</li>
Expand Down Expand Up @@ -226,7 +226,7 @@ <h2>Pull Request Guidelines<a class="headerlink" href="#pull-request-guidelines"
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.</li>
<li>The pull request should work for Python 3.4 and higher. Check
<a class="reference external" href="https://travis-ci.org/phobson/probscale/pull_requests">https://travis-ci.org/phobson/probscale/pull_requests</a>
<a class="reference external" href="https://travis-ci.org/matplotlib/mpl-probscale/pull_requests">https://travis-ci.org/matplotlib/mpl-probscale/pull_requests</a>
and make sure that the tests pass for all supported Python versions.</li>
</ol>
</div>
Expand Down
8 changes: 6 additions & 2 deletions mpl-probscale/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,12 @@ <h3>Official releases<a class="headerlink" href="#official-releases" title="Perm
</div>
<div class="section" id="development-builds">
<h3>Development builds<a class="headerlink" href="#development-builds" title="Permalink to this headline">¶</a></h3>
<p>Development builds are available through my conda channel:</p>
<p><code class="docutils literal"><span class="pre">conda</span> <span class="pre">install</span> <span class="pre">mpl-probscale</span> <span class="pre">--channel=conda-forge</span></code></p>
<p>This is a pure-python package, so building from source is easy on all platforms:</p>
<div class="highlight-python"><div class="highlight"><pre><span></span>git clone [email protected]:matplotlib/mpl-probscale.git
cd mpl-probscale
pip install -e .
</pre></div>
</div>
</div>
</div>
<div class="section" id="quickstart">
Expand Down
Binary file modified mpl-probscale/objects.inv
Binary file not shown.
2 changes: 1 addition & 1 deletion mpl-probscale/searchindex.js

Large diffs are not rendered by default.