diff --git a/DESCRIPTION b/DESCRIPTION index 68bd35a..a195c8c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 diff --git a/_pkgdown.yml b/_pkgdown.yml index 5572d10..5f52493 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -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 diff --git a/docs/404.html b/docs/404.html index 653b81e..143c861 100644 --- a/docs/404.html +++ b/docs/404.html @@ -4,7 +4,7 @@ - +