Skip to content

Commit

Permalink
2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
proura committed Sep 9, 2022
1 parent 26505aa commit c627c8d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 deletions.
20 changes: 17 additions & 3 deletions docs/source/_static/css/theme_override.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,21 @@
/*
FONTS
*/
@import url("http://overpass-30e2.kxcdn.com/overpass.css");

body,
button,
input,
select,
textarea {
font-family: 'Inconsolata', 'PT Mono', monospace;
/*font-family: 'Inconsolata', 'PT Mono', monospace;*/
/*font-family: 'Overpass', sans-serif !important;*/
}

h1, h2, h3, h4, h5, h6 {
font-family: 'Inconsolata', 'PT Sans Narrow', sans-serif;
/*font-family: 'Inconsolata', 'PT Sans Narrow', sans-serif;*/
/*font-family: 'Overpass', sans-serif !important;*/
color: #e30613;
}

h2 {
Expand All @@ -20,11 +25,20 @@ h2 {
}

p, li {
font-family: 'Overpass', sans-serif !important;
font-size: 15px !important;
line-height: 1.6em;
color: #666666;
}

.wy-nav-content a {
color: #e30613;
}

.wy-nav-content a:hover, a:focus, a:active {
color: #f47e3c;
}

/*
MAIN THEME
*/
Expand Down Expand Up @@ -88,7 +102,7 @@ div[class^='highlight'] {
padding: 1.5em;

/* Visual */
background-color: #343131;
background-color: #3c3c3c;
border-bottom: 7px solid #cc0000;
}

Expand Down
2 changes: 1 addition & 1 deletion docs/source/_templates/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<li><a href="https://docs.drlm.org/">Documentation</a></li>
<li><a href="https://drlm.org/download">Download</a></li>
<li><a href="https://drlm.org/community">Community</a></li>
<li><a href="https://drlm.org/events">Events</a></li>
<!-- <li><a href="https://drlm.org/events">Events</a></li> -->
<li><a href="https://drlm.org/news">News</a></li>
<li><a href="https://drlm.org/support">Support</a></li>
</ul>
Expand Down
10 changes: 6 additions & 4 deletions docs/source/backup_opers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -449,20 +449,21 @@ Help option:
Scheduler Management
~~~~~~~~~~~~~~~~~~~~

With this command you can **enable or disable** the job scheduler facility
or force to **run** jobs planned at "now" by running::
With this command you can **enable or disable** the job scheduler facility,
**enable or disable** an individual job or force to **run** jobs planned
at "now" by running::

drlm sched [options]

.. program:: `drlm sched` available options:

.. option:: -e, --enable

Enables job scheduler utility.
Enables job scheduler utility or and individual job if Job ID is specified.

.. option:: -d, --disable

Disables job scheduler utility.
Disables job scheduler utility or and individual job if Job ID is specified.

.. option:: -r, --run

Expand All @@ -471,6 +472,7 @@ or force to **run** jobs planned at "now" by running::
Examples::

~# drlm sched -e
~# drlm sched -e -I 25
~# drlm sched -r

Help option:
Expand Down

0 comments on commit c627c8d

Please sign in to comment.