Skip to content
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# TwoBody.jl [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ohno.github.io/TwoBody.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ohno.github.io/TwoBody.jl/dev) [![Build Status](https://github.com/ohno/TwoBody.jl/workflows/CI/badge.svg)](https://github.com/ohno/TwoBody.jl/actions)
# TwoBody.jl [![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliafewbody.github.io/TwoBody.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliafewbody.github.io/TwoBody.jl/dev) [![Build Status](https://github.com/JuliaFewBody/TwoBody.jl/workflows/CI/badge.svg)](https://github.com/JuliaFewBody/TwoBody.jl/actions)

TwoBody.jl: a Julia package for quantum mechanical two-body problems

## Documentation

https://ohno.github.io/TwoBody.jl/dev/
https://juliafewbody.github.io/TwoBody.jl/dev/

## Dependency

Expand Down Expand Up @@ -32,7 +32,7 @@ flowchart TD
There are several tools for developers.

```sh
git clone https://github.com/ohno/TwoBody.jl.git
git clone https://github.com/JuliaFewBody/TwoBody.jl.git
cd TwoBody.jl
julia
julia> include("dev/revice.jl")
Expand Down
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(TwoBody, :DocTestSetup, :(using TwoBody); recursive=true)
makedocs(;
modules=[TwoBody],
authors="Shuhei Ohno",
repo="https://github.com/ohno/TwoBody.jl/blob/{commit}{path}#{line}",
repo="https://github.com/JuliaFewBody/TwoBody.jl/blob/{commit}{path}#{line}",
sitename="TwoBody.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://ohno.github.io/TwoBody.jl",
canonical="https://juliafewbody.github.io/TwoBody.jl/",
assets=String[
"./assets/logo.ico",
],
Expand All @@ -27,5 +27,5 @@ makedocs(;
)

deploydocs(;
repo="github.com/ohno/TwoBody.jl",
repo="github.com/JuliaFewBody/TwoBody.jl",
)
6 changes: 3 additions & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ CurrentModule = TwoBody

# TwoBody.jl

[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://ohno.github.io/TwoBody.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://ohno.github.io/TwoBody.jl/dev) [![Build Status](https://github.com/ohno/TwoBody.jl/workflows/CI/badge.svg)](https://github.com/ohno/TwoBody.jl/actions)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://juliafewbody.github.io/TwoBody.jl/stable) [![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://juliafewbody.github.io/TwoBody.jl/dev) [![Build Status](https://github.com/JuliaFewBody/TwoBody.jl/workflows/CI/badge.svg)](https://github.com/JuliaFewBody/TwoBody.jl/actions)

[TwoBody.jl](https://github.com/ohno/TwoBody.jl): a Julia package for quantum mechanical two-body problems
[TwoBody.jl](https://github.com/JuliaFewBody/TwoBody.jl): a Julia package for quantum mechanical two-body problems

## Install

Run the following code on the REPL or Jupyter Notebook to install this package.

```julia
import Pkg; Pkg.add(url="https://github.com/ohno/TwoBody.jl.git")
import Pkg; Pkg.add(url="https://github.com/JuliaFewBody/TwoBody.jl.git")
```

## Usage
Expand Down
Loading