Skip to content

Commit f9b6281

Browse files
committed
update name to FastMultipole
1 parent da1e207 commit f9b6281

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

docs/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[deps]
22
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
3-
FLOWFMM = "ce07d0d3-2b9f-49ba-89eb-12c800257c85"
3+
FastMultipole = "ce07d0d3-2b9f-49ba-89eb-12c800257c85"

docs/make.jl

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
using FLOWFMM
1+
using FastMultipole
22
using Documenter
33

4-
DocMeta.setdocmeta!(FLOWFMM, :DocTestSetup, :(using FLOWFMM); recursive=true)
4+
DocMeta.setdocmeta!(FastMultipole, :DocTestSetup, :(using FastMultipole); recursive=true)
55

66
makedocs(;
7-
modules=[FLOWFMM],
7+
modules=[FastMultipole],
88
authors="Ryan Anderson <rymanderson@gmail.com> and contributors",
9-
sitename="FLOWFMM.jl",
9+
sitename="FastMultipole.jl",
1010
format=Documenter.HTML(;
11-
canonical="https://flow.byu.edu/FLOWFMM",
11+
canonical="https://flow.byu.edu/FastMultipole",
1212
edit_link="main",
1313
assets=String[],
1414
),
@@ -22,6 +22,6 @@ makedocs(;
2222
)
2323

2424
deploydocs(;
25-
repo="github.com/byuflowlab/FLOWFMM",
25+
repo="github.com/byuflowlab/FastMultipole",
2626
devbranch="main",
2727
)

docs/src/index.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
```@meta
2-
CurrentModule = FLOWFMM
2+
CurrentModule = FastMultipole
33
```
44

5-
# FLOWFMM
5+
# FastMultipole
66

7-
Documentation for [FLOWFMM](https://github.com/byuflowlab/FLOWFMM).
7+
Documentation for [FastMultipole](https://github.com/byuflowlab/FastMultipole).
88

99
```@index
1010
```
1111

1212
```@autodocs
13-
Modules = [FLOWFMM]
13+
Modules = [FastMultipole]
1414
```

docs/src/tutorial.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Tutorial
22

3-
Here is how you run FLOWFMM.
3+
Here is how you run FastMultipole.

0 commit comments

Comments
 (0)