sphinx-automodapi icon indicating copy to clipboard operation
sphinx-automodapi copied to clipboard

Make automodsumm work with templates

Open fredrik-1 opened this issue 7 years ago • 0 comments

I didn't get automodsumm to work with templates in the way that I wanted #46.

This is a solution that works for my application but I don't understand the code enough to know if there are any serious drawbacks. The issues where:

  • I got an error because the underline filter didn't exist.
    • I just copied some code from sphinx generate.
  • The pages with a new autosummary directive for each class wasn't generating new pages.
    • I just copied some code from sphinx generate once again.
    • I also made it possible (I think at least) to use automodsumm in the template when that make sense.

Fix #46

fredrik-1 avatar Jul 09 '18 21:07 fredrik-1