Skip to content

Commit

Permalink
Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
markmuetz committed Apr 19, 2022
1 parent 9a48c0e commit 789c39a
Show file tree
Hide file tree
Showing 5 changed files with 65 additions and 29 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>remake 0.6.1 documentation &#8212; remake documentation</title>
<title>remake 0.6.2 documentation &#8212; remake documentation</title>

<link href="_static/css/theme.css" rel="stylesheet" />
<link href="_static/css/index.c5995385ac14fb8791e8eb36b4908be2.css" rel="stylesheet" />
Expand Down Expand Up @@ -176,7 +176,7 @@
<div>

<div class="section" id="remake-version-documentation">
<h1>remake 0.6.1 documentation<a class="headerlink" href="#remake-version-documentation" title="Permalink to this headline"></a></h1>
<h1>remake 0.6.2 documentation<a class="headerlink" href="#remake-version-documentation" title="Permalink to this headline"></a></h1>
<div class="section" id="introduction">
<h2>Introduction<a class="headerlink" href="#introduction" title="Permalink to this headline"></a></h2>
<p>Remake is a smart Python build tool, similar to <code class="docutils literal notranslate"><span class="pre">make</span></code>. It is file based – all inputs and outputs of each task are files. It uses a pure-Python implementation to define a set of tasks, where any tasks can depend on the output from previous tasks. It makes it easy to define complex task graphs, using a filename formatter for each task to define its inputs and outputs. It is smart, in that if any of the tasks or any of the input files to a task’s content changes, those tasks will be rerun. Subsequent tasks will only be rerun if their input has changed.</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Quickstart" href="quickstart.html" />
<link rel="prev" title="remake 0.6.1 documentation" href="index.html" />
<link rel="prev" title="remake 0.6.2 documentation" href="index.html" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="docsearch:language" content="en" />

Expand Down Expand Up @@ -175,7 +175,7 @@

<div class='prev-next-bottom'>

<a class='left-prev' id="prev-link" href="index.html" title="previous page">remake 0.6.1 documentation</a>
<a class='left-prev' id="prev-link" href="index.html" title="previous page">remake 0.6.2 documentation</a>
<a class='right-next' id="next-link" href="quickstart.html" title="next page">Quickstart</a>

</div>
Expand Down

0 comments on commit 789c39a

Please sign in to comment.