Skip to content
This repository was archived by the owner on Mar 31, 2022. It is now read-only.
Draft
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
Empty file modified .github/scripts/install-nbconvert.bash
100644 → 100755
Empty file.
23 changes: 23 additions & 0 deletions .github/workflows/publish-docs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Publish Docs

on:
push:
branches:
- notebooks

jobs:
publish:
name: Publish
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/[email protected]
- name: Install Julia
uses: julia-actions/setup-julia@v1
with:
version: 1.6.2
- name: Publish the documentation
run: |
.github/scripts/install-nbconvert.bash
julia --project=docs -e 'using Pkg; Pkg.instantiate()'
julia --project=docs docs/make.jl
25 changes: 0 additions & 25 deletions .travis.yml

This file was deleted.

2,296 changes: 2,295 additions & 1 deletion notebooks/KIC1430163/EQP/EQP.ipynb

Large diffs are not rendered by default.

1,914 changes: 1,913 additions & 1 deletion notebooks/KIC1430163/KIC1430163.ipynb

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions notebooks/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
[deps]
AbstractGPs = "99985d1d-32ba-4be9-9821-2ec096f28918"
GRUtils = "0337cf30-a0fd-11e9-31db-a79914c9d7ac"
KernelFunctions = "ec8451be-7e33-11e9-00cf-bbf324bd1392"
LombScargle = "fc60dff9-86e7-5f2f-a8a0-edeadbb75bd9"
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
PyCall = "438e738f-606a-5dbb-bf0a-cddfbfd45ab0"
PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
Stheno = "8188c328-b5d6-583d-959b-9690869a5511"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
GRUtils = "=0.6.2"
KernelFunctions = "=0.10.16"
LombScargle = "=1.0.2"
NBInclude = "=2.2.0"
Optim = "=1.4.1"
PyCall = "=1.92.3"
PyPlot = "=2.9.0"
Stheno = "=0.7.13"
Zygote = "=0.6.20"
julia = "~1.6.2"