Commit dac22984 authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

updated README.md

parent 01e02e0c
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -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              |       | √   |     |
| file / directory   | description                     | urgent | C6  | C7  |
|--------------------|---------------------------------|--------|-----|-----|
| `csst_proto/`      | source code & data              | √√     | √   |     |
| `doc/`             | sphinx-based documentation      |        |     | √   |
| `example/`         | code examples                   |       | -   | -   |
| `example/`         | code examples                   | -      | -   | -   |
| `tests/`           | unit tests                      |        |     | √   |
| `.gitignore`       | git file                        |        | √   |     |
| `.gitlab-ci.yml`   | gitlab CI/CD pipeline           |        |     | √   |
| `LICENSE`          | code license                    |        | √   |     |
| `README.md`        | readme file                     |       | √   |     |
| `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      |       | √   |     |
| `requirements.txt` | code requirements               |       | √   |     |
| `setup.py`         | sphinx-based documentation      | √√     | √   |     |