Skip to content

Commit

Permalink
update yaml file wrt bootstrap 5
Browse files Browse the repository at this point in the history
  • Loading branch information
rpahl committed Dec 1, 2024
1 parent ff26dfb commit e742001
Show file tree
Hide file tree
Showing 19 changed files with 1,518 additions and 2,479 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Suggests:
rmarkdown,
testthat,
visNetwork
URL: https://rpahl.github.io/pipeflow/
URL: https://rpahl.github.io/pipeflow, https://github.com/rpahl/pipeflow
BugReports: https://github.com/rpahl/pipeflow/issues
VignetteBuilder: knitr
Config/testthat/edition: 3
Expand Down
127 changes: 63 additions & 64 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,92 +2,91 @@ url: https://github.com/rpahl/pipeflow


template:
params:
bootstrap: 3
bootswatch: united
bootstrap: 5
bootswatch: united

authors:
Roman Pahl:
href: https://rpahl.github.io/r-some-blog/about.html

reference:
- title: "Pipeline"
desc: "A pipeline consists of a sequence of analysis steps."
contents:
- Pipeline
- pipelineAliases
- subtitle: "Logging"
contents:
- set_log_layout

articles:
- title: "Overview"
contents:
- get-started
- modify-pipeline
- combine-pipelines
- collect-output
- split-and-combine
- self-modify-pipeline


home:
links:
- text: Visit my R blog
href: https://rpahl.github.io/r-some-blog/


reference:
- subtitle: "Pipeline"
desc: A pipeline is created by instantiating an object of the Pipeline
class. Follow the Pipeline link below for a detailed documenation of
all member functions provided by a Pipeline object.
contents:
- Pipeline
- subtitle: "Alias functions"
desc: There is one alias function for each member function of a
Pipeline object. For the function documentation see the respective
member function under the Pipeline class link above.
contents:
- pipelineAliases
- subtitle: "Logging"
contents:
- set_log_layout

navbar:
title: "pipeflow"
left:
- icon: fa-home fa-lg
structure:
left: [home, reference, articles, myPackages]
right: [search, github, stackoverflow, bluesky, blog]
components:
home:
icon: fa-home fa-lg
href: index.html
aria-label: home
- text: "Get started"
href: articles/get-started.html
- text: "Reference"
href: reference/index.html
- text: "Articles"
articles:
text: "Articles"
menu:
- title: "Overview"
- text: "Overview"
href: articles/index.html

- text: "---"
- text: "Get started"
- text: "Get started with pipeflow"
href: articles/get-started.html
- text: "Modifying existing pipelines"
href: articles/modify-pipeline.html
- text: "Combining pipelines"
href: articles/combine-pipelines.html
- text: "Collecting pipeline output"
href: articles/collect-output.html
- text: "Overview"
href: articles/index.html
- text: "---"
- text: "Get started"
- text: "Get started with pipeflow"
href: articles/get-started.html
- text: "Modifying existing pipelines"
href: articles/modify-pipeline.html
- text: "Combining pipelines"
href: articles/combine-pipelines.html
- text: "Collecting pipeline output"
href: articles/collect-output.html
- text: ----
- text: "Advanced"
- text: "How to use pipelines with split data sets"
href: articles/split-and-combine.html
- text: "How pipelines can modify themselves at runtime"
href: articles/self-modify-pipeline.html

- text: "---"
- text: "Advanced"
- text: "How to use pipelines with split data sets"
href: articles/split-and-combine.html
- text: "How pipelines can modify themselves at runtime"
href: articles/self-modify-pipeline.html
- text: "My packages"
myPackages:
text: "My Packages"
menu:
- text: "container"
href: https://rpahl.github.io/container/
- text: "GroupSeq"
href: https://rpahl.github.io/GroupSeq/
- text: "pipeflow"
href: https://rpahl.github.io/pipeflow/
right:
- icon: fab fa-github
- text: "container"
href: https://rpahl.github.io/container/
- text: "GroupSeq"
href: https://rpahl.github.io/GroupSeq/
- text: "pipeflow"
href: https://rpahl.github.io/pipeflow/


github:
icon: fab fa-github
href: https://github.com/rpahl/pipeflow/
aria-label: github
- icon: fab fa-stack-overflow
stackoverflow:
icon: fab fa-stack-overflow
href: https://stackoverflow.com/users/8120617/rpahl
aria-label: stackoverflow
- icon: fab fa-bluesky
bluesky:
icon: fab fa-bluesky
href: https://bsky.app/profile/rpahl.bsky.social
aria-label: bluesky
- icon: fas fa-blog
blog:
icon: fas fa-blog
href: https://rpahl.github.io/r-some-blog/
aria-label: blog
Loading

0 comments on commit e742001

Please sign in to comment.