Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
YeisonCardona committed Feb 27, 2024
1 parent 9e35aaf commit fe36ecc
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
3 changes: 3 additions & 0 deletions docs/source/notebooks/.jupyter/desktop-settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"pythonPath": "/home/yeison/Development/venv/dndr_docs/bin/python"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"data":{"layout-restorer:data":{"main":{"dock":{"type":"tab-area","currentIndex":1,"widgets":["notebook:01_set_up/01-github.ipynb"]},"current":"notebook:01_set_up/01-github.ipynb"},"down":{"size":0,"widgets":[]},"left":{"collapsed":true,"visible":true,"widgets":["filebrowser","running-sessions","@jupyterlab/toc:plugin","extensionmanager.main-view"]},"right":{"collapsed":true,"visible":true,"widgets":["jp-property-inspector","debugger-sidebar"]},"relativeSizes":[0,1,0],"top":{"simpleVisibility":true}},"file-browser-filebrowser:cwd":{"path":"01_set_up"},"notebook:01_set_up/01-github.ipynb":{"data":{"path":"01_set_up/01-github.ipynb","factory":"Notebook"}}},"metadata":{"id":"default"}}
7 changes: 5 additions & 2 deletions docs/source/notebooks/01_set_up/02-github_secrets.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@
" - Click on the `Settings` tab located at the top of the page.\n",
"\n",
"2. **Navigate to Secrets Section**:\n",
" - Within the `Settings` tab, scroll down to the `Secrets` section.\n",
" - Click on the `New repository secret` button to create a new secret.\n",
" - First, open the `Settings` tab of your project or repository.\n",
" - In the left sidebar, scroll down to find the `Secrets and Variables` section.\n",
" - Click on `Actions` within this section.\n",
" - Then, select `Variables`.\n",
" - To add new repository variables, click on `New Repository Variable`.\n",
"\n",
"![border-image secret01](../_images/github_secrets_01.png)"
]
Expand Down
5 changes: 3 additions & 2 deletions docs/source/notebooks/01_set_up/03-github_pat.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@
" - On the settings page, look for the `Developer settings` section at the bottom of the left sidebar.\n",
"\n",
"2. **Personal Access Tokens**:\n",
" - Within `Developer settings`, select `Personal access tokens`.\n",
" - Click on the `Generate new token` button to create a new token.\n",
" - Navigate to `Developer settings`, and then select `Personal access tokens`.\n",
" - Choose `Personal access tokens (classic)`.\n",
" - To create a new token, click on the `Generate new token` button, and then select `Generate new token (classic)`.\n",
"\n",
"3. **Token Configuration**:\n",
" - Give your token a descriptive name in the `Note` field to remember the purpose of the token.\n",
Expand Down
Binary file not shown.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir)))

setup(
name="gcpds",
name="gcpds-docs",
version='0.2',
packages=["gcpds", "gcpds.docs"],
author="Yeison Cardona",
Expand Down

0 comments on commit fe36ecc

Please sign in to comment.