Browse Source

Merge pull request #5505 from Gu1nness/1633-compression-algorithms

Add some documentation for new compression algorithm
TW 4 năm trước cách đây
mục cha
commit
e881ce3e93
1 tập tin đã thay đổi với 7 bổ sung0 xóa
  1. 7 0
      docs/development.rst

+ 7 - 0
docs/development.rst

@@ -214,6 +214,13 @@ from ``.coafile`` there:
 Some bears have additional requirements and they usually tell you about
 Some bears have additional requirements and they usually tell you about
 them in case they are missing.
 them in case they are missing.
 
 
+
+Adding a compression algorithm
+------------------------------
+
+If you want to add a new compression algorithm, please refer to :issue:`1633`
+and leave a post there in order to discuss about the proposal.
+
 Documentation
 Documentation
 -------------
 -------------