Skip to content

Commit 0749d68

Browse files
authored
move docs to README (#165)
1 parent 5f4c1fb commit 0749d68

File tree

5 files changed

+1
-39
lines changed

5 files changed

+1
-39
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,3 @@ jobs:
4141
- uses: codecov/codecov-action@v1
4242
with:
4343
file: lcov.info
44-
docs:
45-
name: Documentation
46-
runs-on: ubuntu-latest
47-
steps:
48-
- uses: actions/checkout@v2
49-
- uses: julia-actions/setup-julia@v1
50-
with:
51-
version: '1'
52-
- run: |
53-
julia --project=docs -e '
54-
using Pkg;
55-
Pkg.develop(PackageSpec(path=pwd()));
56-
Pkg.instantiate()'
57-
- run: julia --project=docs docs/make.jl
58-
env:
59-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
60-
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
[![](https://img.shields.io/badge/docs-latest-blue.svg)](https://JuliaGizmos.github.io/Interact.jl/latest)
55
[![codecov.io](http://codecov.io/github/piever/InteractBase.jl/coverage.svg?branch=master)](http://codecov.io/github/piever/InteractBase.jl?branch=master)
66

7-
A package to create interactive widgets in Julia. The user-facing package is [Interact](https://github.com/JuliaGizmos/Interact.jl) See [the API reference](https://juliagizmos.github.io/Interact.jl/latest/widgets.html) to see which widgets are implemented.
7+
This package is a developer target and it includes the implementation of [Interact](https://github.com/JuliaGizmos/Interact.jl) widgets. The user-facing package is [Interact](https://github.com/JuliaGizmos/Interact.jl) See [the API reference](https://juliagizmos.github.io/Interact.jl/latest/widgets.html) to see which widgets are implemented.

docs/Project.toml

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/make.jl

Lines changed: 0 additions & 14 deletions
This file was deleted.

docs/src/index.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)