Skip to content

Commit

Permalink
docs: Fix malformed table
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <[email protected]>
  • Loading branch information
miurahr committed Mar 8, 2022
1 parent 0caec18 commit 47021d7
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -336,19 +336,19 @@ Dependencies

There are several dependencies to support algorithms and CLI expressions.

=================== ================================
Package Purpose
=================== ================================
`Pycryptodomex`_ 7zAES encryption
`PyZstd`_ ZStandard compression
`PyPPMd`_ PPMd compression
`Brotli`_ Brotli compression (CPython)
`BrotliCFFI`_ Brotli compression (PyPy)
`zipfile-deflate64`_ DEFLATE64 decompression
`pybcj`_ BCJ filter
`multivolumefile`_ Multi-volume archive read/write
`texttable`_ CLI formatter
=================== ================================
===================== ===============================
Package Purpose
===================== ===============================
`PyCryptodomex`_ 7zAES encryption
`PyZstd`_ ZStandard compression
`PyPPMd`_ PPMd compression
`Brotli`_ Brotli compression (CPython)
`BrotliCFFI`_ Brotli compression (PyPy)
`zipfile-deflate64`_ DEFLATE64 decompression
`pybcj`_ BCJ filters
`multivolumefile`_ Multi-volume archive read/write
`texttable`_ CLI formatter
===================== ===============================


.. _`Pycryptodomex` : https://www.pycryptodome.org/en/latest/index.html
Expand Down
26 changes: 13 additions & 13 deletions docs/user_guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,19 +32,19 @@ Dependencies

There are several dependencies to support algorithms and CLI expressions.

================== ===============================
Package Purpose
================== ===============================
`PyCryptodomex`_ 7zAES encryption
`PyZstd`_ ZStandard compression
`PyPPMd`_ PPMd compression
`Brotli`_ Brotli compression (CPython)
`BrotliCFFI`_ Brotli compression (PyPy)
`zipfile-deflate64`_ DEFLATE64 decompression
`pybcj`_ BCJ filters
`multivolumefile`_ Multi-volume archive read/write
`texttable`_ CLI formatter
================== ===============================
===================== ===============================
Package Purpose
===================== ===============================
`PyCryptodomex`_ 7zAES encryption
`PyZstd`_ ZStandard compression
`PyPPMd`_ PPMd compression
`Brotli`_ Brotli compression (CPython)
`BrotliCFFI`_ Brotli compression (PyPy)
`zipfile-deflate64`_ DEFLATE64 decompression
`pybcj`_ BCJ filters
`multivolumefile`_ Multi-volume archive read/write
`texttable`_ CLI formatter
===================== ===============================

.. _`PyCryptodomex` : https://www.pycryptodome.org/en/latest/index.html
.. _`PyZstd` : https://pypi.org/project/pyzstd
Expand Down

0 comments on commit 47021d7

Please sign in to comment.