Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
chenpangpang
diffusers
Commits
748c1b3e
Unverified
Commit
748c1b3e
authored
Dec 01, 2023
by
M. Tolga Cangöz
Committed by
GitHub
Dec 01, 2023
Browse files
[`Docs`] Update a link (#6014)
* Update the location of Python's version * Trim trailing whitespace
parent
52350703
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CONTRIBUTING.md
CONTRIBUTING.md
+1
-1
Makefile
Makefile
+1
-1
No files found.
CONTRIBUTING.md
View file @
748c1b3e
...
@@ -355,7 +355,7 @@ You will need basic `git` proficiency to be able to contribute to
...
@@ -355,7 +355,7 @@ You will need basic `git` proficiency to be able to contribute to
manual. Type
`git --help`
in a shell and enjoy. If you prefer books,
[
Pro
manual. Type
`git --help`
in a shell and enjoy. If you prefer books,
[
Pro
Git
](
https://git-scm.com/book/en/v2
)
is a very good reference.
Git
](
https://git-scm.com/book/en/v2
)
is a very good reference.
Follow these steps to start contributing (
[
supported Python versions
](
https://github.com/huggingface/diffusers/blob/main/setup.py#L2
44
)
):
Follow these steps to start contributing (
[
supported Python versions
](
https://github.com/huggingface/diffusers/blob/main/setup.py#L2
65
)
):
1.
Fork the
[
repository
](
https://github.com/huggingface/diffusers
)
by
1.
Fork the
[
repository
](
https://github.com/huggingface/diffusers
)
by
clicking on the 'Fork' button on the repository's page. This creates a copy of the code
clicking on the 'Fork' button on the repository's page. This creates a copy of the code
...
...
Makefile
View file @
748c1b3e
...
@@ -41,7 +41,7 @@ repo-consistency:
...
@@ -41,7 +41,7 @@ repo-consistency:
quality
:
quality
:
ruff check
$(check_dirs)
setup.py
ruff check
$(check_dirs)
setup.py
ruff format
--check
$(check_dirs)
setup.py
ruff format
--check
$(check_dirs)
setup.py
python utils/check_doc_toc.py
python utils/check_doc_toc.py
# Format source code automatically and check is there are any problems left that need manual fixing
# Format source code automatically and check is there are any problems left that need manual fixing
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment