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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,23 @@ Pkg.add("AcuteML")
18
18
```julia
19
19
using AcuteML
20
20
```
21
+
21
22
# Documentation
22
23
Click on the badge: [](https://aminya.github.io/AcuteML.jl/dev)
23
24
24
25
See [Type Definition](https://aminya.github.io/AcuteML.jl/dev/#Main-macro-and-I/O-1) for a comprehensive introduction to syntax. You can use `@aml` macro to define a Julia type, and then the package automatically creates a xml or html associated with the defined type.
25
26
27
+
# Readme Content
28
+
-[Installation and Usage](#installation-and-usage)
0 commit comments