mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-05-22 03:32:04 +00:00
* rpower for redfish support * rsetboot for redfish support * recover * modify depending on discussion and comments * refine test case xcatd_start (#5932) * Update small text in the diskful support example for cuda_power9_setup Fix small issue mentioned in 5852 * rsetboot for redfish support * Fix issue 5933: xCAT-openbmc-py build failed * Fix remoteshell compatibility with custom Match (#5936) If a user has a custom Match directive, remoteshell would create an invalid configuration. Fix by ensuring we are outside of a match context by doing Match all explicitly. * fix issue PR #5936 resulted in remoteshell failed in rhels6.10 #5944 * refine xcat-inventory backend testcase (#5946) * add test case for issue 3602: confignetwork cannot work when regular expression is used in nics table * add lsdef to get more debug info * Revert "fix issue PR #5936 resulted in remoteshell failed in rhels6.10 #5944" * revert PR Fix remoteshell compatibility with custom Match #5936
Welcome to the xCAT documentation
The latest docs are here: http://xcat-docs.readthedocs.io/en/latest/
The documentation project is written in restructured text (.rst) using Sphinx and hosted on ReadTheDocs.
Building Documentation
-
Clone the project
-
Using pip, install or update sphinx (See: http://pip.readthedocs.org/)
pip install sphinx
or
pip install sphinx --upgrade
-
Using pip, install ReadTheDocs theme
pip install sphinx_rtd_theme
-
Build the Docs
cd xcat-core/docs make html
-
View the docs by opening index.html from a web browser under xcat-core/docs/build/html/index.html