# FinAI-Contest **Repository Path**: dragon515/FinAI-Contest ## Basic Information - **Project Name**: FinAI-Contest - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-21 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FinAI-Contest Documentation 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.