diff --git a/docs/developer_guides/index.rst b/docs/developer_guides/index.rst index de5d1ad6..edfb3bb9 100644 --- a/docs/developer_guides/index.rst +++ b/docs/developer_guides/index.rst @@ -7,4 +7,4 @@ In the Developer Guides we discuss in depth the architecture of the Orion projec :maxdepth: 2 contributing - int_benchmark \ No newline at end of file + int_benchmark diff --git a/docs/developer_guides/benchmark.rst b/docs/developer_guides/int_benchmark.rst similarity index 99% rename from docs/developer_guides/benchmark.rst rename to docs/developer_guides/int_benchmark.rst index 6dc2b397..f1068d9a 100644 --- a/docs/developer_guides/benchmark.rst +++ b/docs/developer_guides/int_benchmark.rst @@ -75,4 +75,4 @@ Resources - **Primitives:** :ref:`primitives` page. - **Pipelines:** :ref:`pipelines` page. -.. _open an issue: https://github.com/sintel-dev/Orion/issues/new \ No newline at end of file +.. _open an issue: https://github.com/sintel-dev/Orion/issues/new diff --git a/docs/user_guides/primitives_pipelines/pipelines.rst b/docs/user_guides/primitives_pipelines/pipelines.rst index 666f9e44..2fb2827f 100644 --- a/docs/user_guides/primitives_pipelines/pipelines.rst +++ b/docs/user_guides/primitives_pipelines/pipelines.rst @@ -286,7 +286,7 @@ Here we change the output of the primitive ``LSTMTimeSeriesRegressor`` from ``y` Contributing a Pipeline ----------------------- -To add a new pipeline to Orion, follow the same steps mentioned in :ref:`benchmarking` page. +To add a new pipeline to Orion, follow the same steps mentioned in :ref:`int_benchmark` page. .. _NASA: https://arxiv.org/abs/1802.04431