diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ad790e5..292cc16 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -34,7 +34,7 @@ jobs: with: version: '1.9' - name: Install dependencies - run: julia --project=docs -e 'using Pkg; Pkg.add("MRIGradients"); Pkg.develop(PackageSpec(path=pwd())); Pkg.add("Documenter"); Pkg.add("Literate"); Pkg.instantiate()' + run: julia --project=docs -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()' - name: Build Documents through Documenter.jl env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # For authentication with GitHub Actions token diff --git a/.gitignore b/.gitignore index 896af58..e8cb415 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ LocalPreferences.toml GIRFReco.code-workspace docs/build/ docs/src/generated/ +.vscode/ diff --git a/docs/make.jl b/docs/make.jl index c166c8a..8b5a8a3 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -1,6 +1,6 @@ -push!(LOAD_PATH, "../src") -push!(LOAD_PATH, "../recon/") -push!(LOAD_PATH, "../utils/") +push!(LOAD_PATH, "../src/") +push!(LOAD_PATH, "../src/io/") +push!(LOAD_PATH, "../src/utils/") using Documenter, Literate, GIRFReco @@ -25,7 +25,7 @@ makedocs( ) deploydocs( - repo = "github.com/BRAIN-TO/GIRFReco.git", + repo = "github.com/BRAIN-TO/GIRFReco.jl.git", push_preview = true, # deploy_config = Documenter.GitHubActions(), devbranch = "main", diff --git a/docs/src/Utilities.md b/docs/src/Utilities.md index d653ac4..7b3df35 100644 --- a/docs/src/Utilities.md +++ b/docs/src/Utilities.md @@ -1,4 +1,4 @@ ```@autodocs Modules = [GIRFReco] -Pages = ["utils.jl", "gradient_reader.jl"] +Pages = ["utils.jl", "gradient_reader.jl", "fieldmap_estimator.jl"] ``` \ No newline at end of file