Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update references #129

Merged
merged 2 commits into from
Aug 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
57 changes: 4 additions & 53 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
The PBWDeformations.jl package is lincensed under the GNU General Public License v3.0. The full text of the license is included below.
Copyright (C) 2021-2023 Johannes Flake, Lars Göttgens


GNU GENERAL PUBLIC LICENSE
Version 3, 29 June 2007

Expand Down Expand Up @@ -619,56 +623,3 @@ Program, unless a warranty or assumption of liability accompanies a
copy of the Program in return for a fee.

END OF TERMS AND CONDITIONS

How to Apply These Terms to Your New Programs

If you develop a new program, and you want it to be of the greatest
possible use to the public, the best way to achieve this is to make it
free software which everyone can redistribute and change under these terms.

To do so, attach the following notices to the program. It is safest
to attach them to the start of each source file to most effectively
state the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

PBWDeformations.jl
Copyright (C) 2022 Johannes Flake

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.

Also add information on how to contact you by electronic and paper mail.

If the program does terminal interaction, make it output a short
notice like this when it starts in an interactive mode:

<program> Copyright (C) 2022 Johannes Flake
This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `show c' for details.

The hypothetical commands `show w' and `show c' should show the appropriate
parts of the General Public License. Of course, your program's commands
might be different; for a GUI interface, you would use an "about box".

You should also get your employer (if you work as a programmer) or school,
if any, to sign a "copyright disclaimer" for the program, if necessary.
For more information on this, and how to apply and follow the GNU GPL, see
<https://www.gnu.org/licenses/>.

The GNU General Public License does not permit incorporating your program
into proprietary programs. If your program is a subroutine library, you
may consider it more useful to permit linking proprietary applications with
the library. If this is what you want to do, use the GNU Lesser General
Public License instead of this License. But first, please read
<https://www.gnu.org/licenses/why-not-lgpl.html>.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

| **Documentation** | **Build Status** |
|:-------------------------------------------------------------------------:|:-----------------------------------------------------:|
| [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://pbwdeformations.github.io/PBWDeformations.jl/stable/) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://pbwdeformations.github.io/PBWDeformations.jl/dev/) | [![](https://github.com/PBWDeformations/PBWDeformations.jl/actions/workflows/Tests.yml/badge.svg?branch=master)](https://github.com/PBWDeformations/PBWDeformations.jl/actions/workflows/Tests.yml) [![](https://codecov.io/gh/PBWDeformations/PBWDeformations.jl/branch/master/graph/badge.svg?token=J9XN35I1WU)](https://app.codecov.io/gh/PBWDeformations/PBWDeformations.jl) |
| [![](https://img.shields.io/badge/docs-stable-blue.svg)](https://lgoettgens.github.io/PBWDeformations.jl/stable/) [![](https://img.shields.io/badge/docs-dev-blue.svg)](https://lgoettgens.github.io/PBWDeformations.jl/dev/) | [![](https://github.com/lgoettgens/PBWDeformations.jl/actions/workflows/Tests.yml/badge.svg?branch=master)](https://github.com/lgoettgens/PBWDeformations.jl/actions/workflows/Tests.yml) [![](https://codecov.io/gh/lgoettgens/PBWDeformations.jl/branch/master/graph/badge.svg?token=J9XN35I1WU)](https://app.codecov.io/gh/lgoettgens/PBWDeformations.jl) |

# PBWDeformations.jl Julia package

Expand All @@ -24,8 +24,8 @@ To solve classification problems efficiently, we use representation theoretic id

## Basic usage

Please consult the [example jupyter notebook](https://nbviewer.org/urls/raw.githubusercontent.com/PBWDeformations/PBWDeformations.jl/master/examples/PBWDeformationsNotebook.ipynb) for v0.1.
We expect documentation to be found at some point in future at [https://pbwdeformations.github.io/PBWDeformations.jl/](https://pbwdeformations.github.io/PBWDeformations.jl/).
Please consult the [example jupyter notebook](https://nbviewer.org/urls/raw.githubusercontent.com/lgoettgens/PBWDeformations.jl/master/examples/PBWDeformationsNotebook.ipynb) for v0.1.
We expect documentation to be found at some point in future at [https://lgoettgens.github.io/PBWDeformations.jl/](https://lgoettgens.github.io/PBWDeformations.jl/).

## General Disclaimer

Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ bib = CitationBibliography(joinpath(@__DIR__, "references.bib"); style=:alpha)
makedocs(
bib,
modules = [PBWDeformations],
repo = "https://github.com/PBWDeformations/PBWDeformations.jl/blob/{commit}{path}#{line}",
repo = "https://github.com/lgoettgens/PBWDeformations.jl/blob/{commit}{path}#{line}",
sitename = "PBWDeformations.jl",
checkdocs = :none, #:all, :exports
strict = true,
format = Documenter.HTML(;
prettyurls = get(ENV, "CI", nothing) == "true",
canonical = "https://pbwdeformations.github.io/PBWDeformations.jl/",
canonical = "https://lgoettgens.github.io/PBWDeformations.jl/",
),
pages = [
"PBWDeformations.jl" => "index.md",
Expand All @@ -38,7 +38,7 @@ makedocs(
)

deploydocs(
repo = "github.com/PBWDeformations/PBWDeformations.jl.git",
repo = "github.com/lgoettgens/PBWDeformations.jl.git",
deploy_config = Documenter.GitHubActions(),
branch = "gh-pages",
)
Loading