Skip to content

Commit

Permalink
Summary
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryRyumin committed Oct 9, 2024
1 parent 015254e commit 1c15021
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
15 changes: 7 additions & 8 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
sphinx==7.4.7
sphinx_rtd_theme==3.0.0
sphinx-toolbox==3.8.0
sphinx_design==0.6.1
sphinx-intl==2.2.0
nbsphinx==0.9.5
sphinx-copybutton==0.5.2
pandoc==2.4
sphinx==5.3.0
sphinx_rtd_theme==1.1.1
sphinx-toolbox==3.2.0
sphinx_design==0.3.0
sphinx-intl==2.0.1
nbsphinx==0.8.10
sphinx-copybutton==0.5.1
ipython>=8.18.1
jupyterlab==4.2.5
numpy>=1.23.5
Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def __getattr__(cls, name):
templates_path = ["_templates"]

# Минимальная версия Sphinx
needs_sphinx = "7.4.7"
needs_sphinx = "5.3.0"

# Способ представления подсказок
autodoc_typehints = "both"
Expand Down
3 changes: 3 additions & 0 deletions oceanai/modules/core/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -4161,6 +4161,7 @@ def _professional_match(
df_files (pd.DataFrame): **DataFrame** c данными
correlation_coefficients (pd.DataFrame): **DataFrame** c коэффициентами корреляции
personality_type (str): Персональный тип по версии MBTI
col_name_ocean (str): Столбец с названиями персональных качеств личности человека
threshold (float): Порог для оценок полярности качеств (например, интроверт < 0.55, экстраверт > 0.55)
out (bool): Отображение
Expand Down Expand Up @@ -4260,6 +4261,7 @@ def _colleague_personality_type_match(
df_files (pd.DataFrame): **DataFrame** c данными
correlation_coefficients (pd.DataFrame): **DataFrame** c коэффициентами корреляции
target_scores (List[float]): Список оценок персональных качеств личности целевого человека
col_name_ocean (str): Столбец с названиями персональных качеств личности человека
threshold (float): Порог для оценок полярности качеств (например, интроверт < 0.55, экстраверт > 0.55)
out (bool): Отображение
Expand Down Expand Up @@ -4380,6 +4382,7 @@ def _colleague_personality_desorders(
correlation_coefficients_disorders (pd.DataFrame): **DataFrame** c коэффициентами корреляции для расстройств
target_scores (List[float]): Список оценок персональных качеств личности целевого человека
personality_desorder_number (int): Количество приоритетных расстройств
col_name_ocean (str): Столбец с названиями персональных качеств личности человека
threshold (float): Порог для оценок полярности качеств (например, интроверт < 0.55, экстраверт > 0.55)
out (bool): Отображение
Expand Down

0 comments on commit 1c15021

Please sign in to comment.