Update migrating docs

pull/103/head
JulioV 2020-12-03 21:04:20 -05:00
parent 9a0e57301b
commit 5baaa94092
2 changed files with 4 additions and 3 deletions

View File

@ -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

View File

@ -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