FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
graphene-python.org/scripts/create_package at support · graphql-python/graphene-python.org · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
graphql-python
/
graphene-python.org
Public
Notifications
You must be signed in to change notification settings
Fork
10
Star
8
Code
Issues
0
Pull requests
10
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
graphene-python.org
/
scripts
/
create_package
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
16 lines (12 loc) · 917 Bytes
Breadcrumbs
graphene-python.org
/
scripts
/
create_package
Copy path
File metadata and controls
executable file
·
16 lines (12 loc) · 917 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
cp public/docs/index.html sphinx_theme/sphinx_graphene_theme/layout.html
cd sphinx_theme
zip -r sphinx_graphene_theme.zip .
cp sphinx_graphene_theme.zip ../public
# Ping read the docs to rebuild the graphene-python website
curl -X POST -d "token=cb70e0ca4aaf808df8d07deb3d9619c2e128212b" https://readthedocs.org/api/v2/webhook/graphene-python/29558/
# Ping read the docs to rebuild the graphene-django website
curl -X POST -d "token=e9cf13643c471cfb8cdebf8b0bd121bbb40b5f97" https://readthedocs.org/api/v2/webhook/graphene-django/29559/
# Ping read the docs to rebuild the graphene-sqlalchemy website
curl -X POST -d "token=6f1fb097f31454e13e63d8ab62512b3da51be147" https://readthedocs.org/api/v2/webhook/graphene-sqlalchemy/29561/
# Ping read the docs to rebuild the graphene-gae website
curl -X POST -d "token=d35f550310f2f068156b1abc702f6ab91dc88e71" https://readthedocs.org/api/v2/webhook/graphene-gae/29562/
Back
|
FazBrowse Home
|
New Git URL