Git Product home page Git Product logo

Comments (3)

ItsDrike avatar ItsDrike commented on July 20, 2024

The documentation for mcstatus is available on https://mcstatus.readthedocs.io/, however the docs were only added pretty recently, and they aren't available for the latest stable release (mcstatus v10.0.3). This is why the linked docs are currently showing a blank page, by default, the docs are configured to track the stable version, and there's no docs for that version available.

If you want to see the newly added documentation, you can click on the version tracker (bottom left) in the docs, and choose the latest version (or just go here). This will show you the docs for code that's currently in the master branch of this repository.

However, these latest docs are NOT compatible with the v10.0.3 stable release, and so they might be misleading if you're using this version (several functions and attribute names were changed in this release - short changelog). If you want to, you can already use a release candidate version 11.0.0-rc1, that's already available on PyPI as a pre-release, and can be installed with pip install mcstatus==11.0.0rc1.

If you don't want to use the pre-release, best you can do is check out the README from the v10.0.3 release here. For more info about the available functions and attributes, I'd suggest using python's built-in help and dir functions from REPL. As an example, running help(mcstatus.JavaServer) will show you all functions available for the JavaServer class, and a description of what they do pulled directly from the docstrings in the source code, or simply directly checking the source code yourself from here.

from mcstatus.

ItsDrike avatar ItsDrike commented on July 20, 2024

(If you have any further questions, consider continuing in #534, marking this issue as a duplicate)

from mcstatus.

PerchunPak avatar PerchunPak commented on July 20, 2024

We have a v10 backport of docs. Although, consider it as WIP.

https://mcstatus.readthedocs.io/en/docs-on-v10/

from mcstatus.

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.