-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation not found #4
Comments
Fixed, thanks! |
A pleasure, but it still doesn't work for me. The new link just redirects to the old one... I find documentation for |
Ah, yes. I pushed that "fix" in a hurry and should have checked. The docs link is a 404 because there aren’t any docs. I’ve removed the link. I wouldn’t recommend using cssselect2 in its current state. It’s really at the "experimenting" stage. I kinda got stuck at #1 and then moved on to other things. If you just want to use a selector matching thing today, practically I’d recommend cssselect (not 2) despite its flaws. If you’d want to develop one, cssselect2 could be a good basis. |
You should also remove the link on the pypi page as well (the one linked to from the readme). and ahh, okay, I will take a look at that issue tomorrow or something. At the moment I just wanted to do some research of the software out there for css parsing, figuring out which package does what etcetera and if it will suit our needs, and this package had a nice example that covers I develop for matplotlib, an open-source python graph plotting programme, and a project we have had a project on the back burner for a while about introducing CSS-like style sheets which would greatly improve the usability and flexibility of the software. If you want to get a feel for what we had in mind you can take a look at https://github.com/matplotlib/matplotlib/blob/master/doc/devel/MEP/MEP26.rst I shy away from But yes, right now just play-time, and seeing if we can save ourselves some code by using an external library :). |
I’ve rewritten the README to explain that this is not maintained: https://github.com/SimonSapin/cssselect2/blob/13895eed8b/README.rst |
The readme links to http://pythonhosted.org/cssselect2/ for the documentation, but it gives a 404 Not Found error.
The text was updated successfully, but these errors were encountered: