choderalab/yank

View on GitHub
docs/sphinxext/notebook_sphinxext.py

Summary

Maintainability
A
1 hr
Test Coverage

Function run has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def run(self):
        # check if raw html is supported
        if not self.state.document.settings.raw_enabled:
            raise self.warning('"%s" directive disabled.' % self.name)

Severity: Minor
Found in docs/sphinxext/notebook_sphinxext.py - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status