Skip to content

Commit

Permalink
Reduce links
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Oct 17, 2020
1 parent d49dd70 commit d2915e9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 23 deletions.
11 changes: 1 addition & 10 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,7 @@ install_github("wlandau/tarchetypes")

## Documentation

* [Reference](https://wlandau.github.io/tarchetypes/): package website.
* [Functions](https://wlandau.github.io/tarchetypes/reference/index.html): documentation and examples of all user-side functions.

## Examples

The following examples use the `tar_render()` archetype in pipelines.

* [Minimal example](https://github.com/wlandau/targets-minimal).
* [Machine learning with Keras](https://github.com/wlandau/targets-keras).
* [Validating a Stan model](https://github.com/wlandau/targets-stan).
For specific documentation on `tarchetypes`, including the help files of all user-side functions, please visit the [reference website](https://wlandau.github.io/tarchetypes/). For documentation on [`targets`](https://github.com/wlandau/targets) in general, please visit the [`targets` reference website](https://wlandau.github.io/targets). Many of the linked resources use `tarchetypes` functions such as [`tar_render()`](https://wlandau.github.io/tarchetypes/reference/tar_render.html).

## Participation

Expand Down
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,19 +155,13 @@ install_github("wlandau/tarchetypes")

## Documentation

- [Reference](https://wlandau.github.io/tarchetypes/): package
website.
- [Functions](https://wlandau.github.io/tarchetypes/reference/index.html):
documentation and examples of all user-side functions.

## Examples

The following examples use the `tar_render()` archetype in pipelines.

- [Minimal example](https://github.com/wlandau/targets-minimal).
- [Machine learning with
Keras](https://github.com/wlandau/targets-keras).
- [Validating a Stan model](https://github.com/wlandau/targets-stan).
For specific documentation on `tarchetypes`, including the help files of
all user-side functions, please visit the [reference
website](https://wlandau.github.io/tarchetypes/). For documentation on
[`targets`](https://github.com/wlandau/targets) in general, please visit
the [`targets` reference website](https://wlandau.github.io/targets).
Many of the linked resources use `tarchetypes` functions such as
[`tar_render()`](https://wlandau.github.io/tarchetypes/reference/tar_render.html).

## Participation

Expand Down

0 comments on commit d2915e9

Please sign in to comment.