Skip to content

Commit

Permalink
modify paper format
Browse files Browse the repository at this point in the history
  • Loading branch information
salbalkus committed Nov 12, 2024
1 parent ec63f52 commit 6aa47fd
Show file tree
Hide file tree
Showing 5 changed files with 362 additions and 90 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ TableTransforms = "0d432bfd-3ee1-4ac1-886a-39f05cc69a3e"
Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"

[compat]
DataAPI = "1"
Distributions = "0.25"
MacroTools = "0.5"
Missings = "1"
PrettyTables = "2"
StatsBase = "0.34"
TableTransforms = "1"
Tables = "1"
MacroTools = "0.5"
Distributions = "0.25"
StatsBase = "0.34"
DataAPI = "1"
julia = "1"
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ makedocs(
"Approximating ground truth causal estimands" => "man/estimands.md",
"Computing ground truth conditional distributions" => "man/ground-truth.md",
"Network summaries" => "man/network-summaries.md",
"API" => "man/api.md",
"Full API" => "man/api.md",
]
)

Expand Down
5 changes: 0 additions & 5 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,3 @@ For a more detailed guide of how to wrap an existing table as a CausalTable plea
# Contributing

Have questions? Spot a bug or issue in the documentation? Want to request a new feature or add one yourself? Please do not hesitate to open an issue or pull request on the [CausalTables.jl GitHub repository](https://github.com/salbalkus/CausalTables.jl). We welcome all contributions and feedback!





Loading

0 comments on commit 6aa47fd

Please sign in to comment.