Skip to content

Commit

Permalink
deploy: 2576f68
Browse files Browse the repository at this point in the history
  • Loading branch information
sbillinge committed Jul 21, 2024
1 parent 4df4547 commit 8f7f089
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file removed _images/cv.png
Binary file not shown.
6 changes: 3 additions & 3 deletions _sources/index.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ able to:

Databases may be file-based (JSON and YAML) or MongoDB-based.

Regolith is developed as a `regro project <https://regro.github.io/>`_
Regolith is developed as a `regro project <https://github.com/regro/regolith>`_

Example Sites
=============
Expand Down Expand Up @@ -65,7 +65,7 @@ Next, clone the GitHub repository with the handy beginning database template

.. code-block:: sh
$ git clone [email protected]:sbillinge/regolithdb-cookiecutter.git
$ git clone [email protected]/sbillinge/regolithdb-cookiecutter.git
to get it using SSH or

Expand Down Expand Up @@ -293,7 +293,7 @@ that project and hitting the :bash:`recompile` button.
Whether it builds on your computer or on overleaf, it should look something like
.. image:: _static/cv.png
.. image:: ../_static/cv.pdf
If, for some reason, the publication list doesn't render
correctly, try running the latex command again. If you are going to
Expand Down
Binary file removed _static/cv.png
Binary file not shown.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ <h1>Regolith<a class="headerlink" href="#regolith" title="Link to this heading">
<li><p>Act as a grade book for your courses, and more!</p></li>
</ul>
<p>Databases may be file-based (JSON and YAML) or MongoDB-based.</p>
<p>Regolith is developed as a <a class="reference external" href="https://regro.github.io/">regro project</a></p>
<p>Regolith is developed as a <a class="reference external" href="https://github.com/regro/regolith">regro project</a></p>
</section>
<section id="example-sites">
<h1>Example Sites<a class="headerlink" href="#example-sites" title="Link to this heading"></a></h1>
Expand Down Expand Up @@ -143,7 +143,7 @@ <h2>1. Make your first database<a class="headerlink" href="#make-your-first-data
</pre></div>
</div>
<p>Next, clone the GitHub repository with the handy beginning database template</p>
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>git<span class="w"> </span>clone<span class="w"> </span>[email protected]:sbillinge/regolithdb-cookiecutter.git
<div class="highlight-sh notranslate"><div class="highlight"><pre><span></span>$<span class="w"> </span>git<span class="w"> </span>clone<span class="w"> </span>[email protected]/sbillinge/regolithdb-cookiecutter.git
</pre></div>
</div>
<p>to get it using SSH or</p>
Expand Down Expand Up @@ -333,7 +333,7 @@ <h1>Quick(ish) Start<a class="headerlink" href="#quick-ish-start" title="Link to
project, uploading the <code class="code highlight bash docutils literal highlight-bash">&lt;filename&gt;.tex</code> and <code class="code highlight bash docutils literal highlight-bash">&lt;filename&gt;.bib</code> files to
that project and hitting the <code class="code highlight bash docutils literal highlight-bash">recompile</code> button.</p>
<p>Whether it builds on your computer or on overleaf, it should look something like</p>
<img alt="_images/cv.png" src="_images/cv.png" />
<img alt="../_static/cv.pdf" src="../_static/cv.pdf" />
<p>If, for some reason, the publication list doesn’t render
correctly, try running the latex command again. If you are going to
do much building with regolith it is definitely recommended to install latex on
Expand Down

0 comments on commit 8f7f089

Please sign in to comment.