Skip to content

Commit 335cfcd

Browse files
committed
0 parents  commit 335cfcd

File tree

401 files changed

+13816
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+13816
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: "\U0001F4DA 문서 내용 이슈"
3+
about: 홈페이지 내의 문서 내용과 관련한 이슈
4+
5+
---
6+
7+
## 🕋 문제 상황
8+
9+
<!-- 문제가 되는 내용(예. ㅇㅇㅇ에 대한 설명이 잘못되었습니다.)과 URL(예. https://pytorch.kr/about)을 남겨주세요. -->
10+
11+
* 내용:
12+
* URL:
13+
14+
15+
## 📚 변경 내용
16+
17+
<!-- 어떻게 변경이 돼야 하는지 알려주세요. -->
18+
19+
20+
## 스크린샷
21+
22+
<!-- 가능하다면 문제 내용이 포함된 스크린샷을 남겨주세요. -->
23+
24+
25+
## 기타
26+
27+
<!-- 추가적으로 알려주실 내용이 있으시면 남겨주세요. -->
+41
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
---
2+
name: "\U0001F54B 웹 사이트 이슈"
3+
about: 홈페이지 자체의 문제와 관련된 이슈
4+
5+
---
6+
7+
## 🕋 문제 상황
8+
9+
<!-- 문제가 되는 증상(예. 글자 크기가 너무 작습니다.)과 URL(예. https://pytorch.kr/about)을 남겨주세요. -->
10+
11+
* 증상:
12+
* URL:
13+
14+
15+
## 재현 경로
16+
17+
1. '...'으로 이동합니다.
18+
2. '....'을 누릅니다.
19+
3. '....'까지 스크롤을 내립니다.
20+
4. 에러가 보입니다.
21+
22+
23+
## 예상 동작
24+
25+
<!-- 문제 상황이 정상적인 경우에는 어떻게 보여지거나 동작해야 하는지 알려주세요. -->
26+
27+
28+
## 스크린샷
29+
30+
<!-- 가능하다면 문제 상황 또는 재현경로가 포함된 스크린샷을 남겨주세요. -->
31+
32+
33+
## 사용환경 (아래 내용들을 남겨주세요):
34+
35+
- OS 종류: [예. iOS]
36+
- 브라우저: [예. chrome, safari]
37+
- 브라우저 버전: [예. 22]
38+
39+
## 기타
40+
41+
<!-- 추가적으로 알려주실 내용이 있으시면 남겨주세요. -->

.gitignore

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
.DS_Store
2+
/node_modules
3+
/yarn-error.log
4+
/vendor
5+
# These are NOT autogenerated. Check in files as necessary.
6+
!docs/stable/_static/js/vendor/
7+
!docs/master/_static/js/vendor/
8+
.bundle
9+
.sass_cache
10+
/_site/
11+
/.idea/
12+
/.jekyll-metadata
13+
/.vscode/
14+
/.netlify/
15+
/assets/hub

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "_hub"]
2+
path = _hub
3+
url = https://github.com/9bow/PyTorch-hub-kr

.nvmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
9.8.0

.ruby-version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2.5.1

404.html

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: 저런!
3+
id: 404
4+
permalink: /404.html
5+
layout: general
6+
---
7+
8+
<!DOCTYPE html>
9+
<html>
10+
<body>
11+
<div style="text-align: center;">
12+
<img src="{{ site.baseurl }}/assets/images/404_sign.png" />
13+
14+
<h1>저런!</h1>
15+
16+
<h4>잘못된 링크로 접근하셨습니다.</h4>
17+
18+
<h4>
19+
정상적인 경로로 접근하셨는데 문제가 계속된다면 홈페이지 저장소에 <a href="{{ site.external_urls.www_issue }}" target="_blank">이슈를 남겨주세요</a>.
20+
</h4>
21+
22+
<h4>
23+
또는, <a href="/">여기</a>를 눌러 홈페이지로 가실 수 있습니다.
24+
</h4>
25+
</div>
26+
</body>
27+
</html>

CNAME

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pytorch.org

CODE_OF_CONDUCT.md

+76
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,76 @@
1+
# Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as
6+
contributors and maintainers pledge to make participation in our project and
7+
our community a harassment-free experience for everyone, regardless of age, body
8+
size, disability, ethnicity, sex characteristics, gender identity and expression,
9+
level of experience, education, socio-economic status, nationality, personal
10+
appearance, race, religion, or sexual identity and orientation.
11+
12+
## Our Standards
13+
14+
Examples of behavior that contributes to creating a positive environment
15+
include:
16+
17+
* Using welcoming and inclusive language
18+
* Being respectful of differing viewpoints and experiences
19+
* Gracefully accepting constructive criticism
20+
* Focusing on what is best for the community
21+
* Showing empathy towards other community members
22+
23+
Examples of unacceptable behavior by participants include:
24+
25+
* The use of sexualized language or imagery and unwelcome sexual attention or
26+
advances
27+
* Trolling, insulting/derogatory comments, and personal or political attacks
28+
* Public or private harassment
29+
* Publishing others' private information, such as a physical or electronic
30+
address, without explicit permission
31+
* Other conduct which could reasonably be considered inappropriate in a
32+
professional setting
33+
34+
## Our Responsibilities
35+
36+
Project maintainers are responsible for clarifying the standards of acceptable
37+
behavior and are expected to take appropriate and fair corrective action in
38+
response to any instances of unacceptable behavior.
39+
40+
Project maintainers have the right and responsibility to remove, edit, or
41+
reject comments, commits, code, wiki edits, issues, and other contributions
42+
that are not aligned to this Code of Conduct, or to ban temporarily or
43+
permanently any contributor for other behaviors that they deem inappropriate,
44+
threatening, offensive, or harmful.
45+
46+
## Scope
47+
48+
This Code of Conduct applies within all project spaces, and it also applies when
49+
an individual is representing the project or its community in public spaces.
50+
Examples of representing a project or community include using an official
51+
project e-mail address, posting via an official social media account, or acting
52+
as an appointed representative at an online or offline event. Representation of
53+
a project may be further defined and clarified by project maintainers.
54+
55+
## Enforcement
56+
57+
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58+
reported by contacting the project team at <[email protected]>. All
59+
complaints will be reviewed and investigated and will result in a response that
60+
is deemed necessary and appropriate to the circumstances. The project team is
61+
obligated to maintain confidentiality with regard to the reporter of an incident.
62+
Further details of specific enforcement policies may be posted separately.
63+
64+
Project maintainers who do not follow or enforce the Code of Conduct in good
65+
faith may face temporary or permanent repercussions as determined by other
66+
members of the project's leadership.
67+
68+
## Attribution
69+
70+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71+
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html
72+
73+
[homepage]: https://www.contributor-covenant.org
74+
75+
For answers to common questions about this code of conduct, see
76+
https://www.contributor-covenant.org/faq

Gemfile

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
source "https://rubygems.org"
2+
ruby "2.5.1"
3+
4+
group :jekyll_plugins do
5+
gem "github-pages"
6+
gem "jekyll-paginate-v2"
7+
gem 'jekyll-autoprefixer'
8+
end

0 commit comments

Comments
 (0)