Skip to content

Commit

Permalink
Merge pull request #84 from 00krishna-opensource/update_sciml
Browse files Browse the repository at this point in the history
updated README and make.jl as per sciml template
  • Loading branch information
ChrisRackauckas authored Oct 22, 2022
2 parents 441330b + c658d45 commit a4fd712
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# SciMLExpectations.jl: Expectated Values of Simulations and Uncertainty Quantification

[![Join the chat at https://gitter.im/JuliaDiffEq/Lobby](https://badges.gitter.im/JuliaDiffEq/Lobby.svg)](https://gitter.im/JuliaDiffEq/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](http://scimlexpectations.sciml.ai/stable/)
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/dev/modules/SciMLExpectations/)
[![Global Docs](https://img.shields.io/badge/docs-SciML-blue.svg)](https://docs.sciml.ai/SciMLExpectations/stable/)

[![Build Status](https://github.com/SciML/SciMLExpectations.jl/workflows/CI/badge.svg)](https://github.com/SciML/SciMLExpectations.jl/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/SciML/SciMLExpectations.jl/badge.svg?branch=master&service=github)](https://coveralls.io/github/JuliaDiffEq/SciMLExpectations.jl?branch=master)
Expand All @@ -20,7 +19,7 @@ to enable fast optimization under uncertainty.

For information on using the package, see the [SciMLExpectations](https://docs.sciml.ai/dev/modules/SciMLExpectations/) section of the
[SciML docs](docs.sciml.ai). For information on specific previous versions of this package, see the
[see the stable SciMLExpectations-only documentation](https://scimlexpectations.sciml.ai/stable/).
[see the stable SciMLExpectations-only documentation](https://docs.sciml.ai/SciMLExpectations/stable/).

### Example

Expand Down
2 changes: 1 addition & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ makedocs(sitename = "SciMLExpectations.jl",
clean = true, doctest = false,
format = Documenter.HTML(analytics = "UA-90474609-3",
assets = ["assets/favicon.ico"],
canonical = "https://SciMLExpectations.sciml.ai/stable/"),
canonical = "https://docs.sciml.ai/SciMLExpectations/stable/"),
pages = pages)

deploydocs(repo = "github.com/SciML/SciMLExpectations.jl.git";
Expand Down

0 comments on commit a4fd712

Please sign in to comment.