summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'editing.html')
-rw-r--r--editing.html46
1 files changed, 22 insertions, 24 deletions
diff --git a/editing.html b/editing.html
index 88c40ea..8d78cbd 100644
--- a/editing.html
+++ b/editing.html
@@ -5,22 +5,23 @@
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
+ <meta name="viewport" content="width=device-width, initial-scale=1"><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Editing and publishing updates to this Guide &#8212; Gentoo Policy Guide documentation</title>
- <link rel="stylesheet" href="_static/tyrian-sphinx-theme.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <link rel="stylesheet" href="_static/custom.css" type="text/css" />
+ <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
+ <link rel="stylesheet" type="text/css" href="_static/tyrian-sphinx-theme.css?v=637b0b67" />
+ <link rel="stylesheet" type="text/css" href="_static/custom.css?v=56c4699f" />
<link rel="icon" href="https://www.gentoo.org/favicon.ico" type="image/x-icon">
<link href="https://assets.gentoo.org/tyrian/bootstrap.min.css" rel="stylesheet" media="screen">
<link href="https://assets.gentoo.org/tyrian/tyrian.min.css" rel="stylesheet" media="screen">
- <link rel="stylesheet" type="text/css" href="_static/pygments.css" />
- <link rel="stylesheet" type="text/css" href="_static/tyrian-sphinx-theme.css" />
+ <link rel="stylesheet" type="text/css" href="_static/pygments.css?v=fa44fd50" />
+ <link rel="stylesheet" type="text/css" href="_static/tyrian-sphinx-theme.css?v=637b0b67" />
+ <link rel="stylesheet" type="text/css" href="_static/custom.css?v=56c4699f" />
<script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
- <script data-url_root="./" id="documentation_options" src="_static/documentation_options.js"></script>
- <script src="_static/doctools.js"></script>
- <script src="_static/sphinx_highlight.js"></script>
+ <script src="_static/documentation_options.js?v=5929fcd5"></script>
+ <script src="_static/doctools.js?v=888ff710"></script>
+ <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Dependencies" href="dependencies.html" />
@@ -133,9 +134,9 @@
<section id="editing-and-publishing-updates-to-this-guide">
-<h1>Editing and publishing updates to this Guide<a class="headerlink" href="#editing-and-publishing-updates-to-this-guide" title="Permalink to this heading">¶</a></h1>
+<h1>Editing and publishing updates to this Guide<a class="headerlink" href="#editing-and-publishing-updates-to-this-guide" title="Link to this heading">¶</a></h1>
<section id="formatting-and-style">
-<h2>Formatting and style<a class="headerlink" href="#formatting-and-style" title="Permalink to this heading">¶</a></h2>
+<h2>Formatting and style<a class="headerlink" href="#formatting-and-style" title="Link to this heading">¶</a></h2>
<p>While editing the Guide, please respect the existing formatting rules.
Notably:</p>
<ul class="simple">
@@ -150,7 +151,7 @@ rules match multiple chapters, choose the one that fits it best. Make
sure to match existing keywords in index.</p>
</section>
<section id="getting-sources">
-<h2>Getting sources<a class="headerlink" href="#getting-sources" title="Permalink to this heading">¶</a></h2>
+<h2>Getting sources<a class="headerlink" href="#getting-sources" title="Link to this heading">¶</a></h2>
<p>The reference repository is hosted at git.gentoo.org, and available
via <a class="reference external" href="https://gitweb.gentoo.org/proj/policy-guide.git/">proj/policy-guide.git gitweb</a>. To clone it:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="c1"># via https</span>
@@ -164,7 +165,7 @@ the GitHub <a class="reference external" href="https://github.com/gentoo/policy-
instead.</p>
</section>
<section id="building">
-<h2>Building<a class="headerlink" href="#building" title="Permalink to this heading">¶</a></h2>
+<h2>Building<a class="headerlink" href="#building" title="Link to this heading">¶</a></h2>
<p>A tox-file is provided to build the Guide in a virtualenv, installing
all necessary dependencies. To build the HTML version, run:</p>
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">tox</span>
@@ -177,13 +178,13 @@ as a command-line argument, e.g.:</p>
</div>
</section>
<section id="sending-contributions">
-<h2>Sending contributions<a class="headerlink" href="#sending-contributions" title="Permalink to this heading">¶</a></h2>
+<h2>Sending contributions<a class="headerlink" href="#sending-contributions" title="Link to this heading">¶</a></h2>
<p>Changes to this document can be either submitted to <a class="reference external" href="https://bugs.gentoo.org/enter_bug.cgi?product=Documentation&amp;component=Policy+Guide">Policy Manual
Gentoo Bugzilla component</a> as git-format patches attached to the bugs,
or to <a class="reference external" href="https://github.com/gentoo/policy-guide">gentoo/policy-guide repository</a> as pull requests.</p>
</section>
<section id="merging-pull-requests">
-<h2>Merging pull requests<a class="headerlink" href="#merging-pull-requests" title="Permalink to this heading">¶</a></h2>
+<h2>Merging pull requests<a class="headerlink" href="#merging-pull-requests" title="Link to this heading">¶</a></h2>
<p>The recommended way to merge pull requests is to use
<code class="docutils literal notranslate"><span class="pre">app-portage/pram</span></code>. To configure the remote before the first use,
run the following command in your checkout:</p>
@@ -196,7 +197,7 @@ run the following command in your checkout:</p>
</div>
</section>
<section id="publishing">
-<h2>Publishing<a class="headerlink" href="#publishing" title="Permalink to this heading">¶</a></h2>
+<h2>Publishing<a class="headerlink" href="#publishing" title="Link to this heading">¶</a></h2>
<p>The built version of Policy Guide is currently published via a git
repository. The recommended method is to clone the repository
into <code class="docutils literal notranslate"><span class="pre">_build/html</span></code> in order to make Sphinx output into the checkout:</p>
@@ -293,7 +294,7 @@ into <code class="docutils literal notranslate"><span class="pre">_build/html</s
<h3 class="footerhead">Gentoo Policy Guide </h3>
<div class="row">
<div class="col-xs-12 col-md-4">
- <span class="kk-group-header">Powered by</span><br><span><a href="http://sphinx-doc.org/">Sphinx 6.2.1</a> &amp; <a href="https://github.com/mmagorsc/tyrian_sphinx_theme">Tyrian Theme 0.0.7</a></span>
+ <span class="kk-group-header">Powered by</span><br><span><a href="http://sphinx-doc.org/">Sphinx 7.2.6</a> &amp; <a href="https://github.com/mmagorsc/tyrian_sphinx_theme">Tyrian Theme 0.0.8</a></span>
</div>
<div class="col-xs-12 col-md-4">
</div>
@@ -307,16 +308,13 @@ into <code class="docutils literal notranslate"><span class="pre">_build/html</s
</div>
</div>
<div class="row">
- <div class="col-xs-2 col-sm-3 col-md-2">
- <ul class="footerlinks three-icons">
- <li><a href="https://twitter.com/gentoo" title="@Gentoo on Twitter"><span class="fa fa-twitter fa-fw"></span></a></li>
- <li><a href="https://www.facebook.com/gentoo.org" title="Gentoo on Facebook"><span class="fa fa-facebook fa-fw"></span></a></li>
- </ul>
+ <div class="text-center">
+ <a href="https://wiki.gentoo.org/wiki/Foundation:Privacy_Policy">Privacy Policy</a>
</div>
<div class="col-xs-10 col-sm-9 col-md-10">
- <strong>© 2001–2023 Gentoo Authors</strong><br>
+ <strong>© 2001–2024 Gentoo Authors</strong><br>
<small>
- Gentoo is a trademark of the Gentoo Foundation, Inc.
+ Gentoo is a trademark of the Gentoo Foundation, Inc. and of Förderverein Gentoo e.V.
The contents of this document, unless otherwise expressly stated, are licensed under the
<a href="https://creativecommons.org/licenses/by-sa/4.0/" rel="license">CC-BY-SA-4.0</a> license.
The <a href="https://www.gentoo.org/inside-gentoo/foundation/name-logo-guidelines.html">Gentoo Name and Logo Usage Guidelines</a> apply.