docs: update demo link (#212)

* Docs: update demo link

* Update development.rst
This commit is contained in:
you-n-g
2024-08-16 15:50:00 +08:00
committed by GitHub
parent 2aab3f5cee
commit 7a4044dc1a
2 changed files with 14 additions and 12 deletions
+3 -3
View File
@@ -31,9 +31,9 @@ We believe that the automatic evolution of R&D will lead to solutions of signifi
<!-- Tag Cloud -->
R&D is a very general scenario. The advent of RDAgent can be your
- 🎥 [Automatic Quant Factory](https://rdagent.azurewebsites.net/factor_loop)
- 🤖 Data Mining Agent: iteratively proposing 🎥 [data](https://rdagent.azurewebsites.net/dmm) & 🎥 [models](https://rdagent.azurewebsites.net/model_loop) and implementing them by gaining knowledge from data.
- 🦾 Research Copilot: Auto read 🎥 [research papers](https://rdagent.azurewebsites.net/report_model) /🎥 [financial reports](https://rdagent.azurewebsites.net/report_factor) and implement model structures or building datasets.
- 🏭 Automatic Quant Factory [(🎥demo)](https://rdagent.azurewebsites.net/factor_loop)
- 🤖 Data Mining Agent: iteratively proposing data [(🎥demo)](https://rdagent.azurewebsites.net/dmm) & models [(🎥demo)](https://rdagent.azurewebsites.net/model_loop) and implementing them by gaining knowledge from data.
- 🦾 Research Copilot: Auto read research papers [(🎥demo)](https://rdagent.azurewebsites.net/report_model) / financial reports [(🎥demo)](https://rdagent.azurewebsites.net/report_factor) and implement model structures or building datasets.
- ...
You can click the 🎥 [link](https://rdagent.azurewebsites.net) above to view the demo. More methods and scenarios are being added to the project to empower your R&D processes and boost productivity.
+11 -9
View File
@@ -7,21 +7,23 @@ For Development
- Set up the development environment.
```bash
make dev
```
.. code-block:: bash
make dev
- Run linting and checking.
```bash
make lint
```
.. code-block:: bash
make lint
- Some linting issues can be fixed automatically. We have added a command in the Makefile for easy use.
```bash
make auto-lint
```
.. code-block:: bash
make auto-lint
Code Structure