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

Add Makefile #123

Merged
merged 3 commits into from
Jul 31, 2024
Merged

Add Makefile #123

merged 3 commits into from
Jul 31, 2024

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Jul 31, 2024

Based on https://github.com/python/devguide/blob/main/Makefile with a lot of unnecessary stuff removed.

This makes it easier to update the documentation:

make help
Please use `make <target>' where <target> is one of
  venv       to create a venv with necessary tools
  html       to make standalone HTML files
  htmlview   to open the index page built by the html target in your browser
  htmllive   to rebuild and reload HTML files in your browser
  clean      to remove the venv and build files
  linkcheck  to check all external links for integrity
  lint       to lint all the files

📚 Documentation preview 📚: https://docs-community--123.org.readthedocs.build/

Copy link
Contributor

@egeakman egeakman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! Thank you ❤️

Copy link
Member

@ezio-melotti ezio-melotti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is already a Makefile in docs/.

@hugovk
Copy link
Member Author

hugovk commented Jul 31, 2024

Ah, so there is! Shall we delete that one?

@hugovk hugovk merged commit c0ccb5c into python:main Jul 31, 2024
4 checks passed
@hugovk hugovk deleted the add-makefile branch July 31, 2024 16:52
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

Successfully merging this pull request may close these issues.

4 participants