Skip to content

Commit 474a4b5

Browse files
authored
fix #106 (#117)
1 parent c4c604a commit 474a4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/src/CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ where `file.jl` is the file containing the functions needing `Example.jl`. The l
158158
## Documentation guideline
159159

160160
* Documentation is written with [Documenter.jl](https://github.com/JuliaDocs/Documenter.jl). Documentation files are in `docs/src`, generally as markdown file.
161+
* If you want to modify an existing file, open it and start writing. If you want to add a new page, create a new markdown file in the appropriate subfolder of `docs/src` and add the line `"mytitle" => "path/to/file.md"` to the page structure in the `docs/make.jl` file [here](https://github.com/JuliaIntervals/IntervalLinearAlgebra.jl/blob/main/docs/make.jl#L31-L53).
161162
* If you want to include a Julia code example that is **not** executed in the markdown file, use ````` ```julia ````` blocks, e.g.
162163

163164
````

0 commit comments

Comments
 (0)