-1

scikit-learn is a very well organized website and is a neat way to document source code. Are the webpages automatically-generated? Is there a framework which produces these pages?

Learning which framework has been used can help me document other similar repositories that I own.

Shash
  • 83
  • 7
  • I'm not quite sure why the downvotes. Will be happy to make the question clearer/appropriate. – Shash Aug 10 '17 at 10:46

1 Answers1

0

They are using sphinx and probably some extensions like sphinx-gallery.

This is indicated here.

sascha
  • 32,238
  • 6
  • 68
  • 110