Skip to content

Commit e48b47e

Browse files
authored
Update README.md with new content and structure [skip ci]
1 parent db9fe72 commit e48b47e

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

README.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ All in all, to add a new case study:
7979
### Documentation organization
8080

8181
<details>
82-
<summary>Development details</summary>
82+
<summary>File structure</summary>
8383

8484
The main portions of this documentation package are organized as follows:
8585

@@ -145,14 +145,18 @@ julia> import Pkg
145145
julia> Pkg.test("JuliaAstroDocs"; test_args=`--verbose packages_release`) # or packages_dev
146146
```
147147

148-
### Continuous Integration organization
148+
### Continuous integration organization
149149

150150
We use CI to automatically re-build and deploy our documentation, and test that all JuliaAstro packages install and are compatible with each other across supported platforms and Julia versions. We accomplish this with the following GitHub action workflows:
151151

152152
```mermaid
153-
graph TD;
154-
A-->B;
155-
A-->C;
156-
B-->D;
157-
C-->D;
153+
---
154+
config:
155+
look: handDrawn
156+
---
157+
158+
graph TD
159+
CI.yml --> |weekly| CI_release.yml;
160+
CI.yml --> |daily| CI_dev.yml;
158161
```
162+

0 commit comments

Comments
 (0)