Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Refactor codebase #36

Merged
merged 15 commits into from
Apr 15, 2020
Merged
4 changes: 1 addition & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ uuid = "7f8f8fb0-2700-5f03-b4bd-41f8cfc144b6"
version = "0.3.0"

[deps]
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Markdown = "d6f4376e-aef5-505a-96c1-9c027394607a"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where is Markdown used?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is used in the docstrings for the LaTeX rendering. The code doesn't compile otherwise.

Copy link
Member

@johnnychen94 johnnychen94 Apr 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

instead of @doc doc"""...""" I believe @doc raw"""...""" does the same thing without the need of the package Markdown.

Ref: https://docs.julialang.org/en/v1/manual/documentation/#and-\\-characters-1


[compat]
StatsBase = "0.33"
julia = "1"

[extras]
Expand Down
Loading