阿里雲Ansible 模組文件

hjavn發表於2021-09-03

工具與資源中心

幫助開發者更加高效的工作,提供圍繞開發者全生命週期的工具與資源
developer.aliyun.com/tool?spm=a1z3...

本專案包含 Aliyun Ansible 模組文件的原始碼。按照以下說明從DOCUMENTATION模組中的字串生成文件。

先決條件(Ubuntu 作業系統)

  • make實用

    程式 生成 html 文件需要 Make 實用程式。make通過在 Ubuntu 上執行以下命令來安裝實用程式。

sudo apt-get -y install make

python版本 2.7.X

執行下面的命令來安裝python.

sudo apt-get -y install python2.7

通過執行以下命令檢查 python 安裝。

python –version

  • 安裝pip

    執行下面的命令來安裝pip和其他包。

sudo apt-get -y install python-pip python-dev dos2unix

  • 安裝 sphinx 和主題:

pip install sphinx==1.4.8 sphinx_rtd_theme

構建文件

要構建模組文件,您需要在ansible-provider-docs/docs/docsite資料夾中執行以下命令

cd docs/docsite make webdocs

生成的html檔案在_build/html/資料夾中

本文轉自:developer.aliyun.com/article/78937...

本作品採用《CC 協議》,轉載必須註明作者和本文連結

相關文章