Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7847073
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T17:46:55+00:00 2026-06-02T17:46:55+00:00

I use both Python and Ruby and I really love the Ruby’s Yard documentation

  • 0

I use both Python and Ruby and I really love the Ruby’s Yard documentation server :

http://yardoc.org/ ,

I would like to know if there is an equivalent in the Python world ? The “pydoc -p” is really old, ugly and not comfortable to use at all, and it don’t looks like Sphinx and Epydoc support the server mode.

Do you know any equivalent ?

Thank you

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T17:46:57+00:00Added an answer on June 2, 2026 at 5:46 pm

    Python packages don’t really have a convention where to put the documentation. The main documentation of a package may be built with a range of different tools, sometimes based on the docstrings, sometimes not. What you see with pydoc -p is the package contents and the docstrings only, not the main documentation. If this is all you want, you can also use Sphinx for this purpose. Here’s sphinx-server, a shell script I just coded up:

    #!/bin/sh
    sphinx-apidoc -F -o "$2" "$1"
    cd "$2"
    make html
    cd _build/html
    python -mSimpleHTTPServer 2345
    

    Call this with the package directory of the package you want to have information on as the first argument and the directory where to build the new documentation as the second argument. Then, point your browser to http://localhost:2345/

    (Note: You probably want to remove the webserver invocation from the script. It’s more for the purpose of demonstrattion. This is assuming Python 2.x.)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to use both of these library on the same page but
I'd like to write an application that would use both Javascript and HTML as
I use both Firebird embedded and Firebird Server, and from time to time I
In SQL Server 2005+ (I use both), does adding the UNIQUE constraint to a
I've found a third party module which I would like to use. How do
I keep hearing everything is an object in both Ruby and Python world. Well,
Hello I am trying to use python's pywebsocket HTML5 server, where i use the
I'd like to use both parse time and runtime interpolation for values of a
We use both Examdiff and Kdiff3 to view Mercurial changes. Just add this to
I use both Spring and Spock plugins in my current project. I wrote a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.