From 2207c60733539188056d32513d6264fb3840f823 Mon Sep 17 00:00:00 2001 From: Mike Ferguson Date: Wed, 28 Aug 2024 10:41:57 -0400 Subject: [PATCH] update theme to match language --- docs/requirements.txt | 1 + docs/source/conf.py | 2 +- docs/source/index.rst | 3 +-- docs/source/modules/benchmark_tutorial.rst | 9 --------- docs/source/modules/model_tutorial.rst | 18 ------------------ 5 files changed, 3 insertions(+), 30 deletions(-) delete mode 100644 docs/source/modules/benchmark_tutorial.rst delete mode 100644 docs/source/modules/model_tutorial.rst diff --git a/docs/requirements.txt b/docs/requirements.txt index 0f71f0a9f..23532fd21 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,5 @@ -e . Sphinx>=4 +sphinx_rtd_theme recommonmark \ No newline at end of file diff --git a/docs/source/conf.py b/docs/source/conf.py index d0c56d306..1f14b464d 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. # -html_theme = 'alabaster' +html_theme = 'sphinx_rtd_theme' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, diff --git a/docs/source/index.rst b/docs/source/index.rst index c7d629d85..453876e60 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,9 +12,8 @@ By following a unified :ref:`interface`, all models can be treated as an experim :caption: Contents: examples - modules/model_tutorial - modules/benchmark_tutorial modules/model_interface + modules/developer_clarifications.rst modules/benchmarks modules/metrics modules/submission diff --git a/docs/source/modules/benchmark_tutorial.rst b/docs/source/modules/benchmark_tutorial.rst deleted file mode 100644 index 258590d79..000000000 --- a/docs/source/modules/benchmark_tutorial.rst +++ /dev/null @@ -1,9 +0,0 @@ -.. _Benchmark_Tutorial: -.. |UnitTestSupport| replace:: We realize that unit tests can be a hurdle and we can take over this task for you. - Please let us know of any hurdles and we will do our best to support. - -================== -Benchmark Tutorial -================== - -The Brain-Score benchmark tutorial has moved, and can be found here: https://www.brain-score.org/tutorials/benchmarks \ No newline at end of file diff --git a/docs/source/modules/model_tutorial.rst b/docs/source/modules/model_tutorial.rst deleted file mode 100644 index 005b3066f..000000000 --- a/docs/source/modules/model_tutorial.rst +++ /dev/null @@ -1,18 +0,0 @@ -.. _model_tutorial: - -.. _technical paper: https://www.biorxiv.org/content/10.1101/407007v1 -.. _perspective paper: https://www.cell.com/neuron/fulltext/S0896-6273(20)30605-X -.. _Pycharm: https://www.jetbrains.com/pycharm/download -.. _introduction: https://www.tutorialspoint.com/pycharm/index.htm -.. _sample-model-submission: https://github.com/brain-score/sample-model-submission -.. _github: https://github.com/brain-score -.. _github repository: https://github.com/brain-score/vision -.. _windows: https://git-scm.com/download/win -.. _mac: https://git-scm.com/download/mac -.. _profile: http://www.brain-score.org/profile/ - -============== -Model Tutorial -============== - -The Brain-Score model tutorial has moved, and can be found here: https://www.brain-score.org/tutorials/models