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

Commit

Permalink
📝 make master the devbranch and mention the plots doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisot committed Jun 25, 2019
1 parent 095ac38 commit d0f0b0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ makedocs(
deploydocs(
deps = Deps.pip("pygments", "python-markdown-math"),
repo = "github.com/PoisotLab/EcologicalNetworks.jl.git",
devbranch = "develop"
devbranch = "master"
)

Pkg.rm("EcologicalNetworksPlots") # IMPORTANT
3 changes: 3 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ Second, it helps to keep software dependency small. Most of our work using this
package is done on clusters of one sort of the other, and having fewer
dependencies means that installation is easier.

`EcologicalNetworksPlots` can be installed as with any other Julia package. It
is documented on this website.

### And worse, you forgot my favorite method!

Yeah, about that. We probably didn't.
Expand Down

0 comments on commit d0f0b0a

Please sign in to comment.