Skip to content

Commit 3bb56dd

Browse files
committed
chore: move neccessary files over, clean up ones that arent needed
1 parent 5774c11 commit 3bb56dd

File tree

6 files changed

+42
-8
lines changed

6 files changed

+42
-8
lines changed

.readthedocs.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
3+
build:
4+
os: "ubuntu-22.04"
5+
tools:
6+
python: "latest"
7+
8+
python:
9+
install:
10+
- requirements: requirements/docs.txt
11+
12+
sphinx:
13+
configuration: doc/source/conf.py
183 KB
Loading
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
.. list-table:: 5 levels of reusing/sharing code
2+
:widths: 5 15 40 40
3+
:header-rows: 1
4+
5+
* - Level
6+
- Name
7+
- Scope
8+
- How to setup
9+
* - 1
10+
- ``function``
11+
- Reuse code in the single file.
12+
- See Level 1 tutorial
13+
* - 2
14+
- ``module``
15+
- Reuse code across files.
16+
- See Level 2 tutorial
17+
* - 3
18+
- ``workspace``
19+
- Reuse code across project folders.
20+
- ``package create workspace``
21+
* - 4
22+
- ``system``
23+
- Reuse code across any files in the computer.
24+
- ``package create system``
25+
* - 5
26+
- ``public``
27+
- Share code as publicly installable package.
28+
- ``package create public``

environment.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

requirements/build.txt

Lines changed: 0 additions & 2 deletions
This file was deleted.

requirements/docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx
22
sphinx_rtd_theme
3+
sphinx-copybutton
34
doctr
45
m2r

0 commit comments

Comments
 (0)