.. cp4wa tutorials documentation master file, created by sphinx-quickstart on Tue Jun 7 20:14:17 2022. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. 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**. .. code-block:: bash 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 - `Sphinux Documentation `_ - `Sphinx lesson `_ - How to host `Sphinix `_ documentation on GitHub Pages - reStructuredTes - `Introduction to reStructuredText `_ - `reStructuredText Primer (Basic) `_ - `A ReStructuredText Primer `_ - `reStructuredText `_ - `Cheatsheet `_ - GitHub - `GitHub Pages `_ - `GitHub Actions `_ - `SSH for GitHub `_ - `Git `_ .. toctree:: :maxdepth: 4 :caption: Table of Contents :numbered: openshift splunk awx cp4wa ieam references Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`