Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gt-zhangacer/pythonnote
我的Python笔记
https://github.com/gt-zhangacer/pythonnote
Last synced: 23 days ago
JSON representation
我的Python笔记
- Host: GitHub
- URL: https://github.com/gt-zhangacer/pythonnote
- Owner: GT-ZhangAcer
- License: apache-2.0
- Created: 2021-02-09T18:31:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-09T18:31:22.000Z (almost 4 years ago)
- Last Synced: 2024-11-24T19:57:23.375Z (about 1 month ago)
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Python代码仓库模板
![GitHub forks](https://img.shields.io/github/forks/GT-ZhangAcer/PythonRepository-Template?style=for-the-badge) ![GitHub Repo stars](https://img.shields.io/github/stars/GT-ZhangAcer/PythonRepository-Template?style=for-the-badge)
这是一个简单的迁移模板,使用者只需在[模板仓库](https://github.com/GT-ZhangAcer/PythonRepository-Template)中点击[use this template](https://github.com/GT-ZhangAcer/PythonRepository-Template/generate)即可创建属于自己的具备前端页面空白Paddle项目。
## 项目结构
### Main分支(Default)
该分支为主要的开发分支,与项目有关的说明和代码文件可放置于此,在仓库被访问时默认展示该分支。
```
-|
--LICENSE 开源协议文件,默认为MIT开源协议。
--README.md 项目说明文件,可使用Markdowm编辑器进行编辑。
--requirements.txt Python项目依赖列表
```
### gh-pages分支
该分支下默认会给出静态页面文件,在使用该模板后将自动生成一个项目介绍网页`https://GitHub昵称.github.io/项目名`,我们只需对该分支下的`index.md`文件进行修改即可操控这个页面。## 使用方法
### Step1 使用模板仓库创建一个新的个人仓库
进入[模板仓库]()主页,获取最新模板或点击[此处](https://github.com/GT-ZhangAcer/PythonRepository-Template/generate)立即创建一个这样的特殊仓库。
简单填写仓库信息### Step2 上传项目文件至个人仓库