Skip to content

Commit dc89050

Browse files
committed
doc: sphinx rebuild
1 parent eab80c8 commit dc89050

File tree

8 files changed

+23
-27
lines changed

8 files changed

+23
-27
lines changed

share/doc/git-cola/html/git-cola.html

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,6 @@
227227
<li class="toctree-l2"><a class="reference internal" href="#links">LINKS</a><ul>
228228
<li class="toctree-l3"><a class="reference internal" href="#git-cola-s-git-repository">Git Cola’s Git Repository</a></li>
229229
<li class="toctree-l3"><a class="reference internal" href="#git-cola-homepage">Git Cola Homepage</a></li>
230-
<li class="toctree-l3"><a class="reference internal" href="#mailing-list">Mailing List</a></li>
231230
</ul>
232231
</li>
233232
</ul>
@@ -1484,15 +1483,14 @@ <h2>FIPS SECURITY MODE<a class="headerlink" href="#fips-security-mode" title="Li
14841483
<h2>LINKS<a class="headerlink" href="#links" title="Link to this heading"></a></h2>
14851484
<section id="git-cola-s-git-repository">
14861485
<h3>Git Cola’s Git Repository<a class="headerlink" href="#git-cola-s-git-repository" title="Link to this heading"></a></h3>
1487-
<p><a class="reference external" href="https://github.com/git-cola/git-cola/">https://github.com/git-cola/git-cola/</a></p>
1486+
<ul class="simple">
1487+
<li><p><cite>Primary repository &lt;https://gitlab.com/git-cola/git-cola/&gt;_</cite>.</p></li>
1488+
<li><p><cite>Mirror repository &lt;https://github.com/git-cola/git-cola/&gt;_</cite>.</p></li>
1489+
</ul>
14881490
</section>
14891491
<section id="git-cola-homepage">
14901492
<h3>Git Cola Homepage<a class="headerlink" href="#git-cola-homepage" title="Link to this heading"></a></h3>
1491-
<p><a class="reference external" href="https://git-cola.github.io/">https://git-cola.github.io/</a></p>
1492-
</section>
1493-
<section id="mailing-list">
1494-
<h3>Mailing List<a class="headerlink" href="#mailing-list" title="Link to this heading"></a></h3>
1495-
<p><a class="reference external" href="https://groups.google.com/group/git-cola">https://groups.google.com/group/git-cola</a></p>
1493+
<p><a class="reference external" href="https://git-cola.gitlab.io/">https://git-cola.gitlab.io/</a></p>
14961494
</section>
14971495
</section>
14981496
</section>

share/doc/git-cola/html/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,6 @@ <h1>Git Cola Documentation<a class="headerlink" href="#git-cola-documentation" t
242242
<li class="toctree-l2"><a class="reference internal" href="git-cola.html#links">LINKS</a><ul>
243243
<li class="toctree-l3"><a class="reference internal" href="git-cola.html#git-cola-s-git-repository">Git Cola’s Git Repository</a></li>
244244
<li class="toctree-l3"><a class="reference internal" href="git-cola.html#git-cola-homepage">Git Cola Homepage</a></li>
245-
<li class="toctree-l3"><a class="reference internal" href="git-cola.html#mailing-list">Mailing List</a></li>
246245
</ul>
247246
</li>
248247
</ul>

share/doc/git-cola/html/relnotes.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,8 @@ <h2>Latest Release<a class="headerlink" href="#latest-release" title="Link to th
629629
</section>
630630
<section id="development-version">
631631
<h2>Development version<a class="headerlink" href="#development-version" title="Link to this heading"></a></h2>
632-
<p>Clone the git-cola repo to get the latest development version:</p>
633-
<p><code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">clone</span> <span class="pre">git://github.com/git-cola/git-cola.git</span></code></p>
632+
<p>Clone the git-cola repository to get the latest development version:</p>
633+
<p><code class="docutils literal notranslate"><span class="pre">git</span> <span class="pre">clone</span> <span class="pre">https://gitlab.com/git-cola/git-cola.git</span></code></p>
634634
</section>
635635
<section id="v4-4-2">
636636
<span id="id1"></span><h2>v4.4.2<a class="headerlink" href="#v4-4-2" title="Link to this heading"></a></h2>

share/doc/git-cola/html/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.

share/doc/git-cola/html/sources/git-cola.rst.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1347,12 +1347,10 @@ LINKS
13471347

13481348
Git Cola's Git Repository
13491349
-------------------------
1350-
https://github.com/git-cola/git-cola/
1350+
* `Primary repository <https://gitlab.com/git-cola/git-cola/>_`.
1351+
* `Mirror repository <https://github.com/git-cola/git-cola/>_`.
1352+
13511353

13521354
Git Cola Homepage
13531355
-----------------
1354-
https://git-cola.github.io/
1355-
1356-
Mailing List
1357-
------------
1358-
https://groups.google.com/group/git-cola
1356+
https://git-cola.gitlab.io/

share/doc/git-cola/html/sources/relnotes.rst.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Latest Release
1010
Development version
1111
===================
1212

13-
Clone the git-cola repo to get the latest development version:
13+
Clone the git-cola repository to get the latest development version:
1414

15-
``git clone git://github.com/git-cola/git-cola.git``
15+
``git clone https://gitlab.com/git-cola/git-cola.git``
1616

1717

1818
.. include:: ../CHANGES.rst

share/man/man1/git-cola.1

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "GIT-COLA" "1" "Nov 20, 2023" "4.4.1" "Python"
30+
.TH "GIT-COLA" "1" "Dec 29, 2023" "4.4.1" "Python"
3131
.SH NAME
3232
git-cola \- The highly caffeinated Git GUI
3333
.SH SYNOPSIS
@@ -1462,14 +1462,15 @@ MD5 is used only for the purposes of implementing the \fBcola/gravatar.py\fP
14621462
Gravatar client.
14631463
.SH LINKS
14641464
.SS Git Cola’s Git Repository
1465-
.sp
1466-
\fI\%https://github.com/git\-cola/git\-cola/\fP
1465+
.INDENT 0.0
1466+
.IP \(bu 2
1467+
\fIPrimary repository <https://gitlab.com/git\-cola/git\-cola/>_\fP\&.
1468+
.IP \(bu 2
1469+
\fIMirror repository <https://github.com/git\-cola/git\-cola/>_\fP\&.
1470+
.UNINDENT
14671471
.SS Git Cola Homepage
14681472
.sp
1469-
\fI\%https://git\-cola.github.io/\fP
1470-
.SS Mailing List
1471-
.sp
1472-
\fI\%https://groups.google.com/group/git\-cola\fP
1473+
\fI\%https://git\-cola.gitlab.io/\fP
14731474
.SH AUTHOR
14741475
David Aguilar and contributors
14751476
.\" Generated by docutils manpage writer.

share/man/man1/git-dag.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "GIT-DAG" "1" "Nov 20, 2023" "4.4.1" "Python"
30+
.TH "GIT-DAG" "1" "Dec 29, 2023" "4.4.1" "Python"
3131
.SH NAME
3232
git-dag \- The sleek and powerful Git history browser
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)