Skip to content

Commit

Permalink
Change package location to JuliaMath
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Oct 12, 2021
1 parent 96235c5 commit 3f803b7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# InverseFunctions.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://oschulz.github.io/InverseFunctions.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/InverseFunctions.jl/dev)
[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaMath.github.io/InverseFunctions.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaMath.github.io/InverseFunctions.jl/dev)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/oschulz/InverseFunctions.jl/workflows/CI/badge.svg?branch=master)](https://github.com/oschulz/InverseFunctions.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/oschulz/InverseFunctions.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/oschulz/InverseFunctions.jl)
[![Build Status](https://github.com/JuliaMath/InverseFunctions.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaMath/InverseFunctions.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/JuliaMath/InverseFunctions.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaMath/InverseFunctions.jl)


InverseFunctions.jl defines an interface to invert functions.
Expand All @@ -14,5 +14,5 @@ beyond `Base` and `Test`.

## Documentation

* [Documentation for stable version](https://oschulz.github.io/InverseFunctions.jl/stable)
* [Documentation for development version](https://oschulz.github.io/InverseFunctions.jl/dev)
* [Documentation for stable version](https://JuliaMath.github.io/InverseFunctions.jl/stable)
* [Documentation for development version](https://JuliaMath.github.io/InverseFunctions.jl/dev)
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ makedocs(
modules = [InverseFunctions],
format = Documenter.HTML(
prettyurls = !("local" in ARGS),
canonical = "https://oschulz.github.io/InverseFunctions.jl/stable/"
canonical = "https://JuliaMath.github.io/InverseFunctions.jl/stable/"
),
pages = [
"Home" => "index.md",
Expand All @@ -33,7 +33,7 @@ makedocs(
)

deploydocs(
repo = "github.com/oschulz/InverseFunctions.jl.git",
repo = "github.com/JuliaMath/InverseFunctions.jl.git",
forcepush = true,
push_preview = true,
)

6 comments on commit 3f803b7

@oschulz
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Changing package repo URL not allowed, please submit a pull request with the URL change to the target registry and retry.

@devmotion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oschulz
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes, thanks!

@devmotion
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/46600

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.1 -m "<description of version>" 3f803b7c83e923d3deb4e0d7e69d658c8538bed8
git push origin v0.1.1

Please sign in to comment.