Skip to content

Commit

Permalink
making some improvements to the docs and fixing deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
AtilaSaraiva committed Jul 26, 2024
1 parent 1d9b54a commit 61adbc6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
8 changes: 3 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
push!(LOAD_PATH, "../src/")

using Pkg; Pkg.add("Documenter")
using Documenter, SeisMain

makedocs(
Expand All @@ -18,12 +17,11 @@ makedocs(
"Public" => "lib/public.md",
"Internals" => "lib/internals.md"
],
],
],
)

deploydocs(
repo = "github.com/fercarozzi/SeisMain.jl.git",
repo = "github.com/SeismicJulia/SeisMain.jl.git",
target = "build",
deps = nothing,
make = nothing
devbranch = "master"
)
12 changes: 8 additions & 4 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
```@meta
CurrentModule = SeisMain
```

# SeisMain.jl

* A package to read, write and process seismic data in Julia
* A package to read, write and process seismic data in Julia

## Package Features

Expand All @@ -12,10 +16,10 @@
- Once your data is processed, unpatch to a single volume


## Installation
## Installation

SeisMain, from the SeismicJulia project, can be installed using Julia package manager.
From the Julia REPL, type `]` to enter the Pkg REPL mode and run
From the Julia REPL, type `]` to enter the Pkg REPL mode and run
```
Pkg> add SeisMain
pkg> add SeisMain
```
3 changes: 3 additions & 0 deletions docs/src/lib/public.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ SeisHeaderInfo
SeisToSegy
SeisRemove
SeisWindow
SeisWindowPatch
SeisPatch
SeisPatchProcess
SeisUnPatch
SeisGeometry
SeisBinHeaders
Expand All @@ -27,4 +29,5 @@ SeisSort
ReadSegyHeader
ExtractSegyHeader
SegyHeaderInfo
download_if_needed
```

0 comments on commit 61adbc6

Please sign in to comment.