Skip to content

Commit

Permalink
updated README and docbuild links
Browse files Browse the repository at this point in the history
  • Loading branch information
heckj committed Mar 31, 2022
1 parent ab0b475 commit 0e116b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftviz%2FSwiftViz%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/swiftviz/SwiftViz)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fswiftviz%2FSwiftViz%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/swiftviz/SwiftViz)

[![codecov](https://codecov.io/gh/swiftviz/SwiftViz/branch/master/graph/badge.svg)](https://codecov.io/gh/swiftviz/SwiftViz)
[![codecov](https://codecov.io/gh/swiftviz/Scale/branch/master/graph/badge.svg)](https://codecov.io/gh/swiftviz/Scale)
![@heckj](https://img.shields.io/badge/[email protected]?style=flat "Twitter: @heckj")

A collection of utilities and libraries to provide some of the pieces needed in generating data visualization.
Scale and related types to support creating visualizations.
Loosely based on the APIs and mechanisms created by Mike Bostock and contributors to [D3.js](https://d3js.org)

## Build and test

git clone https://github.com/swiftviz/swiftviz
cd swiftviz
swiftformat --lint . && swiftlint
git clone https://github.com/swiftviz/scale
cd scale
swift test -v

2 changes: 1 addition & 1 deletion docbuild.bash
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ sort all_identifiers.txt \
| sed -e 's/^/- ``/g' \
| sed -e 's/$/``/g' > all_symbols.txt

echo "Page will be available at https://swiftviz.github.io/SwiftViz/documentation/scale/"
echo "Page will be available at https://swiftviz.github.io/Scale/documentation/swiftvizscale/"

0 comments on commit 0e116b1

Please sign in to comment.