Skip to content

Commit

Permalink
docs: update demo link (#212)
Browse files Browse the repository at this point in the history
* Docs: update demo link

* Update development.rst
  • Loading branch information
you-n-g authored Aug 16, 2024
1 parent 6a30909 commit e8f6af9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
20 changes: 11 additions & 9 deletions docs/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8f6af9

Please sign in to comment.