Skip to content

Open-Finance-Lab/FinRL-Contest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FinRL-Contest

To contribute to the documentation, please clone this repo.

Install required packages:

pip install sphinx sphinx-autobuild sphinx_rtd_theme
pip install nbsphinx nbsphinx_link

Edit in docs/source/, and then run on local machine:

cd docs/source

sphinx-autobuild . ../build --open-browser --port 8000

After confirming that the edited content is displayed normally, please commit and push it to the main.