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 3ee9add2d2
commit bc106cd076
2 changed files with 14 additions and 12 deletions
+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