Skip to content

Commit

Permalink
Merge branch 'ci-linux'
Browse files Browse the repository at this point in the history
  • Loading branch information
christianspecht committed Aug 6, 2023
2 parents 93307cf + 1a8af4d commit c10d544
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
root = true

[*]
indent_style = space
indent_size = 4
2 changes: 1 addition & 1 deletion source/contribute-docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The source code `is here on GitHub <https://github.com/christianspecht/scm-backu
Headlines
---------

To make sure that the Read the docs Sphinx theme renders correctly, it's important that `the headline styling is consistent across the whole documentation <https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html#how-the-table-of-contents-builds>`_.
To make sure that the Read the docs Sphinx theme renders correctly, it's important that `the headline styling is consistent across the whole documentation <https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html#how-the-table-of-contents-displays>`_.

SCM Backup's documentation uses these stylings:

Expand Down
2 changes: 1 addition & 1 deletion source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ SCM Backup is a tool which makes offline backups of your cloud hosted source cod
- `Website <https://scm-backup.org/>`_
- `Download latest release <https://scm-backup.org/downloads/>`_

It's written in `.NET Core <https://dotnet.github.io/>`_, which means it's supposed to run on Windows, Linux and MacOS.
It's written in `.NET Core <https://dotnet.github.io/>`_, which means it runs on Windows, Linux and MacOS.


.. toctree::
Expand Down
4 changes: 3 additions & 1 deletion source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ If it's not on your machine, you can get it from the `official download page <ht

.. note::

So far, SCM Backup has been written and tested on Windows only. Technically, it should run on Linux and MacOS as well, but this has not been tested yet.
So far, SCM Backup has been written on Windows only. Technically, it should run on Linux and MacOS as well.

CI (including tests) is also `running on Linux <https://github.com/christianspecht/scm-backup/actions/workflows/ci-linux.yml>`_, and we *know* that there are users on Linux and MacOS.


Source control software
Expand Down

0 comments on commit c10d544

Please sign in to comment.