mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-08-23 19:50:21 +00:00
Update the README under the docs directory
This commit is contained in:
@@ -1,14 +1,12 @@
|
||||
# Welcome to the xCAT documentation
|
||||
|
||||
The latest docs are here: http://xcat-docs.readthedocs.io/en/latest/
|
||||
The xCAT docs are hosted here: https://xcat-docs.readthedocs.io/ and are written in reStructuredText (`.rst`).
|
||||
|
||||
The documentation project is written in restructured text (.rst) using Sphinx and hosted on ReadTheDocs.
|
||||
## Building docs locally
|
||||
|
||||
## Building Documentation
|
||||
* Clone this project
|
||||
|
||||
* Clone the project
|
||||
|
||||
* Using pip, install or update sphinx (See: http://pip.readthedocs.org/)
|
||||
* Install or update sphinx (See: https://pip.readthedocs.io/)
|
||||
```
|
||||
pip install sphinx
|
||||
```
|
||||
@@ -17,15 +15,15 @@ The documentation project is written in restructured text (.rst) using Sphinx an
|
||||
pip install sphinx --upgrade
|
||||
```
|
||||
|
||||
* Using pip, install ReadTheDocs theme
|
||||
* Install ReadTheDocs theme
|
||||
```
|
||||
pip install sphinx_rtd_theme
|
||||
```
|
||||
|
||||
* Build the Docs
|
||||
```
|
||||
cd xcat-core/docs
|
||||
make html
|
||||
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
|
||||
* View the documentation by pointing a browser to: `xcat-core/docs/build/html/index.html`
|
||||
|
Reference in New Issue
Block a user