Skip to content

Commit 435c2bf

Browse files
committed
Files generated by PkgTemplates
1 parent 95f60bd commit 435c2bf

File tree

11 files changed

+202
-0
lines changed

11 files changed

+202
-0
lines changed

.gitignore

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

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Documentation: http://docs.travis-ci.com/user/languages/julia/
2+
language: julia
3+
os:
4+
- linux
5+
- osx
6+
julia:
7+
- 1.0
8+
- nightly
9+
notifications:
10+
email: false
11+
after_success:
12+
- julia -e 'using Pkg; Pkg.add("Coverage"); using Coverage; Codecov.submit(process_folder())'
13+
jobs:
14+
allow_failures:
15+
- julia: nightly
16+
fast_finish: true
17+
include:
18+
- stage: Documentation
19+
julia: 1.0
20+
script: julia --project=docs -e '
21+
using Pkg;
22+
Pkg.develop(PackageSpec(path=pwd()));
23+
Pkg.instantiate();
24+
include("docs/make.jl");'
25+
after_success: skip

LICENSE

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Copyright (c) 2020 willtebbutt <[email protected]>
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in all
11+
copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19+
SOFTWARE.

Project.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name = "LatentGPs"
2+
uuid = "45b822f7-b0f9-4a40-9473-dffa0412f8e7"
3+
authors = ["willtebbutt <[email protected]>"]
4+
version = "0.1.0"
5+
6+
[compat]
7+
julia = "1"
8+
9+
[extras]
10+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
11+
12+
[targets]
13+
test = ["Test"]

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# LatentGPs
2+
3+
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaGaussianProcesses.github.io/LatentGPs.jl/stable)
4+
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaGaussianProcesses.github.io/LatentGPs.jl/dev)
5+
[![Build Status](https://travis-ci.com/JuliaGaussianProcesses/LatentGPs.jl.svg?branch=master)](https://travis-ci.com/JuliaGaussianProcesses/LatentGPs.jl)
6+
[![Codecov](https://codecov.io/gh/JuliaGaussianProcesses/LatentGPs.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaGaussianProcesses/LatentGPs.jl)

docs/Manifest.toml

Lines changed: 93 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
[[Base64]]
4+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
5+
6+
[[Dates]]
7+
deps = ["Printf"]
8+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
9+
10+
[[Distributed]]
11+
deps = ["Random", "Serialization", "Sockets"]
12+
uuid = "8ba89e20-285c-5b6f-9357-94700520ee1b"
13+
14+
[[DocStringExtensions]]
15+
deps = ["LibGit2", "Markdown", "Pkg", "Test"]
16+
git-tree-sha1 = "88bb0edb352b16608036faadcc071adda068582a"
17+
uuid = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
18+
version = "0.8.1"
19+
20+
[[Documenter]]
21+
deps = ["Base64", "Dates", "DocStringExtensions", "InteractiveUtils", "JSON", "LibGit2", "Logging", "Markdown", "REPL", "Test", "Unicode"]
22+
git-tree-sha1 = "395fa1554c69735802bba37d9e7d9586fd44326c"
23+
uuid = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
24+
version = "0.24.11"
25+
26+
[[InteractiveUtils]]
27+
deps = ["Markdown"]
28+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
29+
30+
[[JSON]]
31+
deps = ["Dates", "Mmap", "Parsers", "Unicode"]
32+
git-tree-sha1 = "b34d7cef7b337321e97d22242c3c2b91f476748e"
33+
uuid = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
34+
version = "0.21.0"
35+
36+
[[LibGit2]]
37+
deps = ["Printf"]
38+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
39+
40+
[[Libdl]]
41+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
42+
43+
[[Logging]]
44+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
45+
46+
[[Markdown]]
47+
deps = ["Base64"]
48+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
49+
50+
[[Mmap]]
51+
uuid = "a63ad114-7e13-5084-954f-fe012c677804"
52+
53+
[[Parsers]]
54+
deps = ["Dates", "Test"]
55+
git-tree-sha1 = "72c3451932513427caffbd8bab15643ad693804b"
56+
uuid = "69de0a69-1ddd-5017-9359-2bf0b02dc9f0"
57+
version = "1.0.3"
58+
59+
[[Pkg]]
60+
deps = ["Dates", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "UUIDs"]
61+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
62+
63+
[[Printf]]
64+
deps = ["Unicode"]
65+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
66+
67+
[[REPL]]
68+
deps = ["InteractiveUtils", "Markdown", "Sockets"]
69+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
70+
71+
[[Random]]
72+
deps = ["Serialization"]
73+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
74+
75+
[[SHA]]
76+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
77+
78+
[[Serialization]]
79+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
80+
81+
[[Sockets]]
82+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
83+
84+
[[Test]]
85+
deps = ["Distributed", "InteractiveUtils", "Logging", "Random"]
86+
uuid = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
87+
88+
[[UUIDs]]
89+
deps = ["Random", "SHA"]
90+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
91+
92+
[[Unicode]]
93+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"

docs/Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[deps]
2+
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"

docs/make.jl

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
using Documenter, LatentGPs
2+
3+
makedocs(;
4+
modules=[LatentGPs],
5+
format=Documenter.HTML(),
6+
pages=[
7+
"Home" => "index.md",
8+
],
9+
repo="https://github.com/JuliaGaussianProcesses/LatentGPs.jl/blob/{commit}{path}#L{line}",
10+
sitename="LatentGPs.jl",
11+
authors="willtebbutt <[email protected]>",
12+
assets=String[],
13+
)
14+
15+
deploydocs(;
16+
repo="github.com/JuliaGaussianProcesses/LatentGPs.jl",
17+
)

docs/src/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# LatentGPs.jl
2+
3+
```@index
4+
```
5+
6+
```@autodocs
7+
Modules = [LatentGPs]
8+
```

src/LatentGPs.jl

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module LatentGPs
2+
3+
greet() = print("Hello World!")
4+
5+
end # module

0 commit comments

Comments
 (0)