Skip to content

Commit

Permalink
code copy (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA authored Aug 5, 2023
1 parent 9d32abe commit d00311c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
# Tyler

[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://makieorg.github.io/Tyler.jl/blob/main/LICENSE)
[![Latest Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://makieorg.github.io/Tyler.jl/dev/)
[![Build Status](https://makieorg.github.io/Tyler.jl/actions/workflows/ci.yml/badge.svg?branch=master)](https://makieorg.github.io/Tyler.jl/actions/workflows/ci.yml?query=branch%3Amaster)
[![Downloads](https://shields.io/endpoint?url=https://pkgs.genieframework.com/api/v1/badge/Tyler&label=Downloads)](https://pkgs.genieframework.com?packages=Tyler)


## What is Tyler.jl ?

[Tyler.jl](https://makieorg.github.io/Tyler.jl/dev/) is package for displaying tiled maps interactively, with [Makie.jl](https://github.com/MakieOrg/Makie.jl).

Install like this until Tyler is registered:
## Install

Install `Tyler` and `GLMakie`

```julia
]add https://github.com/MakieOrg/Tyler.jl.git
]add Tyler, GLMakie
```
```julia
using Tyler, GLMakie
Expand Down
3 changes: 2 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ theme:
name: material
logo: assets/icons8-green-earth-48.png
features:
- content.code.copy
# - announce.dismiss
#- content.code.annotate
- content.code.annotate
# - content.tabs.link
#- content.tooltips
# - header.autohide
Expand Down

0 comments on commit d00311c

Please sign in to comment.