Skip to content

ral-facilities/daaas-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daaas-info

DAaaS Tech Updates github pages.

Update the information

Get the source

git clone [email protected]:ral-facilities/daaas-info.git

Install Prerequisites

cd daaas-info`  
python3 -m venv env`    
source env/bin/activate`    
pip3 install -r requirements.txt`

Update source files

Only update the RST files in the source folder.

Follow RST file guidelines

Make HTML files

make html

This will generate html files in docs folder.

By default, the generated html files would be in docs/html. The Makefile script moves them to docs folder to accommodate the github page settings.

Commit and push the code, then check the site

After code pushed, the site should be automatically updated.

Check github page settings if anything unexpected.