From 0c078c37c77346602301f74ea8482faa87f60325 Mon Sep 17 00:00:00 2001 From: andre_ramos Date: Sat, 17 Aug 2024 13:29:41 -0400 Subject: [PATCH] fix docs --- README.md | 2 +- docs/src/manual.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index c763ae4..57f4119 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ | **Build Status** | **Coverage** | **Documentation** | |:-----------------:|:-----------------:|:-----------------:| -| [![ci](https://github.com/LAMPSPUC/StateSpaceLearning.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/LAMPSPUC/StateSpaceLearning.jl/actions/workflows/ci.yml) | [![codecov](https://codecov.io/gh/LAMPSPUC/StateSpaceLearning.jl/graph/badge.svg?token=VDpuXvPSI2)](https://codecov.io/gh/LAMPSPUC/StateSpaceLearning.jl) | [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://lampspuc.github.io/StateSpaceLearning.jl/latest/) +| [![ci](https://github.com/LAMPSPUC/StateSpaceLearning.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/LAMPSPUC/StateSpaceLearning.jl/actions/workflows/ci.yml) | [![codecov](https://codecov.io/gh/LAMPSPUC/StateSpaceLearning.jl/graph/badge.svg?token=VDpuXvPSI2)](https://codecov.io/gh/LAMPSPUC/StateSpaceLearning.jl) | [![](https://img.shields.io/badge/docs-latest-blue.svg)]( https://lampspuc.github.io/StateSpaceLearning.jl/) StateSpaceLearning.jl is a package for modeling and forecasting time series in a high-dimension regression framework. diff --git a/docs/src/manual.md b/docs/src/manual.md index c763ae4..dbb767c 100644 --- a/docs/src/manual.md +++ b/docs/src/manual.md @@ -1,9 +1,5 @@ # StateSpaceLearning -| **Build Status** | **Coverage** | **Documentation** | -|:-----------------:|:-----------------:|:-----------------:| -| [![ci](https://github.com/LAMPSPUC/StateSpaceLearning.jl/actions/workflows/ci.yml/badge.svg)](https://github.com/LAMPSPUC/StateSpaceLearning.jl/actions/workflows/ci.yml) | [![codecov](https://codecov.io/gh/LAMPSPUC/StateSpaceLearning.jl/graph/badge.svg?token=VDpuXvPSI2)](https://codecov.io/gh/LAMPSPUC/StateSpaceLearning.jl) | [![](https://img.shields.io/badge/docs-latest-blue.svg)](https://lampspuc.github.io/StateSpaceLearning.jl/latest/) - StateSpaceLearning.jl is a package for modeling and forecasting time series in a high-dimension regression framework. ## Quickstart