Skip to content

Commit 9c881b3

Browse files
authored
Merge pull request #7 from human-nature-lab/dev
update
2 parents 4ab5fc5 + e995c83 commit 9c881b3

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# TSCSMethods.jl
22

3+
34
[![CI](https://github.com/emfeltham/TSCSMethods.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/emfeltham/TSCSMethods.jl/actions/workflows/CI.yml)
45
[![Format Check](https://github.com/emfeltham/TSCSMethods.jl/actions/workflows/Format.yml/badge.svg)](https://github.com/emfeltham/TSCSMethods.jl/actions/workflows/Format.yml)
5-
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://emfeltham.github.io/TSCSMethods.jl/stable)
6-
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://emfeltham.github.io/TSCSMethods.jl/dev)
6+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://human-nature-lab.github.io/TSCSMethods.jl/stable)
7+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://human-nature-lab.github.io/TSCSMethods.jl/dev)
8+
[![Build Status](https://travis-ci.com/emfeltham/TSCSMethods.jl.svg?branch=master)](https://travis-ci.com/emfeltham/TSCSMethods.jl)
9+
[![Coverage](https://codecov.io/gh/emfeltham/TSCSMethods.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/emfeltham/TSCSMethods.jl)
710

811
## Contents
912

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DocMeta.setdocmeta!(TSCSMethods, :DocTestSetup, :(using TSCSMethods); recursive=
66
makedocs(;
77
modules=[TSCSMethods],
88
authors="Eric Martin Feltham <eric.feltham@yale.edu> and contributors",
9-
repo=Documenter.Remotes.GitHub("emfeltham", "TSCSMethods.jl"),
9+
repo="https://github.com/human-nature-lab/TSCSMethods.jl/blob/{commit}{path}#{line}",
1010
sitename="TSCSMethods.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://emfeltham.github.io/TSCSMethods.jl",
13+
canonical="https://human-nature-lab.github.io/TSCSMethods.jl",
1414
assets=String[],
1515
),
1616
pages=[
@@ -22,5 +22,5 @@ makedocs(;
2222
)
2323

2424
deploydocs(;
25-
repo="github.com/emfeltham/TSCSMethods.jl",
25+
repo="github.com/human-nature-lab/TSCSMethods.jl",
2626
)

0 commit comments

Comments
 (0)