2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00
Files
xcat-core/docs
Mark Gurevich 6f689c6cfc Merge pull request #6599 from cxhong/bondstr
Support multiple options for nicextraparams
2020-03-02 11:35:40 -05:00
..

Welcome to the xCAT documentation

The xCAT docs are hosted here: https://xcat-docs.readthedocs.io/ and are written in reStructuredText (.rst).

Building Docs

  • Clone this project

  • Install or update sphinx (See: https://pip.readthedocs.io/)

    pip install sphinx
    

    or

    pip install sphinx --upgrade
    
  • Install ReadTheDocs theme

    pip install sphinx_rtd_theme
    
  • Build the Docs

    cd xcat-core/docs
    make html
    
  • View the documentation by pointing a browser to: xcat-core/docs/build/html/index.html