I've been running into variations in style in the docs I've edited so far. I've been including changes for consistency in with other commits but in many cases that makes one part of one doc more consistent with the rest but less consistent with itself. It seems like a bit of cleanup may be in order. This change applies the following conventions: - Section heading heirarchy: #. ``=`` with overline for document title, IOW first heading #. ``-`` #. ``~`` #. ``"`` - Two newlines before ``-`` sections for readability - A newline between every section of any level and the first line of text - Wrap paragraph lines at 88 characters to match Python's Black I've only applied these changes to those ``*.rst`` files that aren't generated. In the future, I might suggest another bulk change to match [the Sphinx conventions for section headings](https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html#sections).
35 lines
661 B
ReStructuredText
35 lines
661 B
ReStructuredText
Install by Platform
|
|
===================
|
|
|
|
``ytdl-sub`` can be installed on the following platforms.
|
|
|
|
All installations require a 64-bit CPU. 32-bit is not supported.
|
|
|
|
.. margin::
|
|
|
|
.. tip::
|
|
|
|
The recommended install method of ``ytdl-sub`` is one of our :doc:`docker containers
|
|
</guides/install/docker>`.
|
|
|
|
:doc:`/guides/install/docker`
|
|
|
|
:doc:`/guides/install/unraid`
|
|
|
|
:doc:`/guides/install/linux`
|
|
|
|
:doc:`/guides/install/windows`
|
|
|
|
:doc:`/guides/install/agnostic`
|
|
|
|
Once you've completed your installation, please refer to the
|
|
:doc:`../getting_started/index` guide for next steps
|
|
|
|
.. toctree::
|
|
:hidden:
|
|
|
|
docker
|
|
linux
|
|
unraid
|
|
windows
|
|
agnostic
|