mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-07-31 18:19:40 +00:00
3684d900ef
When invoked with no node name, replaycons printed a terse "Please specify a node name." Print the full usage statement instead, consistent with -h. Also document, in the man page, that confluent log rotation renames older logs and how to replay one by appending the date suffix seen in /var/log/confluent/consoles/. Recovered from the unmerged lenovobuild branch (originals1c1b23fac,48a92b7d4). Co-authored-by: Jarrod Johnson <10814490+jjohnson42@users.noreply.github.com>
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 dependencies (See: https://pip.readthedocs.io/)
pip install --user -r requirements.txt -
Build the Docs
cd xcat-core/docs make html -
View the documentation by pointing a browser to:
xcat-core/docs/build/html/index.html