diff --git a/docs/data.rst b/docs/data.rst index 3e34b96f..4328c3f9 100644 --- a/docs/data.rst +++ b/docs/data.rst @@ -8,6 +8,9 @@ This page explains the different data formatting options available in otoole. Fi the format of the user configuration file is explained. Following this, the different input data formats are explained. +.. SEEALSO:: + See the Simplicity_ repository for a full example of these formats + User Configuration File ----------------------- @@ -30,9 +33,6 @@ The table below highlights what information is required for each ``Set``, ``Parameter`` and ``Result`` definition in the configuration file. Required values are given by **X**, while optional values are given by **(X)**. -.. deprecated:: v1.0.3 - The **Calculated** keyword is no longer needed for Result definitions - +-------------+------+------------+---------+ | | Set | Parameter | Result | +=============+======+============+=========+ @@ -47,6 +47,9 @@ given by **X**, while optional values are given by **(X)**. | default | | X | X | +-------------+------+------------+---------+ +.. deprecated:: v1.0.3 + The ``Calculated`` keyword is no longer needed for Result definitions + .. WARNING:: Names longer than 31 characters require a ``short_name`` field. This is due to character limits on excel sheet names. ``otoole`` will raise an error if a @@ -141,9 +144,6 @@ Overview This section will describe how to format data for ``excel``, ``csv``, and ``datafile`` formats. -.. SEEALSO:: - See the Simplicity_ repository for a full example of these formats - Excel ~~~~~ diff --git a/docs/requirements.txt b/docs/requirements.txt index 90dee9a7..4afe7af2 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,4 +5,5 @@ Jinja2<3.1 # under `install_requires` in `setup.cfg` is also listed here! sphinx>=3.2.1 sphinx-book-theme +urllib3<2 # sphinx_rtd_theme