Git Product home page Git Product logo

Comments (5)

karan avatar karan commented on August 10, 2024

Would really appreciate example code for multiple use cases:

  • Clear logs every day
  • Run task every minute
  • Run task every minute without blocking anything
  • Run task from a message queue (redis)
  • Run in a distributed env
  • Handling exceptions the right way

from schedule.

DieterKoblenz avatar DieterKoblenz commented on August 10, 2024

Please do, love this module but documentation so far is very poor.

from schedule.

dbader avatar dbader commented on August 10, 2024

I think this is still a key thing we should focus on to improve schedule. Bump.

from schedule.

dbader avatar dbader commented on August 10, 2024

Alright I just merged #108 – docs are live now at https://schedule.readthedocs.io

I'd greatly appreciate some help with fleshing out the docs further. I've laid down some basic structure but haven't migrated the FAQ or continued building it out.

If you're not comfortable with editing the Sphinx docs then improving the docstrings in the code directly would help a lot (https://schedule.readthedocs.io/en/latest/api.html)

Better docs is one of the best things we can do for the project right now.

from schedule.

dbader avatar dbader commented on August 10, 2024

I want to link some docs-related stuff for future reference:

I also haven't updated the dev docs on generating and viewing the Sphinx web docs locally. Basically you need to:

pip install -r requirements-dev.txt
cd docs
make html
cd _build/html
python -m SimpleHTTPServer 8888

and then open http://localhost:8888 in your favorite browser 🌟

from schedule.

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.