Skip to content

Commit 085fc16

Browse files
committed
fix
1 parent fabc9d6 commit 085fc16

File tree

3 files changed

+9
-21
lines changed

3 files changed

+9
-21
lines changed

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,2 @@
11
Manifest.toml
22
docs/build/
3-
docs/site/
4-
*.jl.cov
5-
*.jl.*.cov
6-
*.jl.mem
7-
test/diagram.dot

LICENSE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
The MetaGraphs.jl package is licensed under the MIT "Expat" License:
1+
The MetaGraphsNext.jl package is licensed under the MIT "Expat" License:
22

3-
> Copyright (c) 2017: Seth Bromberger.
4-
>
3+
> Copyright (c) 2020: Brandon Taylor.
4+
>
55
> Permission is hereby granted, free of charge, to any person obtaining a copy
66
> of this software and associated documentation files (the "Software"), to deal
77
> in the Software without restriction, including without limitation the rights
88
> to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99
> copies of the Software, and to permit persons to whom the Software is
1010
> furnished to do so, subject to the following conditions:
11-
>
11+
>
1212
> The above copyright notice and this permission notice shall be included in all
1313
> copies or substantial portions of the Software.
14-
>
14+
>
1515
> THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1616
> IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
1717
> FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
> AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
> LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
> OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
> SOFTWARE.
22-
>
22+
>

docs/make.jl

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
1-
using Pkg: develop, instantiate, PackageSpec
2-
develop(PackageSpec(path = pwd()))
3-
4-
using MetaGraphs
5-
6-
instantiate()
7-
1+
using MetaGraphsNext
82
using Documenter: deploydocs, makedocs
9-
10-
makedocs(sitename = "MetaGraphs.jl", modules = [MetaGraphs], doctest = false)
11-
deploydocs(repo = "github.com/JuliaGraphs/MetaGraphs.jl.git", push_preview = true)
3+
makedocs(sitename = "MetaGraphsNext.jl", modules = [MetaGraphsNext], doctest = false)
4+
deploydocs(repo = "github.com/bramtayl/MetaGraphsNext.jl.git")

0 commit comments

Comments
 (0)