Skip to content

Commit

Permalink
fix sphinx link
Browse files Browse the repository at this point in the history
  • Loading branch information
gagolews committed Jan 4, 2021
1 parent 346a88d commit e103754
Show file tree
Hide file tree
Showing 15 changed files with 9 additions and 9 deletions.
Binary file modified devel/sphinx/weave/figures/r_ssi-map-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified devel/sphinx/weave/figures/r_ssi-oecd-dendrogram-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions devel/sphinx/weave/r.Rmd
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# R Interface Examples

The R package `genieclust` is available on the
`CRAN <https://cran.r-project.org/web/packages/genieclust/>`_ repository.
The latest stable release of the R package `genieclust` is available from the
[CRAN](https://cran.r-project.org/web/packages/genieclust/) repository.
To install it, call:

```{r install, eval=FALSE}
Expand Down
4 changes: 2 additions & 2 deletions devel/sphinx/weave/r.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# R Interface Examples

The R package `genieclust` is available on the
`CRAN <https://cran.r-project.org/web/packages/genieclust/>`_ repository.
The latest stable release of the R package `genieclust` is available from the
[CRAN](https://cran.r-project.org/web/packages/genieclust/) repository.
To install it, call:


Expand Down
2 changes: 1 addition & 1 deletion devel/sphinx/weave/r.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
R Interface Examples
====================

The R package ``genieclust`` is available on the ``CRAN <https://cran.r-project.org/web/packages/genieclust/>``\ \_ repository. To install it, call:
The latest stable release of the R package ``genieclust`` is available from the `CRAN <https://cran.r-project.org/web/packages/genieclust/>`__ repository. To install it, call:

.. code:: r
Expand Down
Binary file modified docs/_images/r_ssi-map-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/_images/r_ssi-oecd-dendrogram-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/_sources/weave/r.rst.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
R Interface Examples
====================

The R package ``genieclust`` is available on the ``CRAN <https://cran.r-project.org/web/packages/genieclust/>``\ \_ repository. To install it, call:
The latest stable release of the R package ``genieclust`` is available from the `CRAN <https://cran.r-project.org/web/packages/genieclust/>`__ repository. To install it, call:

.. code:: r
Expand Down
Binary file modified docs/genieclust_plots-1.pdf
Binary file not shown.
Binary file modified docs/genieclust_plots-2.pdf
Binary file not shown.
Binary file modified docs/genieclust_plots-3.pdf
Binary file not shown.
Binary file modified docs/genieclust_plots-4.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/weave/r.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@

<div class="section" id="r-interface-examples">
<h1>R Interface Examples<a class="headerlink" href="#r-interface-examples" title="Permalink to this headline"></a></h1>
<p>The R package <code class="docutils literal notranslate"><span class="pre">genieclust</span></code> is available on the <code class="docutils literal notranslate"><span class="pre">CRAN</span> <span class="pre">&lt;https://cran.r-project.org/web/packages/genieclust/&gt;</span></code>_ repository. To install it, call:</p>
<p>The latest stable release of the R package <code class="docutils literal notranslate"><span class="pre">genieclust</span></code> is available from the <a class="reference external" href="https://cran.r-project.org/web/packages/genieclust/">CRAN</a> repository. To install it, call:</p>
<div class="highlight-r notranslate"><div class="highlight"><pre><span></span><span class="nf">install.packages</span><span class="p">(</span><span class="s">&quot;genieclust&quot;</span><span class="p">)</span>
</pre></div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion genieclust/genie.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

# ############################################################################ #
# #
# Copyleft (C) 2018-2020, Marek Gagolewski <https://www.gagolewski.com> #
# Copyleft (C) 2018-2021, Marek Gagolewski <https://www.gagolewski.com> #
# #
# #
# This program is free software: you can redistribute it and/or modify #
Expand Down

0 comments on commit e103754

Please sign in to comment.