Skip to content

Commit

Permalink
Merge pull request #189 from MAAP-Project/develop
Browse files Browse the repository at this point in the history
Chore: frequent release
  • Loading branch information
wildintellect authored May 11, 2023
2 parents 4530835 + 2cac7fd commit da9a584
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 50 deletions.
40 changes: 0 additions & 40 deletions .github/workflows/trigger-gitlab.yml

This file was deleted.

1 change: 0 additions & 1 deletion .python-version

This file was deleted.

19 changes: 19 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2

build:
os: ubuntu-22.04
tools:
python: "3.11"

sphinx:
builder: html
configuration: docs/source/conf.py

python:
install:
- requirements: requirements.txt
system_packages: false

formats:
- epub
- pdf
13 changes: 10 additions & 3 deletions docs/source/system_reference_guide/create_workspace.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@
"\n",
"![create workspace](../_static/create_workspace.png)\n",
"\n",
"If you want to edit the devfile or your workspace's memory limit after its creation, just click on the `Workspaces` side panel tab, then the workspace, then the Devfile tab at the top of the page. "
"If you want to edit the devfile or your workspace's memory limit after its creation, just click on the `Workspaces` side panel tab, then the workspace, then the Devfile tab at the top of the page. \n",
"\n",
"**DISCLAIMER:** MAAP might change the way that we do workspace memory limits in the future, including restricting the memory that a user can allocate for their workspace. For now, as a courtesy to other users only increase the memory limit if your kernel keeps running out of memory and crashing. If you're not sure why your kernel is crashing after increasing your workspace's memory limit, please contact the development team. We recommend using a memory limit of 16GB (which means altering the devfile to `memory: 15258Mi`). "
]
}
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python 3.11.1 64-bit",
"language": "python",
"name": "python3"
},
Expand All @@ -29,7 +31,12 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.8"
"version": "3.11.1"
},
"vscode": {
"interpreter": {
"hash": "5c7b89af1651d0b8571dde13640ecdccf7d5a6204171d6ab33e7c296e100e08a"
}
}
},
"nbformat": 4,
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools<60.0", "wheel"]
build-backend = "setuptools.build_meta"
4 changes: 0 additions & 4 deletions readthedocs.yml

This file was deleted.

4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
sphinx>=1.4
pandoc
nbconvert
ipykernel~=6.4.1
ipykernel>=6.4.1
nbsphinx
sphinxcontrib-napoleon
sphinx-rtd-theme
pystac-client~=0.3.2
pystac-client>=0.6.0
h5py
folium
pandas
Expand Down

0 comments on commit da9a584

Please sign in to comment.