Skip to content

Commit

Permalink
update docs tree
Browse files Browse the repository at this point in the history
  • Loading branch information
chuongmep committed Feb 27, 2024
1 parent 868becb commit eac51e9
Show file tree
Hide file tree
Showing 6 changed files with 120 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,11 @@ APS_REFRESH_TOKEN = <your refresh token>

All Tutorials are available under Jupyter Notebook at [Tutorials](./docs/Tutorials)

- [00.Explore Revit Data With APSToolkit](https://github.com/chuongmep/aps-toolkit/blob/dev/docs/Tutorials/00.Explore%20Revit%20Data%20With%20APSToolkit.ipynb)
- [00.Setup And Authentication](./docs/Tutorials/00.Setup%20And%20Authentication.ipynb)
- [01.Jyputer Notebook And .NET Interactive](./docs/Tutorials/01.Jyputer%20Notebook%20And%20.NET%20Interactive.ipynb)
- [02.Explore Hubs - Projects - Items.ipynb](./docs/Tutorials/02.Explore%20Hubs%20-%20Projects%20-%20Items.ipynb)
- [03.Explore Versions Item and Derivative Urn](./docs/Tutorials/03.Explore%20Versions%20Item%20and%20Derivative%20Urn.ipynb)
- [04.Explore Revit Data With APSToolkit](./docs/Tutorials/04.Explore%20Revit%20Data%20With%20APSToolkit.ipynb)


**WIP** : Working in progress, please collaborate with me to complete this.
Expand Down
41 changes: 41 additions & 0 deletions docs/Tutorials/00.Setup And Authentication.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"dotnet_interactive": {
"language": "csharp"
},
"polyglot_notebook": {
"kernelName": "csharp"
}
},
"outputs": [],
"source": []
}
],
"metadata": {
"kernelspec": {
"display_name": ".NET (C#)",
"language": "C#",
"name": ".net-csharp"
},
"language_info": {
"name": "polyglot-notebook"
},
"polyglot_notebook": {
"kernelInfo": {
"defaultKernelName": "csharp",
"items": [
{
"aliases": [],
"name": "csharp"
}
]
}
}
},
"nbformat": 4,
"nbformat_minor": 2
}
38 changes: 38 additions & 0 deletions docs/Tutorials/01.Jyputer Notebook And .NET Interactive.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"metadata": {
"dotnet_interactive": {
"language": "csharp"
},
"polyglot_notebook": {
"kernelName": "csharp"
},
"vscode": {
"languageId": "polyglot-notebook"
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Hello, World!\r\n"
]
}
],
"source": [
"Console.WriteLine(\"Hello, World!\");"
]
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
18 changes: 18 additions & 0 deletions docs/Tutorials/02.Explore Hubs - Projects - Items.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}
18 changes: 18 additions & 0 deletions docs/Tutorials/03.Explore Versions Item and Derivative Urn.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 2
}

0 comments on commit eac51e9

Please sign in to comment.