Skip to content

Commit 3ad114b

Browse files
committed
sphinx-versioning render from publish.sh - Sun Mar 12 10:15:01 AM UTC 2023 - 587a7609212bf93fef0882e6e533df97bc6c9ca3
1 parent f60ebbc commit 3ad114b

14 files changed

Lines changed: 41 additions & 7 deletions

File tree

_sources/pr.rst.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ Talks & Presentations
1515
`Event <https://wiki.freebsd.org/DevSummit/201709>`__
1616
)
1717

18+
* Note: The remarks on ``keep_bookmarks`` are irrelevant as of zrepl 0.1 which introduced the zrepl-managed replication cursor bookmark.
19+
Read the `Overview <overview-how-replication-works>`_ section to learn more.

master/_sources/configuration/conflict_resolution.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.. include:: ../global.rst.inc
22

3+
.. _conflict_resolution-options:
34

45
Conflict Resolution Options
56
===========================

master/_sources/configuration/jobs.rst.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ Job Type ``push``
3030
- |snapshotting-spec|
3131
* - ``pruning``
3232
- |pruning-spec|
33+
* - ``replication``
34+
- |replication-options|
35+
* - ``conflict_resolution``
36+
- |conflict-resolution-options|
3337

3438
Example config: :sampleconf:`/push.yml`
3539

@@ -81,6 +85,10 @@ Job Type ``pull``
8185
| ``manual`` disables periodic pulling, replication then only happens on :ref:`wakeup <cli-signal-wakeup>`.
8286
* - ``pruning``
8387
- |pruning-spec|
88+
* - ``replication``
89+
- |replication-options|
90+
* - ``conflict_resolution``
91+
- |conflict-resolution-options|
8492

8593
Example config: :sampleconf:`/pull.yml`
8694

master/_sources/configuration/replication.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
.. include:: ../global.rst.inc
22

3+
.. _replication-options:
34

45
Replication Options
56
===================

master/configuration/conflict_resolution.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190

191191
<p class="scv-banner scv-sphinx_rtd_theme"><a href="../../stable/configuration/conflict_resolution.html"><b>Warning:</b> This document is for the development version of zrepl. The main version is stable.</a></p>
192192
<div class="section" id="conflict-resolution-options">
193-
<h1>Conflict Resolution Options<a class="headerlink" href="#conflict-resolution-options" title="Permalink to this headline"></a></h1>
193+
<span id="id1"></span><h1>Conflict Resolution Options<a class="headerlink" href="#conflict-resolution-options" title="Permalink to this headline"></a></h1>
194194
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">jobs</span><span class="p">:</span>
195195
<span class="o">-</span> <span class="nb">type</span><span class="p">:</span> <span class="n">push</span>
196196
<span class="n">filesystems</span><span class="p">:</span> <span class="o">...</span>

master/configuration/jobs.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,12 @@
230230
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">pruning</span></code></td>
231231
<td><a class="reference internal" href="prune.html#prune"><span class="std std-ref">pruning specification</span></a></td>
232232
</tr>
233+
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">replication</span></code></td>
234+
<td><a class="reference internal" href="replication.html#replication-options"><span class="std std-ref">replication options</span></a></td>
235+
</tr>
236+
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">conflict_resolution</span></code></td>
237+
<td><a class="reference internal" href="conflict_resolution.html#conflict-resolution-options"><span class="std std-ref">conflict resolution options</span></a></td>
238+
</tr>
233239
</tbody>
234240
</table>
235241
<p>Example config: <a class="reference external" href="https://github.com/zrepl/zrepl/blob/master/config/samples/push.yml">config/samples/push.yml</a></p>
@@ -300,6 +306,12 @@
300306
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">pruning</span></code></td>
301307
<td><a class="reference internal" href="prune.html#prune"><span class="std std-ref">pruning specification</span></a></td>
302308
</tr>
309+
<tr class="row-even"><td><code class="docutils literal notranslate"><span class="pre">replication</span></code></td>
310+
<td><a class="reference internal" href="replication.html#replication-options"><span class="std std-ref">replication options</span></a></td>
311+
</tr>
312+
<tr class="row-odd"><td><code class="docutils literal notranslate"><span class="pre">conflict_resolution</span></code></td>
313+
<td><a class="reference internal" href="conflict_resolution.html#conflict-resolution-options"><span class="std std-ref">conflict resolution options</span></a></td>
314+
</tr>
303315
</tbody>
304316
</table>
305317
<p>Example config: <a class="reference external" href="https://github.com/zrepl/zrepl/blob/master/config/samples/pull.yml">config/samples/pull.yml</a></p>

master/configuration/replication.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191

192192
<p class="scv-banner scv-sphinx_rtd_theme"><a href="../../stable/configuration/replication.html"><b>Warning:</b> This document is for the development version of zrepl. The main version is stable.</a></p>
193193
<div class="section" id="replication-options">
194-
<h1>Replication Options<a class="headerlink" href="#replication-options" title="Permalink to this headline"></a></h1>
194+
<span id="id1"></span><h1>Replication Options<a class="headerlink" href="#replication-options" title="Permalink to this headline"></a></h1>
195195
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">jobs</span><span class="p">:</span>
196196
<span class="o">-</span> <span class="nb">type</span><span class="p">:</span> <span class="n">push</span>
197197
<span class="n">filesystems</span><span class="p">:</span> <span class="o">...</span>

master/objects.inv

20 Bytes
Binary file not shown.

master/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pr.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,11 @@
179179
<a class="reference external" href="https://www.youtube.com/watch?v=c1LKeyP1mos&amp;t=2316s">55min Recording</a>,
180180
<a class="reference external" href="https://docs.google.com/presentation/d/1EmmeEvOXAWJHCVnOS9-TTsxswbcGKmeLWdY_6BH4w0Q/edit?usp=sharing">Slides</a>,
181181
<a class="reference external" href="https://wiki.freebsd.org/DevSummit/201709">Event</a>
182-
)</li>
182+
)<ul>
183+
<li>Note: The remarks on <code class="docutils literal notranslate"><span class="pre">keep_bookmarks</span></code> are irrelevant as of zrepl 0.1 which introduced the zrepl-managed replication cursor bookmark.
184+
Read the <a class="reference external" href="overview-how-replication-works">Overview</a> section to learn more.</li>
185+
</ul>
186+
</li>
183187
</ul>
184188
</div>
185189

0 commit comments

Comments
 (0)