From dac229846ff3bca62e3fee0a7d302e27ff5ded0a Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 24 Aug 2022 11:13:47 +0800 Subject: [PATCH] updated README.md --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index a7e539e..b574e15 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,19 @@ The `csst_proto` uses an awesome algorithm based on `numpy.ndarray` indices to f ## timeline -| file / directory | description | notes | C6 | C7 | -|--------------------|---------------------------------|-------|-----|-----| -| `csst_proto/` | source code & data | | √ | | -| `doc/` | sphinx-based documentation | | | √ | -| `example/` | code examples | | - | - | -| `tests/` | unit tests | | | √ | -| `.gitignore` | git file | | √ | | -| `.gitlab-ci.yml` | gitlab CI/CD pipeline | | | √ | -| `LICENSE` | code license | | √ | | -| `README.md` | readme file | | √ | | -| `install.sh` | single-line installation script | | √ | | -| `install_local.sh` | local installation script | | √ | | -| `readthedocs.yml` | readthedocs.io configuration | | | √ | -| `requirements.txt` | code requirements | | √ | | -| `setup.py` | sphinx-based documentation | | √ | | +| file / directory | description | urgent | C6 | C7 | +|--------------------|---------------------------------|--------|-----|-----| +| `csst_proto/` | source code & data | √√ | √ | | +| `doc/` | sphinx-based documentation | | | √ | +| `example/` | code examples | - | - | - | +| `tests/` | unit tests | | | √ | +| `.gitignore` | git file | | √ | | +| `.gitlab-ci.yml` | gitlab CI/CD pipeline | | | √ | +| `LICENSE` | code license | | √ | | +| `README.md` | readme file | √√ | √ | | +| `install.sh` | single-line installation script | | √ | | +| `install_local.sh` | local installation script | | √ | | +| `readthedocs.yml` | readthedocs.io configuration | | | √ | +| `requirements.txt` | code requirements | √ | √ | | +| `setup.py` | sphinx-based documentation | √√ | √ | | -- GitLab