Skip to content

Commit

Permalink
more doc shuffling
Browse files Browse the repository at this point in the history
  • Loading branch information
michelp committed Aug 31, 2022
1 parent 478fa89 commit 73c4642
Show file tree
Hide file tree
Showing 19 changed files with 21 additions and 26 deletions.
2 changes: 1 addition & 1 deletion doc-notebook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ until
do sleep 1;
done

docker exec -u postgres -e NB_UID=$(id -u) -e NB_GID=$(id -g) -it $DB_HOST jupyter-lab
docker exec --user root -e NB_UID=$(id -u) -e NB_GID=$(id -g) -it $DB_HOST jupyter-lab --allow-root
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 3 additions & 5 deletions docs/nb/Introduction.ipynb → docs/Introduction.ipynb
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"id": "fundamental-listening",
"cell_type": "markdown",
"id": "7e8ea4a8-600c-4cb9-b218-f42c628450be",
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
3 changes: 0 additions & 3 deletions docs/Introduction.md
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
```python

```
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 15 additions & 15 deletions docs/nb/index.ipynb → docs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,29 +22,29 @@
"metadata": {},
"source": [
"- Using pgsodium to Encrypt Data\n",
" - [Introduction](Introduction.ipynb)\n",
" - [Configuration](Configuration.ipynb)\n",
" - [Server Key Management](Server_Key_Management.ipynb)\n",
" - [Transparent Column Encryption](Transparent_Column_Encryption.ipynb)\n",
" - [Introduction](Introduction.md)\n",
" - [Configuration](Configuration.md)\n",
" - [Server Key Management](Server_Key_Management.md)\n",
" - [Transparent Column Encryption](Transparent_Column_Encryption.md)\n",
"\n",
"\n",
"- SQL API to libsodium\n",
" - [Generating Random Data](Generating_Random_Data.ipynb)\n",
" - [Hashing](Hashing.ipynb)\n",
" - [Password Hashing](Password_Hashing.ipynb)\n",
" - [Hash-Based Message Authentication Codes (HMAC)](HMAC.ipynb)\n",
" - [Secret Key Cryptography](Secret_Key_Cryptograph.ipynb)\n",
" - [Public Key Cryptography](Public_Key_Cryptograph.ipynb)\n",
" - [Authenticated Encryption With Additional Data (AEAD)](Authenticated_Encryption_With_Additional_Data.ipynb)\n",
" - [Key Derivation](Key_Derivation.ipynb)\n",
" - [Key Exchange](Key_Exchange.ipynb)\n",
" - [Signcryption](Signcryption.ipynb)\n"
" - [Generating Random Data](Generating_Random_Data.md)\n",
" - [Hashing](Hashing.md)\n",
" - [Password Hashing](Password_Hashing.md)\n",
" - [Hash-Based Message Authentication Codes (HMAC)](HMAC.md)\n",
" - [Secret Key Cryptography](Secret_Key_Cryptograph.md)\n",
" - [Public Key Cryptography](Public_Key_Cryptograph.md)\n",
" - [Authenticated Encryption With Additional Data (AEAD)](Authenticated_Encryption_With_Additional_Data.md)\n",
" - [Key Derivation](Key_Derivation.md)\n",
" - [Key Exchange](Key_Exchange.md)\n",
" - [Signcryption](Signcryption.md)\n"
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Introduction.
- [Hashing](Hashing.md)
- [Password Hashing](Password_Hashing.md)
- [Hash-Based Message Authentication Codes (HMAC)](HMAC.md)
- [Secret Key Cryptography](Secret_Key_Cryptography.md)
- [Public Key Cryptography](Public_Key_Cryptography.md)
- [Secret Key Cryptography](Secret_Key_Cryptograph.md)
- [Public Key Cryptography](Public_Key_Cryptograph.md)
- [Authenticated Encryption With Additional Data (AEAD)](Authenticated_Encryption_With_Additional_Data.md)
- [Key Derivation](Key_Derivation.md)
- [Key Exchange](Key_Exchange.md)
Expand Down

0 comments on commit 73c4642

Please sign in to comment.