From f0da27144de5161b93a5e3f9e4e68f2b6c3b919f Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@ie.suberic.net> Date: Sun, 17 Feb 2013 10:52:07 +0000 Subject: [PATCH] Fix formatting of README. Apparently github and bitbucket lack some of the more obscure RsT rendering options. --- README.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index a1ce626..04480c5 100644 --- a/README.rst +++ b/README.rst @@ -7,14 +7,6 @@ chkcrontab Crontab linter ============== -.. sidebar:: Output Description - :subtitle: Whatcha talkin bout Willis? - - The output of ``chkcrontab`` is described on the `CheckCrontab`_ - wiki page. A link to it appears in the output if there were any - warnings or errors. It also suggests ways to fix the reported - issues. - chkcrontab is a script to check crontab files like those in ``/etc/cron.d`` and ``/etc/crontab``. It tries to catch glaring errors and warn on suspect lines in a crontab file. Some valid @@ -34,6 +26,14 @@ To see sample output for a bad crontab, run the following:: See the ``./tests/test_crontab.disable`` crontab for how to disable warnings and errors. +Output Description +~~~~~~~~~~~~~~~~~~ + +The output of ``chkcrontab`` is described on the `CheckCrontab`_ +wiki page. A link to it appears in the output if there were any +warnings or errors. It also suggests ways to fix the reported +issues. + Contributions ============= Contributions are welcome! Please add unit tests for new features -- GitLab