From 5baaa94092f95b72f7f4a8a6a989f537257979e5 Mon Sep 17 00:00:00 2001 From: JulioV Date: Thu, 3 Dec 2020 21:04:20 -0500 Subject: [PATCH] Update migrating docs --- ...{migrating-from-beta.md => migrating-from-old-versions.md} | 3 ++- mkdocs.yml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) rename docs/{migrating-from-beta.md => migrating-from-old-versions.md} (73%) diff --git a/docs/migrating-from-beta.md b/docs/migrating-from-old-versions.md similarity index 73% rename from docs/migrating-from-beta.md rename to docs/migrating-from-old-versions.md index 2d9310a6..f6f51bb3 100644 --- a/docs/migrating-from-beta.md +++ b/docs/migrating-from-old-versions.md @@ -1,6 +1,6 @@ # Migrating from RAPIDS beta -If you were relying on the [old docs](https://rapidspitt.readthedocs.io/en/latest/) and the most recent version of RAPIDS you downloaded is from or before [Oct 13, 2020](https://github.com/carissalow/rapids/commit/640890c7b49492d150accff5c87b1eb25bd97a49) you are using the beta version of RAPIDS. +If you were relying on the [old docs](https://rapidspitt.readthedocs.io/en/latest/) and the most recent version of RAPIDS you are working with is from or before [Oct 13, 2020](https://github.com/carissalow/rapids/commit/640890c7b49492d150accff5c87b1eb25bd97a49) you are using the beta version of RAPIDS. You can start using the new RAPIDS (we are starting with `v0.1.0`) right away, just take into account the following: @@ -12,6 +12,7 @@ You can start using the new RAPIDS (we are starting with `v0.1.0`) right away, j ``` python tools/update_format_participant_files.py ``` +3. Get familiar with the new way of [Executing](setup/execution.md) RAPIDS 3. You can proceed to reconfigure your `config.yaml`, its structure is more consistent and should be familiar to you. !!! info diff --git a/mkdocs.yml b/mkdocs.yml index 1fa38863..a0cd87c7 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -108,8 +108,8 @@ nav: - Testing: developers/testing.md - Test cases: developers/test-cases.md - Others: - - Migrating from RAPIDS beta: migrating-from-beta.md + - Migrating from beta: migrating-from-old-versions.md - Code of Conduct: code_of_conduct.md - - Frequently Asked Questions: faq.md + - FAQ: faq.md - Team: team.md - Citation: citation.md