Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jan 15, 2024
1 parent f9fdd86 commit cccffe4
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 12 deletions.
Binary file added docs/_build/html/.doctrees/datasets.doctree
Binary file not shown.
Binary file added docs/_build/html/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_build/html/.doctrees/evaluation.doctree
Binary file not shown.
Binary file added docs/_build/html/.doctrees/intro.doctree
Binary file not shown.
Binary file added docs/_build/html/.doctrees/models.doctree
Binary file not shown.
Binary file added docs/_build/html/.doctrees/tuning.doctree
Binary file not shown.
Binary file added docs/_build/html/.doctrees/utils.doctree
Binary file not shown.
34 changes: 34 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
###############################################################################
# Auto-generated by `jupyter-book config`
# If you wish to continue using _config.yml, make edits to that file and
# re-generate this one.
###############################################################################
author = 'Recommenders contributors'
comments_config = {'hypothesis': False, 'utterances': False}
copyright = '2022'
exclude_patterns = ['**.ipynb_checkpoints', '.DS_Store', 'Thumbs.db', '_build']
extensions = ['sphinx_togglebutton', 'sphinx_copybutton', 'myst_nb', 'jupyter_book', 'sphinx_thebe', 'sphinx_comments', 'sphinx_external_toc', 'sphinx.ext.intersphinx', 'sphinx_design', 'sphinx_book_theme', 'sphinx_inline_tabs', 'sphinx.ext.autodoc', 'sphinx.ext.doctest', 'sphinx.ext.ifconfig', 'sphinx.ext.napoleon', 'sphinx.ext.viewcode', 'sphinx_jupyterbook_latex']
external_toc_exclude_missing = False
external_toc_path = '_toc.yml'
html_baseurl = 'https://recommenders-team.github.io/recommenders/'
html_favicon = 'https://raw.githubusercontent.com/recommenders-team/artwork/main/icon/recommenders_color_icon.svg'
html_logo = 'https://raw.githubusercontent.com/recommenders-team/artwork/main/color/recommenders_color.svg'
html_sourcelink_suffix = ''
html_theme = 'sphinx_book_theme'
html_theme_options = {'search_bar_text': 'Search this book...', 'launch_buttons': {'notebook_interface': 'classic', 'binderhub_url': '', 'jupyterhub_url': '', 'thebe': False, 'colab_url': ''}, 'path_to_docs': '/docs', 'repository_url': 'https://github.com/recommenders-team/recommenders', 'repository_branch': 'main', 'extra_footer': '', 'home_page_in_toc': False, 'announcement': '', 'analytics': {'google_analytics_id': ''}, 'use_repository_button': True, 'use_edit_page_button': False, 'use_issues_button': True}
html_title = 'Recommenders documentation'
latex_engine = 'pdflatex'
myst_enable_extensions = ['colon_fence', 'dollarmath', 'linkify', 'substitution', 'tasklist']
myst_url_schemes = ['mailto', 'http', 'https']
nb_execution_allow_errors = False
nb_execution_cache_path = ''
nb_execution_excludepatterns = []
nb_execution_in_temp = False
nb_execution_mode = 'off'
nb_execution_timeout = 30
nb_output_stderr = 'show'
numfig = True
pygments_style = 'sphinx'
suppress_warnings = ['myst.domains']
use_jupyterbook_latex = True
use_multitoc_numbering = True
12 changes: 6 additions & 6 deletions recommenders.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
Expand Up @@ -62,17 +62,17 @@ Requires-Dist: pytest>=3.6.4; extra == "dev"
Requires-Dist: pytest-cov>=2.12.1; extra == "dev"
Requires-Dist: pytest-mock>=3.6.1; extra == "dev"
Provides-Extra: all
Requires-Dist: tf-slim>=1.1.0; extra == "all"
Requires-Dist: pytest-mock>=3.6.1; extra == "all"
Requires-Dist: nvidia-ml-py3>=7.352.0; extra == "all"
Requires-Dist: fastai<2,>=1.0.46; extra == "all"
Requires-Dist: black<21,>=18.6b4; extra == "all"
Requires-Dist: torch>=1.13.1; extra == "all"
Requires-Dist: pyarrow<7.0.0,>=0.12.1; extra == "all"
Requires-Dist: tf-slim>=1.1.0; extra == "all"
Requires-Dist: pytest>=3.6.4; extra == "all"
Requires-Dist: tensorflow==2.8.4; extra == "all"
Requires-Dist: fastai<2,>=1.0.46; extra == "all"
Requires-Dist: pyspark<3.3.0,>=2.4.5; extra == "all"
Requires-Dist: black<21,>=18.6b4; extra == "all"
Requires-Dist: pytest-cov>=2.12.1; extra == "all"
Requires-Dist: tensorflow==2.8.4; extra == "all"
Requires-Dist: nvidia-ml-py3>=7.352.0; extra == "all"
Requires-Dist: pyarrow<7.0.0,>=0.12.1; extra == "all"
Provides-Extra: experimental
Requires-Dist: xlearn==0.40a1; extra == "experimental"
Requires-Dist: vowpalwabbit<9,>=8.9.0; extra == "experimental"
Expand Down
12 changes: 6 additions & 6 deletions recommenders.egg-info/requires.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ cornac<1.15.2,>=1.1.2
cornac<2,>=1.15.2

[all]
tf-slim>=1.1.0
pytest-mock>=3.6.1
nvidia-ml-py3>=7.352.0
fastai<2,>=1.0.46
black<21,>=18.6b4
torch>=1.13.1
pyarrow<7.0.0,>=0.12.1
tf-slim>=1.1.0
pytest>=3.6.4
tensorflow==2.8.4
fastai<2,>=1.0.46
pyspark<3.3.0,>=2.4.5
black<21,>=18.6b4
pytest-cov>=2.12.1
tensorflow==2.8.4
nvidia-ml-py3>=7.352.0
pyarrow<7.0.0,>=0.12.1

[dev]
black<21,>=18.6b4
Expand Down

0 comments on commit cccffe4

Please sign in to comment.