Welcome to Cloud Pak for Watson AIOps Tutorials
Introduction
This project aims to document knowledge that could be useful for beginners into IBM Cloud Pak for Watson AIOps.
The documentation is created using reStructuredText and the html is generated using Sphinx in folder docs.
The web documentation is hosted using GitHub Pages.
To generate the static web pages, the following command will generate the html pags in folder docs, this target directory is configured in source/Makefile.
cd source
make html
cd ..
git add .
git commit -m "updated contents ..."
git push
The generated index.html is in folder docs/html but github pages expect an index.html in docs root folder, an index.html is created to redirect it to ./html/index.html
GitHub Pages uses Jekyll by default, to ensure the theme of Sphinx is rendered properly you need to add a `.nojekyll` in docs folder.
this project source can be found at github and the generated site.
Resources
Sphinx
How to host Sphinix documentation on GitHub Pages
reStructuredTes
GitHub
Table of Contents
- 1. Red Hat OpenShift
- 2. Splunk
- 3. AWX (Community Ansible Tower)
- 4. Cloud Pak for Watson AIOps
- 5. IBM Edge Application Management
- 6. References