Skip to content

Commit

Permalink
termtosvg table.svg
Browse files Browse the repository at this point in the history
  • Loading branch information
wookay committed Jul 9, 2018
1 parent cdaf17e commit 7940082
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 32 deletions.
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ julia> table(board, colnames=["x" "y" "z"], rownames=["A" "B"])
| B | 21 | 22 | 23 |
```

![table.svg](https://wookay.github.io/docs/Millboard.jl/assets/millboard/table.svg)


* `Millboard.set_table_mode` : to change the display mode
- `:markdown` (default)
Expand Down Expand Up @@ -108,20 +110,10 @@ julia> table(board)

# Install

`julia>` type `]` key

```julia
λ ~$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0 (2017-06-19 13:05 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> Pkg.add("Millboard")
julia> Pkg.checkout("Millboard", "master")
(v0.7) pkg> add Millboard
```


Expand Down
4 changes: 4 additions & 0 deletions docs/src/assets/millboard/table.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 2 additions & 19 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ julia> table(board, colnames=["x" "y" "z"], rownames=["A" "B"])
| B | 21 | 22 | 23 |
```

![table.svg](./assets/millboard/table.svg)


* `Millboard.set_table_mode` : to change the display mode
- `:markdown` (default)
Expand Down Expand Up @@ -100,22 +102,3 @@ julia> table(board)
| 3x1 | 3 |
+-----+-------+
```


# Install

```julia
λ ~$ julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: https://docs.julialang.org
_ _ _| |_ __ _ | Type "?help" for help.
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.6.0 (2017-06-19 13:05 UTC)
_/ |\__'_|_|_|\__'_| | Official http://julialang.org/ release
|__/ | x86_64-apple-darwin13.4.0
julia> Pkg.add("Millboard")
julia> Pkg.checkout("Millboard", "master")
```

0 comments on commit 7940082

Please sign in to comment.