Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update demo link #212

Merged
merged 2 commits into from
Aug 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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