Skip to content

Commit

Permalink
gemfile for deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoelle committed May 22, 2024
1 parent 3c6db93 commit 49285c3
Show file tree
Hide file tree
Showing 99 changed files with 1,603 additions and 5,671 deletions.
20 changes: 10 additions & 10 deletions developer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,23 +96,23 @@ <h3 id="developers-guide">Developer’s Guide</h3>
</div>

<div class="tutorial">
<a class="title" href="/developer/docker/"><p>Using Docker with RevBayes</p>
<a class="title" href="/developer/automated_builds/"><p>Automated building and testing in RevBayes</p>
</a>
<p class="subtitle"><p>Containerized debugging and executeables</p>
<p class="subtitle"><p>Quick automated feedback on code changes</p>
</p>
</div>

<div class="tutorial">
<a class="title" href="/developer/tests/"><p>Integration Tests in RevBayes</p>
<a class="title" href="/developer/best_practices/"><p>Best practices in RevBayes</p>
</a>
<p class="subtitle"><p>Ensuring that code changes did not unexpectedly alter the software</p>
<p class="subtitle"><p>Coding and documentation guidelines</p>
</p>
</div>

<div class="tutorial">
<a class="title" href="/developer/tutorial/"><p>Contributing a RevBayes tutorial</p>
<a class="title" href="/developer/docker/"><p>Using Docker with RevBayes</p>
</a>
<p class="subtitle"><p>How to write and host a tutorial on this website</p>
<p class="subtitle"><p>Containerized debugging and executeables</p>
</p>
</div>

Expand All @@ -124,16 +124,16 @@ <h3 id="developers-guide">Developer’s Guide</h3>
</div>

<div class="tutorial">
<a class="title" href="/developer/best_practices/"><p>Best practices in RevBayes</p>
<a class="title" href="/developer/tests/"><p>Integration Tests in RevBayes</p>
</a>
<p class="subtitle"><p>Coding and documentation guidelines</p>
<p class="subtitle"><p>Ensuring that code changes did not unexpectedly alter the software</p>
</p>
</div>

<div class="tutorial">
<a class="title" href="/developer/automated_builds/"><p>Automated building and testing in RevBayes</p>
<a class="title" href="/developer/tutorial/"><p>Contributing a RevBayes tutorial</p>
</a>
<p class="subtitle"><p>Quick automated feedback on code changes</p>
<p class="subtitle"><p>How to write and host a tutorial on this website</p>
</p>
</div>

Expand Down
2 changes: 1 addition & 1 deletion developer/setup/eclipse.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h1 class="maintitle">Setting up Eclipse for RevBayes development</h1>

<h4 class="authors"></h4>
<h5>Last modified on August 31, 2018</h5>
<h5>Last modified on September 1, 2018</h5>
</div>

<p>Eclipse is a Java-based, cross-platform IDE with lots of nice features that make it convenient for RevBayes development. First, it’s cross-platform, and unlike Xcode, you can use any compiler you like (not just <code class="language-plaintext highlighter-rouge">clang</code>).</p>
Expand Down
2 changes: 1 addition & 1 deletion developer/setup/netbeans.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h1 class="maintitle"></h1>

<h4 class="authors"></h4>
<h5>Last modified on March 10, 2018</h5>
<h5>Last modified on March 11, 2018</h5>
</div>

<p>Conventions: File paths are relative to the repository root.</p>
Expand Down
2 changes: 1 addition & 1 deletion developer/setup/vim.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h1 class="maintitle">Setting up vim for RevBayes development</h1>

<h4 class="authors"></h4>
<h5>Last modified on March 10, 2018</h5>
<h5>Last modified on March 11, 2018</h5>
</div>

<p><a href="http://www.vim.org">Vim</a> is a text editor that some people love.
Expand Down
2 changes: 1 addition & 1 deletion developer/tutorial/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h1 class="maintitle">Contributing a RevBayes tutorial</h1>

<h4 class="authors"></h4>
<h5>Last modified on May 30, 2019</h5>
<h5>Last modified on May 31, 2019</h5>
</div>

<div class="sidebar no-print">
Expand Down
2 changes: 1 addition & 1 deletion tutorials/biogeo/biogeo_dating.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h1 class="maintitle">Biogeographic Dating of Divergence Times</h1>
<h3 class="subtitle">Estimating divergence times with molecular, biogeographic, and paleogeographic evidence under the Dispersal-Extirpation-Cladogenesis (DEC) model</h3>
<h4 class="authors">Michael J. Landis</h4>
<h5>Last modified on February 27, 2022</h5>
<h5>Last modified on February 28, 2022</h5>
</div>


Expand Down
2 changes: 1 addition & 1 deletion tutorials/biogeo/biogeo_simple.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<h1 class="maintitle">Simple Phylogenetic Analysis of Historical Biogeography</h1>
<h3 class="subtitle">Estimating ancestral ranges using the Dispersal-Extirpation-Cladogenesis (DEC) model</h3>
<h4 class="authors">Michael J. Landis</h4>
<h5>Last modified on February 27, 2022</h5>
<h5>Last modified on February 28, 2022</h5>
</div>


Expand Down
48 changes: 0 additions & 48 deletions tutorials/biogeo/old_stuff/plot_anc_range.R

This file was deleted.

58 changes: 0 additions & 58 deletions tutorials/biogeo/old_stuff/plot_anc_range.n4.R

This file was deleted.

11 changes: 0 additions & 11 deletions tutorials/biogeo/old_stuff/range_colors.epoch.n4.txt

This file was deleted.

46 changes: 0 additions & 46 deletions tutorials/biogeo/output copy/epoch.ase.tre

This file was deleted.

46 changes: 0 additions & 46 deletions tutorials/biogeo/output copy/epoch.mcc.tre

This file was deleted.

Loading

0 comments on commit 49285c3

Please sign in to comment.