diff --git a/doc/programmatic-interface/authentication/login.rst b/doc/programmatic-interface/authentication/login.rst index d8c8fdcae..0d0eaec8c 100644 --- a/doc/programmatic-interface/authentication/login.rst +++ b/doc/programmatic-interface/authentication/login.rst @@ -56,6 +56,6 @@ The following sessions, can be implemented with the above token: - |data_append|_ .. |data_new| replace:: ``data_new`` -.. _data_new: /latest/html/programmatic-interface/data/data-new +.. _data_new: ../data/data-new .. |data_append| replace:: ``data_append`` -.. _data_append: /latest/html/programmatic-interface/data/data-append +.. _data_append: ../data/data-append diff --git a/doc/programmatic-interface/data-attributes.rst b/doc/programmatic-interface/data-attributes.rst index 49e0eb5e0..d779663a5 100644 --- a/doc/programmatic-interface/data-attributes.rst +++ b/doc/programmatic-interface/data-attributes.rst @@ -36,16 +36,16 @@ Result Arbiter ``model_type``, otherwise return all saved titles, for all ``model_type``. .. |data_new| replace:: ``data_new`` -.. _data_new: /latest/html/programmatic-interface/data/data-new +.. _data_new: data/data-new .. |data_append| replace:: ``data_append`` -.. _data_append: /latest/html/programmatic-interface/data/data-append +.. _data_append: data/data-append .. |model_generate| replace:: ``model_generate`` -.. _model_generate: /latest/html/programmatic-interface/model/model-generate +.. _model_generate: model/model-generate .. |model_predict| replace:: ``model_predict`` -.. _model_predict: /latest/html/programmatic-interface/predict/model-predict.rst +.. _model_predict: predict/model-predict.rst .. |/save-prediction| replace:: ``/save-prediction`` -.. _/save-prediction: /latest/html/programmatic-interface/result/save-prediction +.. _/save-prediction: result/save-prediction .. |/retrieve-prediction| replace:: ``/retrieve-prediction`` -.. _/retrieve-prediction: /latest/html/programmatic-interface/result/retrieve-prediction +.. _/retrieve-prediction: result/retrieve-prediction .. |/retrieve-prediction-titles| replace:: ``/retrieve-prediction-titles`` -.. _/retrieve-prediction-titles: /latest/html/programmatic-interface/result/retrieve-prediction-titles +.. _/retrieve-prediction-titles: result/retrieve-prediction-titles diff --git a/doc/programmatic-interface/data/data-append.rst b/doc/programmatic-interface/data/data-append.rst index 1c13c9e8d..716221163 100644 --- a/doc/programmatic-interface/data/data-append.rst +++ b/doc/programmatic-interface/data/data-append.rst @@ -32,7 +32,7 @@ the ``data`` attribute, in a given ``POST`` request: requests.post(endpoint, headers=headers, data=json_string_here) **Note:** more information, regarding how to obtain a valid ``token``, can be further -reviewed, in the ``/login`` `documentation `_. +reviewed, in the ``/login`` `documentation <../authentication/login>`_. The following properties define the above ``data`` attribute: diff --git a/doc/programmatic-interface/data/data-new.rst b/doc/programmatic-interface/data/data-new.rst index 4bfdb6de7..afd7ccdc5 100644 --- a/doc/programmatic-interface/data/data-new.rst +++ b/doc/programmatic-interface/data/data-new.rst @@ -32,7 +32,7 @@ the ``data`` attribute, in a given ``POST`` request: requests.post(endpoint, headers=headers, data=json_string_here) **Note:** more information, regarding how to obtain a valid ``token``, can be further -reviewed, in the ``/login`` `documentation `_. +reviewed, in the ``/login`` `documentation <../authentication/login>`_. The following properties define the above ``data`` attribute: diff --git a/doc/programmatic-interface/model/model-generate.rst b/doc/programmatic-interface/model/model-generate.rst index ea694cbf4..9b3b4fa73 100644 --- a/doc/programmatic-interface/model/model-generate.rst +++ b/doc/programmatic-interface/model/model-generate.rst @@ -26,7 +26,7 @@ the ``data`` attribute, in a given ``POST`` request: requests.post(endpoint, headers=headers, data=json_string_here) **Note:** more information, regarding how to obtain a valid ``token``, can be further -reviewed, in the `documentation `_. +reviewed, in the `documentation <../authentication/login>`_. The following properties define the above ``data`` attribute: @@ -58,6 +58,6 @@ The following properties define the above ``data`` attribute: - if set to ``auto``, then ``1/n_features`` will be used .. |penalty| replace:: ``penalty`` -.. _penalty: /latest/html/programmatic-interface/model/parameters/penalty +.. _penalty: ../model/parameters/penalty .. |gamma| replace:: ``gamma`` -.. _gamma: /latest/html/programmatic-interface/model/parameters/gamma +.. _gamma: ..model/parameters/gamma diff --git a/doc/programmatic-interface/predict/model-predict.rst b/doc/programmatic-interface/predict/model-predict.rst index fa98cd274..151396f43 100644 --- a/doc/programmatic-interface/predict/model-predict.rst +++ b/doc/programmatic-interface/predict/model-predict.rst @@ -26,7 +26,7 @@ the ``data`` attribute, in a given ``POST`` request: requests.post(endpoint, headers=headers, data=json_string_here) **Note:** more information, regarding how to obtain a valid ``token``, can be further -reviewed, in the ``/login`` `documentation `_. +reviewed, in the ``/login`` `documentation <../authentication/login>`_. The following properties define the above ``data`` attribute: diff --git a/doc/programmatic-interface/result/retrieve-prediction-titles.rst b/doc/programmatic-interface/result/retrieve-prediction-titles.rst index 752c3fd09..d9e9332b1 100644 --- a/doc/programmatic-interface/result/retrieve-prediction-titles.rst +++ b/doc/programmatic-interface/result/retrieve-prediction-titles.rst @@ -26,7 +26,7 @@ the ``data`` attribute, in a given ``POST`` request: requests.post(endpoint, headers=headers, data=json_string_here) **Note:** more information, regarding how to obtain a valid ``token``, can be further -reviewed, in the ``/login`` `documentation `_. +reviewed, in the ``/login`` `documentation <../authentication/login>`_. The following properties define the above ``data`` attribute: diff --git a/doc/programmatic-interface/result/retrieve-prediction.rst b/doc/programmatic-interface/result/retrieve-prediction.rst index c90448823..d74ddce6f 100644 --- a/doc/programmatic-interface/result/retrieve-prediction.rst +++ b/doc/programmatic-interface/result/retrieve-prediction.rst @@ -24,7 +24,7 @@ the ``data`` attribute, in a given ``POST`` request: requests.post(endpoint, headers=headers, data=json_string_here) **Note:** more information, regarding how to obtain a valid ``token``, can be further -reviewed, in the ``/login`` `documentation `_. +reviewed, in the ``/login`` `documentation <../authentication/login>`_. The following properties define the above ``data`` attribute: diff --git a/doc/programmatic-interface/result/save-prediction.rst b/doc/programmatic-interface/result/save-prediction.rst index f06818b31..57910cf0d 100644 --- a/doc/programmatic-interface/result/save-prediction.rst +++ b/doc/programmatic-interface/result/save-prediction.rst @@ -24,7 +24,7 @@ the ``data`` attribute, in a given ``POST`` request: requests.post(endpoint, headers=headers, data=json_string_here) **Note:** more information, regarding how to obtain a valid ``token``, can be further -reviewed, in the ``/login`` `documentation `_. +reviewed, in the ``/login`` `documentation <../authentication/login>`_. The following properties define the above ``data`` attribute: diff --git a/doc/test/lint.rst b/doc/test/lint.rst index c020e9db6..0cb2c9cec 100644 --- a/doc/test/lint.rst +++ b/doc/test/lint.rst @@ -59,7 +59,7 @@ allow more customtomized rules, for the above implemented linters. .. _puppet-lint: http://puppet-lint.com/ .. |r10k| replace:: ``r10k`` -.. _r10k: /latest/html/test/pytest +.. _r10k: pytest .. |jsonlint| replace:: ``jsonlint`` .. _jsonlint: https://github.com/zaach/jsonlint/blob/master/README.md diff --git a/doc/test/pytest.rst b/doc/test/pytest.rst index 4be429f59..5a3e89421 100644 --- a/doc/test/pytest.rst +++ b/doc/test/pytest.rst @@ -201,7 +201,7 @@ to build this application: Then, the unit tests should be re-runnable, meaning multiple successive executions of the |unit-tests|_ bash script, should run without a problem. More information -regarding `hardware architecture `_, +regarding `hardware architecture <../programmatic-interface/hardware/architecture>`_, and resources can be reviewed to determine the best combination for a given situation. **Note:** every script within this repository, with the