Skip to content

Commit

Permalink
Merge pull request #3207 from jeff1evesque/feature-3205
Browse files Browse the repository at this point in the history
#3205: implement relative paths
  • Loading branch information
jeff1evesque committed Feb 11, 2018
2 parents 53d9521 + 782cd46 commit e152910
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions doc/programmatic-interface/authentication/login.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions doc/programmatic-interface/data-attributes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion doc/programmatic-interface/data/data-append.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </latest/html/programmatic-interface/authentication/login>`_.
reviewed, in the ``/login`` `documentation <../authentication/login>`_.

The following properties define the above ``data`` attribute:

Expand Down
2 changes: 1 addition & 1 deletion doc/programmatic-interface/data/data-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </latest/html/programmatic-interface/authentication/login>`_.
reviewed, in the ``/login`` `documentation <../authentication/login>`_.

The following properties define the above ``data`` attribute:

Expand Down
6 changes: 3 additions & 3 deletions doc/programmatic-interface/model/model-generate.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </latest/html/programmatic-interface/authentication/login>`_.
reviewed, in the `documentation <../authentication/login>`_.

The following properties define the above ``data`` attribute:

Expand Down Expand Up @@ -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
2 changes: 1 addition & 1 deletion doc/programmatic-interface/predict/model-predict.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </latest/html/programmatic-interface/authentication/login>`_.
reviewed, in the ``/login`` `documentation <../authentication/login>`_.

The following properties define the above ``data`` attribute:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 </latest/html/programmatic-interface/authentication/login>`_.
reviewed, in the ``/login`` `documentation <../authentication/login>`_.

The following properties define the above ``data`` attribute:

Expand Down
2 changes: 1 addition & 1 deletion doc/programmatic-interface/result/retrieve-prediction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </latest/html/programmatic-interface/authentication/login>`_.
reviewed, in the ``/login`` `documentation <../authentication/login>`_.

The following properties define the above ``data`` attribute:

Expand Down
2 changes: 1 addition & 1 deletion doc/programmatic-interface/result/save-prediction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </latest/html/programmatic-interface/authentication/login>`_.
reviewed, in the ``/login`` `documentation <../authentication/login>`_.

The following properties define the above ``data`` attribute:

Expand Down
2 changes: 1 addition & 1 deletion doc/test/lint.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion doc/test/pytest.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 </latest/html/programmatic-interface/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
Expand Down

0 comments on commit e152910

Please sign in to comment.