Update migrating docs
parent
9a0e57301b
commit
5baaa94092
|
@ -1,6 +1,6 @@
|
||||||
# Migrating from RAPIDS beta
|
# 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:
|
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
|
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.
|
3. You can proceed to reconfigure your `config.yaml`, its structure is more consistent and should be familiar to you.
|
||||||
|
|
||||||
!!! info
|
!!! info
|
|
@ -108,8 +108,8 @@ nav:
|
||||||
- Testing: developers/testing.md
|
- Testing: developers/testing.md
|
||||||
- Test cases: developers/test-cases.md
|
- Test cases: developers/test-cases.md
|
||||||
- Others:
|
- Others:
|
||||||
- Migrating from RAPIDS beta: migrating-from-beta.md
|
- Migrating from beta: migrating-from-old-versions.md
|
||||||
- Code of Conduct: code_of_conduct.md
|
- Code of Conduct: code_of_conduct.md
|
||||||
- Frequently Asked Questions: faq.md
|
- FAQ: faq.md
|
||||||
- Team: team.md
|
- Team: team.md
|
||||||
- Citation: citation.md
|
- Citation: citation.md
|
||||||
|
|
Loading…
Reference in New Issue