mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-23 14:35:38 +00:00
Update the README to reflect the new documentation URL
This commit is contained in:
2
README
2
README
@ -2,7 +2,7 @@ xCAT - eXtreme Cloud Administration Toolkit
|
||||
|
||||
xCAT is a toolkit for the deployment and administration of clusters.
|
||||
|
||||
xCAT documentation is available at: http://xcat.sourceforge.net/
|
||||
xCAT documentation is available at: http://xcat-docs.readthedocs.org/en/latest/
|
||||
|
||||
xCAT is made available as open source software under the EPL license:
|
||||
http://www.opensource.org/licenses/eclipse-1.0.php
|
||||
|
18
docs/README.md
Normal file
18
docs/README.md
Normal file
@ -0,0 +1,18 @@
|
||||
# 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:
|
||||
|
||||
* Clone the project
|
||||
* Using pip, install sphinx (See: http://pip.readthedocs.org/)
|
||||
~~~~
|
||||
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
|
Reference in New Issue
Block a user