Skip to content

Commit

Permalink
Generate docs: a0e4720
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 4, 2024
1 parent a2b772c commit 83d5eb3
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion dev-guide/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -766,6 +766,15 @@
</span>
</a>

</li>

<li class="md-nav__item">
<a href="#documentation" class="md-nav__link">
<span class="md-ellipsis">
Documentation
</span>
</a>

</li>

<li class="md-nav__item">
Expand Down Expand Up @@ -940,7 +949,7 @@ <h2 id="setting-up-a-development-environment">Setting up a development environme
$ cd py3status

# install you may need to use sudo to have required permissions
$ python setup.py develop
$ pip install -e .
</code></pre>
<p>you can now run py3status and any changes to the code you make will be
available after a reload.</p>
Expand All @@ -955,6 +964,13 @@ <h2 id="setting-up-a-development-environment">Setting up a development environme
</div>
<h2 id="python-versions">Python versions</h2>
<p>Starting with version 3.26, py3status will only run using python 3.</p>
<h2 id="documentation">Documentation</h2>
<p>Documentation pages are located under the docs/ folder.</p>
<p>To run the documentation site locally (useful for previewing changes), use:</p>
<pre><code class="language-bash"># you need to install hatch
# pip install --user hatch
hatch -e docs mkdocs serve
</code></pre>
<h2 id="tox">tox</h2>
<p>Py3status uses tox for testing. All submissions to the project must pass
testing. To install these via pip use</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 83d5eb3

Please sign in to comment.