-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from ReactiveBayes/dev-replace-personal-links
Replace links to the new organization
- Loading branch information
Showing
4 changed files
with
11 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,6 @@ | |
*.jl.mem | ||
/Manifest.toml | ||
/docs/build/ | ||
|
||
.idea | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
MIT License | ||
|
||
Copyright (c) 2022 Bagaev Dmitry <[email protected]> and contributors | ||
Copyright (c) 2022-2024 Bagaev Dmitry <[email protected]>, 2024-present ReactiveBayes | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,11 +7,11 @@ makedocs(; | |
modules = [ TinyHugeNumbers ], | ||
strict = [ :doctest, :eval_block, :example_block, :meta_block, :parse_error, :setup_block ], | ||
authors = "Bagaev Dmitry <[email protected]> and contributors", | ||
repo = "https://github.com/bvdmitri/TinyHugeNumbers.jl/blob/{commit}{path}#{line}", | ||
repo = "https://github.com/reactivebayes/TinyHugeNumbers.jl/blob/{commit}{path}#{line}", | ||
sitename = "TinyHugeNumbers.jl", | ||
format = Documenter.HTML(; | ||
prettyurls = get(ENV, "CI", "false") == "true", | ||
canonical = "https://bvdmitri.github.io/TinyHugeNumbers.jl", | ||
canonical = "https://reactivebayes.github.io/TinyHugeNumbers.jl", | ||
edit_link = "main", | ||
assets = String[], | ||
), | ||
|
@@ -20,4 +20,4 @@ makedocs(; | |
], | ||
) | ||
|
||
deploydocs(; repo="github.com/bvdmitri/TinyHugeNumbers.jl", devbranch="main") | ||
deploydocs(; repo="github.com/reactivebayes/TinyHugeNumbers.jl", devbranch="main") |