docs: refactor and general cleanup (#1992)

This commit is contained in:
ReenigneArcher 2024-01-07 11:58:13 -05:00 committed by GitHub
commit b5fae464b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 974 additions and 879 deletions

View file

@ -41,10 +41,10 @@ situations. For example if a system tray icon is added it should be localized as
std::string msg = boost::locale::translate("Hello world!");
.. Tip:: More examples can be found in the documentation for
.. tip:: More examples can be found in the documentation for
`boost locale <https://www.boost.org/doc/libs/1_70_0/libs/locale/doc/html/messages_formatting.html>`__.
.. Warning:: This is for information only. Contributors should never include manually updated template files, or
.. warning:: This is for information only. Contributors should never include manually updated template files, or
manually compiled language files in Pull Requests.
Strings are automatically extracted from the code to the `locale/sunshine.po` template file. The generated file is

View file

@ -59,5 +59,5 @@ Format inplace with rstfmt
Unit Testing
------------
.. Todo:: Sunshine does not currently have any unit tests. If you would like to help us improve please get in contact
.. todo:: Sunshine does not currently have any unit tests. If you would like to help us improve please get in contact
with us, or make a PR with suggested changes.