Skip to content

Commit 8a2d92a

Browse files
authored
Update documentation url to roualdes.us (#288)
1 parent 1d80101 commit 8a2d92a

File tree

11 files changed

+31
-31
lines changed

11 files changed

+31
-31
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We welcome contributions to the project in any form, including bug reports, bug fixes, new features, improved documentation, or improved test coverage.
44

5-
**Developer-specific documentation is available [as part of our online documentation](https://roualdes.github.io/bridgestan/latest/internals.html)**. Information on building BridgeStan, running tests, and developing with the project is available there.
5+
**Developer-specific documentation is available [as part of our online documentation](https://roualdes.us/bridgestan/latest/internals.html)**. Information on building BridgeStan, running tests, and developing with the project is available there.
66

77
This document houses additional information about licensing and procedures for contributing to the project.
88

R/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bridgestan.R - The R interface to BridgeStan
22

3-
[View the R interface documentation online](https://roualdes.github.io/bridgestan/latest/languages/r.html)
3+
[View the R interface documentation online](https://roualdes.us/bridgestan/latest/languages/r.html)
44

55
## Installation
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# BridgeStan
77

8-
[![DOCS](https://img.shields.io/badge/docs-latest-blue)](https://roualdes.github.io/bridgestan/) [![DOI](https://joss.theoj.org/papers/10.21105/joss.05236/status.svg)](https://doi.org/10.21105/joss.05236) [![CI](https://github.com/roualdes/bridgestan/actions/workflows/main.yaml/badge.svg)](https://github.com/roualdes/bridgestan/actions/workflows/main.yaml)
8+
[![DOCS](https://img.shields.io/badge/docs-latest-blue)](https://roualdes.us/bridgestan/) [![DOI](https://joss.theoj.org/papers/10.21105/joss.05236/status.svg)](https://doi.org/10.21105/joss.05236) [![CI](https://github.com/roualdes/bridgestan/actions/workflows/main.yaml/badge.svg)](https://github.com/roualdes/bridgestan/actions/workflows/main.yaml)
99

1010
BridgeStan provides efficient in-memory access through Python, Julia,
1111
Rust, and R to the methods of a [Stan](https://mc-stan.org) model, including
@@ -19,7 +19,7 @@ models. For an introduction to what can be coded in Stan, see the
1919

2020
BridgeStan is currently shipping with Stan version 2.37.0
2121

22-
Documentation is available at https://roualdes.github.io/bridgestan/
22+
Documentation is available at https://roualdes.us/bridgestan/
2323

2424

2525
#### Compatibility
@@ -44,7 +44,7 @@ git clone --recurse-submodules https://github.com/roualdes/bridgestan.git
4444
```
4545

4646
For a full guide on installing, configuring, and using BridgeStan, consult the
47-
[documentation](https://roualdes.github.io/bridgestan/latest/getting-started.html)
47+
[documentation](https://roualdes.us/bridgestan/latest/getting-started.html)
4848

4949
## Using BridgeStan
5050

c-example/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# BridgeStan from C
22

3-
[View the C API documentation online](https://roualdes.github.io/bridgestan/latest/languages/c-api.html).
3+
[View the C API documentation online](https://roualdes.us/bridgestan/latest/languages/c-api.html).
44

55
This shows how one could write a C program which calls BridgeStan.
66

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
This folder hosts the top-level documentation for BridgeStan.
44

55
These docs are available online at
6-
[https://roualdes.github.io/bridgestan/](https://roualdes.github.io/bridgestan/latest/).
6+
[https://roualdes.us/bridgestan/](https://roualdes.us/bridgestan/latest/).
77

88
## Building
99

10-
Building the documentation is documented [here](https://roualdes.github.io/bridgestan/latest/internals/documentation.html).
10+
Building the documentation is documented [here](https://roualdes.us/bridgestan/latest/internals/documentation.html).
1111

1212
The main documentation can be build by running `make docs` in the top-level
1313
repository. `make` can also be run in this folder to produce a specific format,

docs/_static/switcher.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,91 +2,91 @@
22
{
33
"name": "latest",
44
"version": "latest",
5-
"url": "https://roualdes.github.io/bridgestan/latest/"
5+
"url": "https://roualdes.us/bridgestan/latest/"
66
},
77
{
88
"name": "v2.6.2",
99
"version": "v2.6.2",
10-
"url": "https://roualdes.github.io/bridgestan/v2.6.2/"
10+
"url": "https://roualdes.us/bridgestan/v2.6.2/"
1111
},
1212
{
1313
"name": "v2.6.1",
1414
"version": "v2.6.1",
15-
"url": "https://roualdes.github.io/bridgestan/v2.6.1/"
15+
"url": "https://roualdes.us/bridgestan/v2.6.1/"
1616
},
1717
{
1818
"name": "v2.6.0",
1919
"version": "v2.6.0",
20-
"url": "https://roualdes.github.io/bridgestan/v2.6.0/"
20+
"url": "https://roualdes.us/bridgestan/v2.6.0/"
2121
},
2222
{
2323
"name": "v2.5.0",
2424
"version": "v2.5.0",
25-
"url": "https://roualdes.github.io/bridgestan/v2.5.0/"
25+
"url": "https://roualdes.us/bridgestan/v2.5.0/"
2626
},
2727
{
2828
"name": "v2.4.1",
2929
"version": "v2.4.1",
30-
"url": "https://roualdes.github.io/bridgestan/v2.4.1/"
30+
"url": "https://roualdes.us/bridgestan/v2.4.1/"
3131
},
3232
{
3333
"name": "v2.4.0",
3434
"version": "v2.4.0",
35-
"url": "https://roualdes.github.io/bridgestan/v2.4.0/"
35+
"url": "https://roualdes.us/bridgestan/v2.4.0/"
3636
},
3737
{
3838
"name": "v2.3.0",
3939
"version": "v2.3.0",
40-
"url": "https://roualdes.github.io/bridgestan/v2.3.0/"
40+
"url": "https://roualdes.us/bridgestan/v2.3.0/"
4141
},
4242
{
4343
"name": "v2.2.2",
4444
"version": "v2.2.2",
45-
"url": "https://roualdes.github.io/bridgestan/v2.2.2/"
45+
"url": "https://roualdes.us/bridgestan/v2.2.2/"
4646
},
4747
{
4848
"name": "v2.2.1",
4949
"version": "v2.2.1",
50-
"url": "https://roualdes.github.io/bridgestan/v2.2.1/"
50+
"url": "https://roualdes.us/bridgestan/v2.2.1/"
5151
},
5252
{
5353
"name": "v2.2.0",
5454
"version": "v2.2.0",
55-
"url": "https://roualdes.github.io/bridgestan/v2.2.0/"
55+
"url": "https://roualdes.us/bridgestan/v2.2.0/"
5656
},
5757
{
5858
"name": "v2.1.2",
5959
"version": "v2.1.2",
60-
"url": "https://roualdes.github.io/bridgestan/v2.1.2/"
60+
"url": "https://roualdes.us/bridgestan/v2.1.2/"
6161
},
6262
{
6363
"name": "v2.1.1",
6464
"version": "v2.1.1",
65-
"url": "https://roualdes.github.io/bridgestan/v2.1.1/"
65+
"url": "https://roualdes.us/bridgestan/v2.1.1/"
6666
},
6767
{
6868
"name": "v2.1.0",
6969
"version": "v2.1.0",
70-
"url": "https://roualdes.github.io/bridgestan/v2.1.0/"
70+
"url": "https://roualdes.us/bridgestan/v2.1.0/"
7171
},
7272
{
7373
"name": "v2.0.0",
7474
"version": "v2.0.0",
75-
"url": "https://roualdes.github.io/bridgestan/v2.0.0/"
75+
"url": "https://roualdes.us/bridgestan/v2.0.0/"
7676
},
7777
{
7878
"name": "v1.0.2",
7979
"version": "v1.0.2",
80-
"url": "https://roualdes.github.io/bridgestan/v1.0.2/"
80+
"url": "https://roualdes.us/bridgestan/v1.0.2/"
8181
},
8282
{
8383
"name": "v1.0.1",
8484
"version": "v1.0.1",
85-
"url": "https://roualdes.github.io/bridgestan/v1.0.1/"
85+
"url": "https://roualdes.us/bridgestan/v1.0.1/"
8686
},
8787
{
8888
"name": "v1.0.0",
8989
"version": "v1.0.0",
90-
"url": "https://roualdes.github.io/bridgestan/v1.0.0/"
90+
"url": "https://roualdes.us/bridgestan/v1.0.0/"
9191
}
9292
]

docs/add_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ def new_version(version):
66
return {
77
"name": version,
88
"version": version,
9-
"url": f"https://roualdes.github.io/bridgestan/{version}/",
9+
"url": f"https://roualdes.us/bridgestan/{version}/",
1010
}
1111

1212

julia/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
# BridgeStan.jl - The Julia interface to BridgeStan
33

4-
[View the Julia interface documentation online](https://roualdes.github.io/bridgestan/latest/languages/julia.html)
4+
[View the Julia interface documentation online](https://roualdes.us/bridgestan/latest/languages/julia.html)
55

66
## Installation
77

python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bridgestan.py - The Python interface to BridgeStan
22

3-
[View the Python interface documentation online](https://roualdes.github.io/bridgestan/latest/languages/python.html)
3+
[View the Python interface documentation online](https://roualdes.us/bridgestan/latest/languages/python.html)
44

55
## Installation
66

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ rust-version = "1.69"
66
description = "Rust interface for BridgeStan"
77
repository = "https://github.com/roualdes/bridgestan"
88
license = "BSD-3-Clause"
9-
homepage = "https://roualdes.github.io/bridgestan/latest/"
9+
homepage = "https://roualdes.us/bridgestan/latest/"
1010

1111
[dependencies]
1212
libloading = "0.8.0"

0 commit comments

Comments
 (0)