Skip to content

Commit

Permalink
docs: fix reference home page and links
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindhebbali committed Jan 27, 2025
1 parent 7bbf8e8 commit dbad4b1
Show file tree
Hide file tree
Showing 17 changed files with 1,500 additions and 1,179 deletions.
4 changes: 2 additions & 2 deletions R/index.R → R/indice.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' R6 Class Representing a Ticker
#' R6 Class Representing an Index
#'
#' @description
#' Base class for getting all data related to indices from Yahoo Finance API.
Expand All @@ -7,7 +7,7 @@
#'
#' @docType class
#' @format An R6 class object
#' @name Index-class
#' @name Indice-class
#'
#' @export
Index <- R6::R6Class(
Expand Down
2 changes: 1 addition & 1 deletion _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ reference:
- title: Indices

contents:
- Index-class
- Indice-class

- title: Currencies

Expand Down
4 changes: 2 additions & 2 deletions docs/authors.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 9 additions & 10 deletions docs/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/news/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandoc: '3.2'
pkgdown: 2.1.0
pkgdown_sha: ~
articles: {}
last_built: 2024-11-14T16:21Z
last_built: 2025-01-27T05:27Z
urls:
reference: https://yahoofinancer.rsquaredacademy.com/reference
article: https://yahoofinancer.rsquaredacademy.com/articles
Loading

0 comments on commit dbad4b1

Please sign in to comment.