Skip to content
Snippets Groups Projects

[sphinx] Hacked warnings

Merged Pavel KORSHUNOV requested to merge sphinx-fixes into master
8 files
+ 45
4
Compare changes
  • Side-by-side
  • Inline
Files
8
from .gmm_algorithm import GmmAlgorithm
from .logregr_algorithm import LogRegrAlgorithm
# gets sphinx autodoc done right - don't remove it
__all__ = [_ for _ in dir() if not _.startswith('_')]
Loading