Skip to content

Commit

Permalink
Fix documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adferrand committed May 6, 2022
1 parent 61a2721 commit a114c7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ The current supported providers are:
using the following syntax: .. _provider: URL_API
.. tag: providers-table-begin
+-----------------+-----------------+-----------------+-----------------+-----------------+
| aliyun_ | aurora_ | azure_ | cloudflare_ | cloudns_ |
+-----------------+-----------------+-----------------+-----------------+-----------------+
Expand Down Expand Up @@ -115,6 +116,7 @@ The current supported providers are:
+-----------------+-----------------+-----------------+-----------------+-----------------+
| zonomi_ | | | | |
+-----------------+-----------------+-----------------+-----------------+-----------------+

.. tag: providers-table-end
.. _aliyun: https://help.aliyun.com/document_detail/29739.html
Expand Down
2 changes: 2 additions & 0 deletions utils/generate_provider_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,9 @@ def _generate_table(providers: List[str]) -> None:

readme_lines = (
readme_lines[: begin_idx + 1]
+ ["\n"]
+ [f"{item}\n" for item in table]
+ ["\n"]
+ readme_lines[end_idx:]
)

Expand Down

0 comments on commit a114c7e

Please sign in to comment.