Skip to content

Commit

Permalink
docs versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
eahenle committed Oct 26, 2021
1 parent e3b919b commit 7190e01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ N.b. while `PoreMatMod.jl` was developed for MOFs and other porous crystalline m

| **Documentation** | **Build Status** |
|:---:|:---:|
| [![Docs Badge](https://img.shields.io/badge/docs-latest-blue.svg)](https://SimonEnsemble.github.io/PoreMatMod.jl/) | [![Build](https://github.com/SimonEnsemble/PoreMatMod.jl/actions/workflows/ci_testing.yml/badge.svg)](https://github.com/SimonEnsemble/PoreMatMod.jl/actions/workflows/ci_testing.yml) |
| [![Docs Badge](https://img.shields.io/badge/docs-latest-blue.svg)](https://SimonEnsemble.github.io/PoreMatMod.jl/dev) | [![Build Status](https://travis-ci.org/SimonEnsemble/PoreMatMod.jl.svg?branch=master)](https://app.travis-ci.com/github/SimonEnsemble/PoreMatMod.jl) |


## Installation
Expand All @@ -29,11 +29,11 @@ N.b. while `PoreMatMod.jl` was developed for MOFs and other porous crystalline m

## Documentation

Link to documentation [here](https://simonensemble.github.io/PoreMatMod.jl/).
Link to documentation [here](https://simonensemble.github.io/PoreMatMod.jl/dev).

## Gallery of examples

Link to examples [here](https://simonensemble.github.io/PoreMatMod.jl/examples/) with raw [Pluto](https://github.com/fonsp/Pluto.jl) notebooks [here](https://github.com/SimonEnsemble/PoreMatMod.jl/tree/master/examples).
Link to examples [here](https://simonensemble.github.io/PoreMatMod.jl/dev/examples/) with raw [Pluto](https://github.com/fonsp/Pluto.jl) notebooks [here](https://github.com/SimonEnsemble/PoreMatMod.jl/tree/master/examples).

## Citing

Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ makedocs( # to test docs, run this call to `makedocs` in the REPL
)

# deploy the docs
deploydocs(repo = "github.com/SimonEnsemble/PoreMatMod.jl.git", push_preview=true, versions=nothing)
deploydocs(repo = "github.com/SimonEnsemble/PoreMatMod.jl.git")

0 comments on commit 7190e01

Please sign in to comment.