From 01e02e0c4aa46277909f9a73c8d42035c0e60f9a Mon Sep 17 00:00:00 2001 From: BO ZHANG Date: Wed, 24 Aug 2022 11:09:35 +0800 Subject: [PATCH] updated README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index fdfd021..a7e539e 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,10 @@ The `csst_proto` uses an awesome algorithm based on `numpy.ndarray` indices to f | file / directory | description | notes | C6 | C7 | |--------------------|---------------------------------|-------|-----|-----| -| `csst_proto` | source code & data | | √ | | -| `doc` | sphinx-based documentation | | | √ | -| `example` | code examples | | - | - | -| `tests` | unit tests | | | √ | +| `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 | | √ | | -- GitLab