Skip to content

Commit

Permalink
changed to pyramid theme
Browse files Browse the repository at this point in the history
  • Loading branch information
yaroslaff committed Nov 19, 2020
1 parent a18f049 commit 86a50bc
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
_build
.vscode
6 changes: 4 additions & 2 deletions Admin/Install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ Step 2a (recommended)
apt install git python3
git clone https://gitlab.com/yaroslaff/okerr-dev.git /opt/okerr
Step 2b (alternative: okerr sources are on host machine)
========================================================
Step 2b (alternative way: okerr sources are on host machine)
============================================================

You may use this method (2b) instead of recommended (2a) but it's harder and not recommended.

.. code-block:: shell
Expand Down
4 changes: 2 additions & 2 deletions User/Features.rst
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Among other, local checks will warn if:
- Log files are growing fast (e.g. mailserver is hacked and used to send spam or some problem exists and error messages are logged every second)
- Any SQL database anomaly, from db server is down and to "usually we have about 100 purchases every hour, and now just 10, probably something goes wrong".

`Full list of built-in local check modules <https://gitlab.com/yaroslaff/okerrupdate/-/wikis/basic%20okerrmod%20modules>`_.
`Full list of built-in local check modules <https://okerrupdate.readthedocs.io/en/latest/basic-okerrmod-modules.html>`_.

.. rubric:: Logical (Lamdba expressions)

Expand Down Expand Up @@ -85,7 +85,7 @@ Everything (client, libraries, server) are open-source. Interactions are based o

.. rubric:: Easy to integrate

If your software is in python or shell, you can use `okerrupdate <https://gitlab.com/yaroslaff/okerrupdate>`_ library. You can use your favorite HTTP client library for any other programming language.
If your software is in python or shell, you can use `okerrupdate <https://github.com/yaroslaff/okerrupdate>`_ library. You can use your favorite HTTP client library for any other programming language.

.. rubric:: Easy to extend

Expand Down
4 changes: 2 additions & 2 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@

#html_theme = 'alabaster'
#html_theme = 'nervproject'
html_theme = 'press'
#html_theme = 'press'
#html_theme = 'flask'

html_theme = 'pyramid'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down

0 comments on commit 86a50bc

Please sign in to comment.