This project contains the source code of Module Documentation for Aliyun Ansible.
Follow below instructions to generate documentation from DOCUMENTATION string in the modules.
Pre-Requisites (Ubuntu OS)
make utility
Make utility is required to generate html docs. Install make utility by running below command on Ubuntu.
sudo apt-get -y install make
python version 2.7.X
Run below command to install python.
sudo apt-get -y install python2.7
Check python installation by running below command.
python --version
Install pip
Run below command to install pip and other packages.
Aliyun Ansible Modules Documentation
This project contains the source code of Module Documentation for Aliyun Ansible. Follow below instructions to generate documentation from
DOCUMENTATIONstring in the modules.Pre-Requisites (Ubuntu OS)
makeutilityMake utility is required to generate html docs. Install
makeutility by running below command on Ubuntu.pythonversion 2.7.XRun below command to install
python.Check python installation by running below command.
Install
pipRun below command to install
pipand other packages.Install sphinx and theme:
Build the documentation
To build module documentation you’ll need to run below command in
ansible-provider-docs/docs/docsitefolder.The generated html files are in
_build/html/folder