Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated links to ArcticDB website and docs #1019

Merged
merged 13 commits into from
Jan 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 9 additions & 13 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
# Arctic Introduction

## ArcticDB

[ArcticDB](https://www.man.com/man-group-brings-powerful-dataframe-database-product-arcticdb-to-market-with-bloomberg), Man Group's high-performance Python-native
DataFrame database is available on [GitHub](https://github.com/man-group/arcticdb).
!!! important "Important"
## ArcticDB

ArcticDB is the next generation of Arctic and is designed to be a drop-in replacement for it.
[ArcticDB](https://arcticdb.io/#arctic1) is a ground-up rewrite of Arctic.<br>
The old Arctic, described below, is in maintenance mode.<br>
ArcticDB uses a very similar api to Arctic and is much faster.

Take a look:<br>
[Website](https://arcticdb.io/#arctic1), [Docs](https://docs.arcticdb.io/latest/#arctic1), [GitHub](https://github.com/man-group/arcticdb)

These docs **do not describe ArcticDB**, but instead the older (first) version of the Arctic platform.
The docs for ArcticDB are available [here](docs.arcticdb.io).

If you would like information on ArcticDB please see the [website](arcticdb.io).

The rest of these docs describe the first-generation Arctic platform.
# Arctic Introduction

## Arctic

Expand Down
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
jinja2==3.0.0
Markdown<3.2
mkdocs>=1.2.3
jinja2
Markdown
mkdocs
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ repo_name: 'arctic'
repo_url: 'https://github.com/man-group/arctic'
edit_uri: edit/master/docs/

markdown_extensions:
- admonition

theme:
name: 'readthedocs'

Expand Down