2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-25 21:22:05 +00:00
bybai 02568e8e28 polished based on comments
1, `**sinv`** modified to **sinv**;  there is no sinv command link now, so current it cannot link other place;
2,  "checks the software and firmware configure in this cluster" to "checks the software and firmware inventory in this cluster"
2015-09-10 10:15:11 +08:00
..
2015-09-10 10:15:11 +08:00
2015-08-25 22:46:55 +01:00

Welcome to the xCAT documentation

We are working on improving the documentation. The latest docs are here: http://xcat-docs.readthedocs.org/en/latest/

The documentation project is written in restructured text (.rst) using Sphinx. To build the docs locally:

    pip install sphinx  
  • Build the Docs
    cd xcat-docs/docs
    make html
  • View the docs by opening index.html from a web browser under xcat-docs/docs/build/html/index.html