Git Product home page Git Product logo

Comments (6)

mwhudson avatar mwhudson commented on May 19, 2024

(by mwhudson)
Sigh, yeah, that's not very good. I'm surprised by the 404 tbh, but it's still not clear what one should do here. Do you have any ideas? :-)

from pydoctor.

mwhudson avatar mwhudson commented on May 19, 2024

(by lifeless)
write both classes to the html?

from pydoctor.

tristanlatr avatar tristanlatr commented on May 19, 2024

I'm having this issue with a Module name and a Class name here: https://chorsley.github.io/python-Wappalyzer/Wappalyzer.html
I think it's related to #17 actually

from pydoctor.

tristanlatr avatar tristanlatr commented on May 19, 2024

Now, I'm actually running into this bug with class 'Arena' from https://github.com/python/cpython/blob/master/Lib/multiprocessing/heap.py

I was trying to convert cpython API output to Dash compatible file with doc2dash and i ran into:

FileNotFoundError: [Errno 2] No such file or directory: '.../cpython-output.docset/Contents/Resources/Documents/Lib.multiprocessing.heap.Arena%200.html'

Now it looks like both classes do not appear in the module documentation. BUT rather they both appear in the name index.
Which is the issue for doc2dash cause it's parsing the nameIndex.html file to extract informations.

by default 2020-11-28 at 7 32 51 PM

This is a really tricky issue, but I think both class documentation should end up in the same class page.

from pydoctor.

tristanlatr avatar tristanlatr commented on May 19, 2024

Here is another instance of this issue,

https://tristanlatr.github.io/python-igraph/igraph.summary%200.html

It's a little bit more sneaky since the is no other module named summary but there is a method in the __init__.py named summary

https://github.com/tristanlatr/python-igraph/blob/3b2313ea6918d3c641f1b7d6bd23572a485d56d2/src/igraph/__init__.py#L4788

from pydoctor.

tristanlatr avatar tristanlatr commented on May 19, 2024

(This issue is most probably a duplicate of #17)

from pydoctor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.