Skip to content

Commit

Permalink
docs: Add new friends blog
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Sep 14, 2024
1 parent b2cf416 commit e134f27
Show file tree
Hide file tree
Showing 5 changed files with 190 additions and 0 deletions.
170 changes: 170 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,170 @@
*.vscode

*.pyc

*.onnx

.DS_Store

*.bin

.mypy_cache

# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
.pytest_cache

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
# *.manifest
# *.spec
*.res

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

#idea
.vs
.vscode
.idea
/images
/models

#models
*.onnx

*.ttf
*.ttc

long1.jpg

*.bin
*.mapping
*.xml

*.pdiparams
*.pdiparams.info
*.pdmodel

.DS_Store
1 change: 1 addition & 0 deletions docs/blog/posts/how-to-submit-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ slug: how-to-submit-PR
categories:
- General
comments: true
typora-copy-images-to: images
---

本文主要介绍如何为开源项目提交合格的PR,以RapidAI下开源项目TableStructureRec为例讲解。
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/blog/posts/welcome-new-friends.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: 🎉 RapidAI纳新了
date: 2024-09-14
authors: [SWHL]
slug: welcome-new-friends
categories:
- General
comments: true
typora-copy-images-to: images
---

最近,我们RapidAI开源组织纳新了,新加入了两位优秀的小伙伴:[Joker1212](https://github.com/Joker1212)[qixing-ai](https://github.com/qixing-ai)

![image-20240914081553163](./images/image-20240914081553163.png)
5 changes: 5 additions & 0 deletions overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{% extends "base.html" %}

{% block announce %}
<p>🎉 RapidAI纳新了 → <a href="https://rapidai.github.io/RapidOCRDocs/blog/2024/09/14/welcome-new-friends" target="_blank">link</a></p>
{% endblock %}

0 comments on commit e134f27

Please sign in to comment.