Переглянути джерело

Don't use Sphinx specific syntax in the introduction features table, because
that will skew the table causing it to be malformed.

Ask Solem 15 роки тому
батько
коміт
858e6579e2
2 змінених файлів з 2 додано та 2 видалено
  1. 1 1
      README.rst
  2. 1 1
      docs/includes/introduction.txt

+ 1 - 1
README.rst

@@ -76,7 +76,7 @@ Features
     |                 | while the queue is temporarily overloaded).        |
     |                 | while the queue is temporarily overloaded).        |
     +-----------------+----------------------------------------------------+
     +-----------------+----------------------------------------------------+
     | Concurrency     | Tasks are executed in parallel using the           |
     | Concurrency     | Tasks are executed in parallel using the           |
-    |                 | ``multiprocessing`` module.                     |
+    |                 | ``multiprocessing`` module.                        |
     +-----------------+----------------------------------------------------+
     +-----------------+----------------------------------------------------+
     | Scheduling      | Supports recurring tasks like cron, or specifying  |
     | Scheduling      | Supports recurring tasks like cron, or specifying  |
     |                 | an exact date or countdown for when after the task |
     |                 | an exact date or countdown for when after the task |

+ 1 - 1
docs/includes/introduction.txt

@@ -73,7 +73,7 @@ Features
     |                 | while the queue is temporarily overloaded).        |
     |                 | while the queue is temporarily overloaded).        |
     +-----------------+----------------------------------------------------+
     +-----------------+----------------------------------------------------+
     | Concurrency     | Tasks are executed in parallel using the           |
     | Concurrency     | Tasks are executed in parallel using the           |
-    |                 | :mod:`multiprocessing` module.                     |
+    |                 | ``multiprocessing`` module.                        |
     +-----------------+----------------------------------------------------+
     +-----------------+----------------------------------------------------+
     | Scheduling      | Supports recurring tasks like cron, or specifying  |
     | Scheduling      | Supports recurring tasks like cron, or specifying  |
     |                 | an exact date or countdown for when after the task |
     |                 | an exact date or countdown for when after the task |