Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
Diary sync
Browse files Browse the repository at this point in the history
  • Loading branch information
xlxs4 committed Dec 29, 2023
1 parent 2b7ca73 commit cac95c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions content/diary.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ summary: diary

1. There's a guide on writing Julia documentation in the [manual](https://docs.julialang.org/en/v1/manual/documentation/#Writing-Documentation)
2. `module`s automatically contain `using Core`, `using Base`, and definitions of `eval` and `include`. If you only want `Core` to be imported, you can use `baremodule` instead. If you don't even want `Core`, you can do `Module(:MyModuleName, false, false)` and `Core.@eval` code into it (`@eval MyModuleName add(x, y) = $(+)(x, y)`)
3. `julia --project` is the same as `julia --project=.`

0 comments on commit cac95c5

Please sign in to comment.