diff --git a/Project.toml b/Project.toml index 4f68f95..bbe2ba5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,5 +1,5 @@ name = "XM_40017" -uuid = "bac2549d-7fb4-47a9-ab16-d1e9b77d8fc7" +uuid = "97f213cd-d64a-481d-bc9d-afa871b8c535" authors = ["Francesc Verdugo "] version = "0.1.0" diff --git a/docs/.gitignore b/docs/.gitignore index ee6cace..a25b4f6 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -3,4 +3,5 @@ site/ docs/src/notebook-output Manifest.toml *.md -!index.md \ No newline at end of file +!index.md +!getting_started_with_julia.md \ No newline at end of file diff --git a/docs/Project.toml b/docs/Project.toml index 7a406aa..adb49c5 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -1,4 +1,4 @@ [deps] Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4" Glob = "c27321d9-0574-5035-807b-f59d2c89b15c" -XM_40017 = "bac2549d-7fb4-47a9-ab16-d1e9b77d8fc7" +XM_40017 = "97f213cd-d64a-481d-bc9d-afa871b8c535"