Skip to content
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

toronto.edu website has outdated PyTA docs #978

Closed
paulschreiber opened this issue Nov 9, 2023 · 1 comment
Closed

toronto.edu website has outdated PyTA docs #978

paulschreiber opened this issue Nov 9, 2023 · 1 comment

Comments

@paulschreiber
Copy link

On this page:
https://www.cs.toronto.edu/~david/pyta/cfg/

There is older code:

    import python_ta.cfg

    python_ta.cfg.generate_cfg()

The repo has the updated docs:
https://github.com/pyta-uoft/pyta/blob/master/docs/cfg/index.md

    import python_ta.cfg.cfg_generator as cfg_generator

    cfg_generator.generate_cfg()
@david-yz-liu
Copy link
Contributor

Thank you @paulschreiber! I must have missed updating the website. I've just updated it now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants