-
Task
-
Resolution: Done
-
Normal
-
None
-
None
The Getting started with RHODS and Working on data science projects guides now use modules that are single-sourced from the upstream Open Data Hub documentation repo.
At a practical level, this means that include statements such as include::modules/tutorials-for-data-scientists.adoc have been updated to include::upstream-modules/tutorials-for-data-scientists.adoc.
For the Getting Started guide, the module include statements are all at the root-level of the master.adoc file. For Working on data science projects, you need to inspect each of the assemblies that are listed in the master.adoc file.
This task is to track the following work:
- For each case where we now use the upstream version of a module, we should delete the equivalent (that is, the old downstream version) in the modules directory.
- Before deleting any module from the modules directory, make sure it's not included in any other guides in the repo. To do this, search the repo for any remaining include statements for the module (for example, search for
'include::modules/tutorials-for-data-scientists.adoc'). If you do find any additional include statements for the module, update these to also use the upstream version (for example, include::upstream-modules/tutorials-for-data-scientists.adoc.