Skip to content

Commit 461e372

Browse files
committed
Edit some documentation links
Signed-off-by: David DeTomaso <davedeto@gmail.com>
1 parent 489d6a5 commit 461e372

3 files changed

Lines changed: 8 additions & 15 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,9 @@ We recommend installing VISION via github using devtools:
1313

1414
```r
1515
require(devtools)
16-
install_github("YosefLab/VISION", build_vignettes=T)
16+
install_github("YosefLab/VISION")
1717
```
1818

19-
We recommend using the build_vignettes argument to view vignettes from R (use the `vignette()` function).
20-
2119
See the DESCRIPTION file for a complete list of R dependencies. If the R dependencies are already installed, installation should finish in a few minutes.
2220

2321
## The VISION Pipeline
@@ -33,9 +31,9 @@ VISION generally follows the same pipeline from iteration to iteration, where mi
3331

3432
## How to run VISION
3533

36-
You can refer to the [vignettes](/vignettes) to run VISION. To note, there is an extra vignette detailing how
37-
to properly interface with [Dynverse](https://github.com/dynverse) for incorporating VISION into your
38-
trajectory inference pipeline.
34+
For general instructions on running VISION, see the [Getting Started](https://yoseflab.github.io/VISION/articles/VISION-vignette.html) vignette.
35+
36+
More information can be found throughout the rest of the tutorials on the [Documentation](https://yoseflab.github.io/VISION/) site.
3937

4038
## Sample Output
4139

docs/index.html

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.Rmd

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ We recommend installing VISION via github using devtools:
1212

1313
```r
1414
require(devtools)
15-
install_github("YosefLab/VISION", build_vignettes=T)
15+
install_github("YosefLab/VISION")
1616
```
1717

18-
We recommend using the build_vignettes argument to view vignettes from R (use the `vignette()` function).
19-
2018
See the DESCRIPTION file for a complete list of R dependencies. If the R dependencies are already installed, installation should finish in a few minutes.
2119

2220
## The VISION Pipeline
@@ -32,9 +30,7 @@ VISION generally follows the same pipeline from iteration to iteration, where mi
3230

3331
## How to run VISION
3432

35-
You can refer to the [vignettes](/vignettes) to run VISION. To note, there is an extra vignette detailing how
36-
to properly interface with [Dynverse](https://github.com/dynverse) for incorporating VISION into your
37-
trajectory inference pipeline.
33+
You can refer to the [Getting Started page](/articles/VISION-vignette.html) for instructions on running VISION. Additional vignettes are available in the Tutorials menu above.
3834

3935
## Sample Output
4036

0 commit comments

Comments
 (0)