Skip to content

Commit 7f1aaf6

Browse files
committed
update all readme links
1 parent 4ddb984 commit 7f1aaf6

File tree

6 files changed

+74
-51
lines changed

6 files changed

+74
-51
lines changed

GraphRecipes/README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
[gh-ci-img]: https://github.com/JuliaPlots/GraphRecipes.jl/workflows/ci/badge.svg?branch=master
2-
[gh-ci-url]: https://github.com/JuliaPlots/GraphRecipes.jl/actions?query=workflow%3Aci
3-
41
# GraphRecipes
52
The repository formerly known as PlotRecipes
63

7-
[![Build Status][gh-ci-img]][gh-ci-url]
8-
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.juliaplots.org/stable/GraphRecipes/introduction)
9-
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://julialang.zulipchat.com/#narrow/stream/236493-plots)
4+
[![CI](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2)](
5+
https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
6+
)
7+
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](
8+
https://docs.juliaplots.org/stable/GraphRecipes/introduction
9+
)
10+
[![Project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](
11+
https://julialang.zulipchat.com/#narrow/stream/236493-plots
12+
)
1013

1114
## Summary
1215
In this repository, a graph is a network of connected nodes (although sometimes people use the same word to refer to a plot). If you want to do plotting, then use [Plots.jl](https://github.com/JuliaPlots/Plots.jl).

GraphRecipes/src/graphs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ edgestyle = :solid
300300
trim = false
301301
```
302302
303-
See the [documentation]( http://docs.juliaplots.org/latest/graphrecipes/introduction/ ) for
303+
See the [documentation](https://docs.juliaplots.org/stable/GraphRecipes/introduction/) for
304304
more details.
305305
"""
306306
@userplot GraphPlot

README.md

Lines changed: 29 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,27 @@
44

55
# Plots
66

7-
[gh-ci-img]: https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2
8-
[gh-ci-url]: https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
9-
10-
[pkgeval-img]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/Plots.svg
11-
[pkgeval-url]: https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
12-
13-
[gitter-img]: https://badges.gitter.im/tbreloff/Plots.jl.svg
14-
[gitter-url]: https://gitter.im/tbreloff/Plots.jl?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
15-
16-
[docs-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
17-
[docs-stable-url]: https://docs.juliaplots.org/stable
18-
19-
[docs-dev-img]: https://img.shields.io/badge/docs-dev-blue.svg
20-
[docs-dev-url]: https://docs.juliaplots.org/dev
21-
22-
[![][gh-ci-img]][gh-ci-url]
23-
[![][pkgeval-img]][pkgeval-url]
24-
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://julialang.zulipchat.com/#narrow/stream/236493-plots)
25-
[![][docs-stable-img]][docs-stable-url]
26-
[![][docs-dev-img]][docs-dev-url]
27-
[![Codecov](https://codecov.io/gh/JuliaPlots/Plots.jl/branch/v2/graph/badge.svg)](https://codecov.io/gh/JuliaPlots/Plots.jl/tree/v2)
28-
[![Plots Downloads](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FPlots&query=total_requests&suffix=%2Fmonth&label=Downloads)](https://juliapkgstats.com/pkg/Plots)
7+
[![CI](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2)](
8+
https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
9+
)
10+
[![PkgEval](https://juliaci.github.io/NanosoldierReports/pkgeval_badges/P/Plots.svg)](
11+
https://juliaci.github.io/NanosoldierReports/pkgeval_badges/report.html
12+
)
13+
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](
14+
https://julialang.zulipchat.com/#narrow/stream/236493-plots
15+
)
16+
[![Docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](
17+
https://docs.juliaplots.org/stable/
18+
)
19+
[![Docs dev](https://img.shields.io/badge/docs-dev-blue.svg)](
20+
https://docs.juliaplots.org/dev
21+
)
22+
[![Codecov](https://codecov.io/gh/JuliaPlots/Plots.jl/branch/v2/graph/badge.svg)](
23+
https://codecov.io/gh/JuliaPlots/Plots.jl/tree/v2
24+
)
25+
[![Plots DL](https://img.shields.io/badge/dynamic/json?url=http%3A%2F%2Fjuliapkgstats.com%2Fapi%2Fv1%2Fmonthly_downloads%2FPlots&query=total_requests&suffix=%2Fmonth&label=Downloads)](
26+
https://juliapkgstats.com/pkg/Plots
27+
)
2928

3029
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4725317.svg)](https://doi.org/10.5281/zenodo.4725317)
3130
This is the DOI for all Versions, please follow the link to get the DOI for a specific version.
@@ -34,12 +33,12 @@ This is the DOI for all Versions, please follow the link to get the DOI for a sp
3433

3534
#### Maintained by the [JuliaPlots members](https://github.com/orgs/JuliaPlots/people)
3635

37-
Plots is a plotting API and toolset. My goals with the package are:
36+
Plots is a plotting API and toolset.
3837

39-
- **Powerful**. Do more with less. Complex visualizations become easy.
40-
- **Intuitive**. Stop reading so much documentation. Commands should "just work".
41-
- **Concise**. Less code means fewer mistakes and more efficient development/analysis.
42-
- **Flexible**. Produce your favorite plots from your favorite package, but quicker and simpler.
43-
- **Consistent**. Don't commit to one graphics package, use the same code everywhere.
44-
- **Lightweight**. Very few dependencies.
45-
- **Smart**. Attempts to figure out what you **want** it to do... not just what you **tell** it.
38+
The goals of the package are:
39+
- **Powerful**: do more with less, omplex visualizations become easy.
40+
- **Intuitive**: stop reading so much documentation, commands should "just work".
41+
- **Concise**: less code means fewer mistakes and more efficient development/analysis.
42+
- **Flexible**: produce your favorite plots from your favorite package, but quicker and simpler.
43+
- **Consistent**: don't commit to one graphics package, use the same code everywhere.
44+
- **Smart**: attempts to figure out what you **want** it to do ... not just what you **tell** it.

RecipesBase/README.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,20 @@
11
# RecipesBase
22

3-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.juliaplots.org/stable/RecipesBase)
4-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://docs.juliaplots.org/dev/RecipesBase)
5-
[![CI](https://github.com/JuliaPlots/Plots.jl/workflows/ci/badge.svg?branch=master)](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml)
6-
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://julialang.zulipchat.com/#narrow/stream/236493-plots)
7-
[![deps](https://juliahub.com/docs/RecipesBase/deps.svg)](https://juliahub.com/ui/Packages/RecipesBase/8e2Mm?t=2)
3+
[![Docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](
4+
https://docs.juliaplots.org/stable/RecipesBase/
5+
)
6+
[![Docs dev](https://img.shields.io/badge/docs-dev-blue.svg)](
7+
https://docs.juliaplots.org/dev/RecipesBase/
8+
)
9+
[![CI](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2)](
10+
https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
11+
)
12+
[![Project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](
13+
https://julialang.zulipchat.com/#narrow/stream/236493-plots
14+
)
15+
[![Deps](https://juliahub.com/docs/RecipesBase/deps.svg)](
16+
https://juliahub.com/ui/Packages/RecipesBase/8e2Mm?t=2
17+
)
818

919
### Author: Thomas Breloff (@tbreloff)
1020

RecipesPipeline/README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
# RecipesPipeline
22

3-
[![](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.juliaplots.org/stable/RecipesPipeline)
4-
[![](https://img.shields.io/badge/docs-dev-blue.svg)](https://docs.juliaplots.org/dev/RecipesPipeline)
5-
[![CI](https://github.com/JuliaPlots/Plots.jl/workflows/ci/badge.svg?branch=master)](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml)
6-
[![Codecov](https://codecov.io/gh/JuliaPlots/RecipesPipeline.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaPlots/RecipesPipeline.jl)
7-
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://julialang.zulipchat.com/#narrow/stream/236493-plots)
3+
[![Docs stable](https://img.shields.io/badge/docs-stable-blue.svg)](
4+
https://docs.juliaplots.org/stable/RecipesPipeline/
5+
)
6+
[![Docs dev](https://img.shields.io/badge/docs-dev-blue.svg)](
7+
https://docs.juliaplots.org/dev/RecipesPipeline/
8+
)
9+
[![CI](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2)](
10+
https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
11+
)
12+
[![Project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](
13+
https://julialang.zulipchat.com/#narrow/stream/236493-plots
14+
)
815

916
#### An implementation of the recipe pipeline from Plots
1017
This package was factored out of Plots.jl to allow any other plotting package to use the recipe pipeline. In short, the extremely lightweight RecipesBase.jl package can be depended on by any package to define "recipes": plot specifications of user-defined types, as well as custom plot types. RecipesPipeline.jl contains the machinery to translate these recipes to full specifications for a plot.

StatsPlots/README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# StatsPlots
22

3-
[![Build Status](https://travis-ci.org/JuliaPlots/StatsPlots.jl.svg?branch=master)](https://travis-ci.org/JuliaPlots/StatsPlots.jl)
4-
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://docs.juliaplots.org/latest/generated/statsplots/)
5-
[![project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://julialang.zulipchat.com/#narrow/stream/236493-plots)
6-
3+
[![CI](https://github.com/JuliaPlots/Plots.jl/actions/workflows/ci.yml/badge.svg?branch=v2)](
4+
https://github.com/JuliaPlots/Plots.jl/actions?query=workflow%3Aci
5+
)
6+
[![Documentation](https://img.shields.io/badge/docs-stable-blue.svg)](
7+
https://docs.juliaplots.org/stable/generated/statsplots/)
8+
[![Project chat](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](
9+
https://julialang.zulipchat.com/#narrow/stream/236493-plots
10+
)
711

812
### Original author: Thomas Breloff (@tbreloff), maintained by the JuliaPlots members
913

0 commit comments

Comments
 (0)