Module Indexing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • JKPeck

    #1

    Module Indexing

    We are interested in building a module index for our libraries similar
    to the global module index on the Python site. Is there a tool/script
    available that builds something similar to that automatically? We
    would probably want the result to be an html document.

    TIA,
    Jon Peck

  • Diez B. Roggisch

    #2
    Re: Module Indexing

    JKPeck schrieb:
    We are interested in building a module index for our libraries similar
    to the global module index on the Python site. Is there a tool/script
    available that builds something similar to that automatically? We
    would probably want the result to be an html document.
    Several, e.g. epydoc

    Diez

    Comment

    • JKPeck

      #3
      Re: Module Indexing

      Thanks. I've gotten good results with epydoc pretty quickly. It hangs
      on one module just burning cpu time, but I've left that one out for
      now.


      Diez B. Roggisch wrote:
      JKPeck schrieb:
      We are interested in building a module index for our libraries similar
      to the global module index on the Python site. Is there a tool/script
      available that builds something similar to that automatically? We
      would probably want the result to be an html document.
      >
      Several, e.g. epydoc
      >
      Diez

      Comment

      Working...