Skip to content

Commit e4db81f

Browse files
committed
🚸 Redirect changed user/pipelines URLs
1 parent 5ac33d2 commit e4db81f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/_sources/user/cpac.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can also provide a link to an AWS S3 bucket containing a BIDS directory as t
4848
4949
cpac run s3://fcp-indi/data/Projects/ADHD200/RawDataBIDS /Users/You/some_folder_for_outputs participant
5050
51-
In addition to the default pipeline, C-PAC comes packaged with a growing library of pre-configured pipelines that are ready to use. To run C-PAC with one of the pre-packaged pre-configured pipelines, simply invoke the ``--preconfig`` flag, shown below. See the full selection of pre-configured pipelines :doc:`here </user/preconfig>`.
51+
In addition to the default pipeline, C-PAC comes packaged with a growing library of pre-configured pipelines that are ready to use. To run C-PAC with one of the pre-packaged pre-configured pipelines, simply invoke the ``--preconfig`` flag, shown below. See the full selection of pre-configured pipelines :doc:`here </user/pipelines/preconfig>`.
5252

5353
.. code-block:: console
5454

docs/_sources/user/pipelines/pipeline_config.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Setting Up A Pipeline Configuration
33
Overview
44
--------
55

6-
This section explains how to create a new pipeline or edit an existing one. If you wish to use one of the pre-configured pipelines that come packaged with C-PAC, you can view the current available library of :doc:`pipelines here </user/preconfig>`.
6+
This section explains how to create a new pipeline or edit an existing one. If you wish to use one of the pre-configured pipelines that come packaged with C-PAC, you can view the current available library of :doc:`pipelines here </user/pipelines/preconfig>`.
77

88
.. _ndmg_atlases:
99

@@ -53,7 +53,7 @@ If you want to base a pipeline on another pipeline configuration YAML file, you
5353
5454
FROM: /path/to/pipeline.yml
5555
56-
in your pipeline configuration file. You can use the name of a :doc:`preconfigured pipeline </user/preconfig>` instead of a filepath if you want to base a configuration file on a preconfigured pipeline. If ``FROM`` is not specified, the pipeline will be based on :doc:`the default pipeline </user/pipelines/default>`.
56+
in your pipeline configuration file. You can use the name of a :doc:`preconfigured pipeline </user/pipelines/preconfig>` instead of a filepath if you want to base a configuration file on a preconfigured pipeline. If ``FROM`` is not specified, the pipeline will be based on :doc:`the default pipeline </user/pipelines/default>`.
5757

5858
C-PAC will include all expected keys from the pipeline file specified in ``FROM`` (or the default pipeline if none is specified). Any keys specified in a pipeline configuration file will take precedence over the same key in the ``FROM`` base configuration, but all omitted keys will retain their values from the ``FROM`` base configuration.
5959

@@ -143,8 +143,8 @@ Configurable Settings
143143
Data Management and Environment Settings
144144
'''''''''''''''''''''''''''''''''''''''''
145145

146-
* :doc:`Computer Settings <compute_config>`
147-
* :doc:`Output Settings <output_config>`
146+
* :doc:`Computer Settings </user/compute_config>`
147+
* :doc:`Output Settings </user/output_config>`
148148

149149
Pre- and post-processing
150150
'''''''''''''''''''''''''

docs/_sources/user/quick.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Pre-configured Pipelines
3838

3939
In addition to the default pipeline, C-PAC comes packaged with a growing library of pre-configured pipelines that are ready to use. They can be invoked when running C-PAC using the ``--preconfig`` flag detailed above.
4040

41-
Detailed information about the selection of pre-configured pipelines are :doc:`available here </user/preconfig>`.
41+
Detailed information about the selection of pre-configured pipelines are :doc:`available here </user/pipelines/preconfig>`.
4242

4343
.. include:: pipelines/design_a_pipeline.rst
4444

docs/_sources/user/singularity.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Again, you can also provide an AWS S3 link for the data:
3636
/outputs \
3737
participant
3838
39-
As mentioned above, in addition to the default pipeline, C-PAC comes packaged with a growing library of pre-configured pipelines that are ready to use. Once again, you can use the ``--preconfig`` flag with Singularity to run any of the pre-configured pipelines. See the full selection of pre-configured pipelines :doc:`here </user/preconfig>`.
39+
As mentioned above, in addition to the default pipeline, C-PAC comes packaged with a growing library of pre-configured pipelines that are ready to use. Once again, you can use the ``--preconfig`` flag with Singularity to run any of the pre-configured pipelines. See the full selection of pre-configured pipelines :doc:`here </user/pipelines/preconfig>`.
4040

4141
.. code-block:: console
4242

0 commit comments

Comments
 (0)