Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Sphinx-AutoAPI and Define epsilon parameter #148

Merged
merged 3 commits into from
Nov 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/141.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix rate mutating rating objects when limit_sigma enabled.
2 changes: 2 additions & 0 deletions changes/148.bugfix.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Use correct constants in Thurstone-Mosteller models.
- Scale beta**2 by 2 instead of by total player count.
10 changes: 10 additions & 0 deletions docs/source/api/openskill.models.common.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
openskill.models.common module
==============================

Objects and Attributes Common to All Models

.. automodule:: openskill.models.common
:members:
:undoc-members:
:show-inheritance:
:private-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
openskill.models.weng\_lin.bradley\_terry\_full module
======================================================

.. automodule:: openskill.models.weng_lin.bradley_terry_full
:members:
:undoc-members:
:show-inheritance:
:private-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
openskill.models.weng\_lin.bradley\_terry\_part module
======================================================

.. automodule:: openskill.models.weng_lin.bradley_terry_part
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/source/api/openskill.models.weng_lin.common.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
openskill.models.weng\_lin.common module
========================================

.. automodule:: openskill.models.weng_lin.common
:members:
:undoc-members:
:show-inheritance:
:private-members:
8 changes: 8 additions & 0 deletions docs/source/api/openskill.models.weng_lin.plackett_luce.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
openskill.models.weng\_lin.plackett\_luce module
================================================

.. automodule:: openskill.models.weng_lin.plackett_luce
:members:
:undoc-members:
:show-inheritance:
:private-members:
16 changes: 16 additions & 0 deletions docs/source/api/openskill.models.weng_lin.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
openskill.models.weng\_lin package
==================================

Submodules
----------

.. toctree::
:maxdepth: 4

openskill.models.weng_lin.bradley_terry_full
openskill.models.weng_lin.bradley_terry_part
openskill.models.weng_lin.common
openskill.models.weng_lin.plackett_luce
openskill.models.weng_lin.thurstone_mosteller_full
openskill.models.weng_lin.thurstone_mosteller_part

Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
openskill.models.weng\_lin.thurstone\_mosteller\_full module
============================================================

.. automodule:: openskill.models.weng_lin.thurstone_mosteller_full
:members:
:undoc-members:
:show-inheritance:
:private-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
openskill.models.weng\_lin.thurstone\_mosteller\_part module
============================================================

.. automodule:: openskill.models.weng_lin.thurstone_mosteller_part
:members:
:undoc-members:
:show-inheritance:
:private-members:
17 changes: 0 additions & 17 deletions docs/source/api/openskill/index.rst

This file was deleted.

52 changes: 0 additions & 52 deletions docs/source/api/openskill/models/common/index.rst

This file was deleted.

70 changes: 0 additions & 70 deletions docs/source/api/openskill/models/index.rst

This file was deleted.

Loading