You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ All in all, to add a new case study:
79
79
### Documentation organization
80
80
81
81
<details>
82
-
<summary>Development details</summary>
82
+
<summary>File structure</summary>
83
83
84
84
The main portions of this documentation package are organized as follows:
85
85
@@ -145,14 +145,18 @@ julia> import Pkg
145
145
julia> Pkg.test("JuliaAstroDocs"; test_args=`--verbose packages_release`) # or packages_dev
146
146
```
147
147
148
-
### Continuous Integration organization
148
+
### Continuous integration organization
149
149
150
150
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:
0 commit comments