From 926719a1594e57a5e943ce36061fdb2fc2f98485 Mon Sep 17 00:00:00 2001 From: Jonathan Berrisch Date: Thu, 30 Nov 2023 09:50:39 +0100 Subject: [PATCH] Update vignette order --- NEWS.md | 10 ++++------ _pkgdown.yml | 4 +++- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NEWS.md b/NEWS.md index 467ac64..9ac56e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,14 +3,12 @@ profoc 1.3.0 ## Improvements -* New articles explain how to use method on `online()` objects to deploy online learning algorithms in production. -* The `conline` c++ class now exoses `weights` to R. -* A new article on how to interact with the `conline` c++ class was added. -* Various functions are now exported to R to allow for easier interaction with the `conline` c++ class. These functions are: `init_experts_list()`, `make_basis_mats` and `make_hat_mats` +* New articles explain how to use methods on `online()` objects to deploy online learning algorithms in production. +* The `conline` C++ class now exposes `weights` to R. +* A new article on the usage of the `conline` C++ class was added. +* Various functions are now exported to R to allow easier interaction with the `conline` C++ class. These functions are: `init_experts_list()`, `make_basis_mats` and `make_hat_mats` * The code of `online()` was simplified a bit by utilizing the new `init_experts_list()` function. -## Improvements - profoc 1.2.1 ============== diff --git a/_pkgdown.yml b/_pkgdown.yml index 3440fef..42a13cd 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -13,8 +13,10 @@ navbar: bg: dark articles: +- title: Introduction contents: - profoc - production +- title: Advanced Topics + contents: - class -