Skip to content

Commit

Permalink
Deploying on 2024-10-07 14:07:55
Browse files Browse the repository at this point in the history
  • Loading branch information
Deploy committed Oct 7, 2024
1 parent a7ae04b commit 02b682c
Show file tree
Hide file tree
Showing 180 changed files with 624 additions and 696 deletions.
Binary file modified docs/bn/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/bn/.doctrees/intrinsics/character/adjustl.doctree
Binary file not shown.
Binary file modified docs/bn/.doctrees/intrinsics/character/adjustr.doctree
Binary file not shown.
Binary file modified docs/bn/.doctrees/intrinsics/character/len_trim.doctree
Binary file not shown.
16 changes: 8 additions & 8 deletions docs/bn/.doctrees/nbsphinx/ast_and_asr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:40.203182Z",
"iopub.status.busy": "2024-10-06T11:40:40.203113Z",
"iopub.status.idle": "2024-10-06T11:40:40.203832Z",
"shell.execute_reply": "2024-10-06T11:40:40.203773Z"
"iopub.execute_input": "2024-10-07T14:03:47.532554Z",
"iopub.status.busy": "2024-10-07T14:03:47.532481Z",
"iopub.status.idle": "2024-10-07T14:03:47.533155Z",
"shell.execute_reply": "2024-10-07T14:03:47.533104Z"
}
},
"outputs": [
Expand Down Expand Up @@ -156,10 +156,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:40.233387Z",
"iopub.status.busy": "2024-10-06T11:40:40.233330Z",
"iopub.status.idle": "2024-10-06T11:40:40.235458Z",
"shell.execute_reply": "2024-10-06T11:40:40.235405Z"
"iopub.execute_input": "2024-10-07T14:03:47.562074Z",
"iopub.status.busy": "2024-10-07T14:03:47.562009Z",
"iopub.status.idle": "2024-10-07T14:03:47.564402Z",
"shell.execute_reply": "2024-10-07T14:03:47.564356Z"
}
},
"outputs": [
Expand Down
32 changes: 16 additions & 16 deletions docs/bn/.doctrees/nbsphinx/developer_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:41.116806Z",
"iopub.status.busy": "2024-10-06T11:40:41.116734Z",
"iopub.status.idle": "2024-10-06T11:40:41.119981Z",
"shell.execute_reply": "2024-10-06T11:40:41.119924Z"
"iopub.execute_input": "2024-10-07T14:03:48.462110Z",
"iopub.status.busy": "2024-10-07T14:03:48.462042Z",
"iopub.status.idle": "2024-10-07T14:03:48.465420Z",
"shell.execute_reply": "2024-10-07T14:03:48.465372Z"
}
},
"outputs": [],
Expand All @@ -62,10 +62,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:41.120922Z",
"iopub.status.busy": "2024-10-06T11:40:41.120871Z",
"iopub.status.idle": "2024-10-06T11:40:41.121398Z",
"shell.execute_reply": "2024-10-06T11:40:41.121335Z"
"iopub.execute_input": "2024-10-07T14:03:48.466495Z",
"iopub.status.busy": "2024-10-07T14:03:48.466432Z",
"iopub.status.idle": "2024-10-07T14:03:48.466865Z",
"shell.execute_reply": "2024-10-07T14:03:48.466821Z"
},
"scrolled": true
},
Expand Down Expand Up @@ -152,10 +152,10 @@
"execution_count": 3,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:41.123039Z",
"iopub.status.busy": "2024-10-06T11:40:41.122956Z",
"iopub.status.idle": "2024-10-06T11:40:41.123379Z",
"shell.execute_reply": "2024-10-06T11:40:41.123338Z"
"iopub.execute_input": "2024-10-07T14:03:48.468461Z",
"iopub.status.busy": "2024-10-07T14:03:48.468408Z",
"iopub.status.idle": "2024-10-07T14:03:48.468847Z",
"shell.execute_reply": "2024-10-07T14:03:48.468786Z"
}
},
"outputs": [
Expand Down Expand Up @@ -200,10 +200,10 @@
"execution_count": 4,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:41.124860Z",
"iopub.status.busy": "2024-10-06T11:40:41.124819Z",
"iopub.status.idle": "2024-10-06T11:40:41.126449Z",
"shell.execute_reply": "2024-10-06T11:40:41.126397Z"
"iopub.execute_input": "2024-10-07T14:03:48.470423Z",
"iopub.status.busy": "2024-10-07T14:03:48.470356Z",
"iopub.status.idle": "2024-10-07T14:03:48.472132Z",
"shell.execute_reply": "2024-10-07T14:03:48.472089Z"
}
},
"outputs": [
Expand Down
1 change: 0 additions & 1 deletion docs/bn/_sources/intrinsics/character/adjustl.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ end function

```fortran
program intrinsics_adjustl
use lfortran_intrinsic_string, only: adjustl
implicit none
character(*), parameter :: s1 = " A B "
print *, adjustl(s1)
Expand Down
1 change: 0 additions & 1 deletion docs/bn/_sources/intrinsics/character/adjustr.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ end function

```fortran
program intrinsics_adjustr
use lfortran_intrinsic_string, only: adjustr
implicit none
character(*), parameter :: s1 = "A B "
print *, adjustr(s1)
Expand Down
1 change: 0 additions & 1 deletion docs/bn/_sources/intrinsics/character/len_trim.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ end function

```fortran
program intrinsics_len_trim
use lfortran_intrinsic_string, only: len_trim
implicit none
character(*), parameter :: s1 = " A B "
integer:: retval
Expand Down
16 changes: 8 additions & 8 deletions docs/bn/ast_and_asr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:40.203182Z",
"iopub.status.busy": "2024-10-06T11:40:40.203113Z",
"iopub.status.idle": "2024-10-06T11:40:40.203832Z",
"shell.execute_reply": "2024-10-06T11:40:40.203773Z"
"iopub.execute_input": "2024-10-07T14:03:47.532554Z",
"iopub.status.busy": "2024-10-07T14:03:47.532481Z",
"iopub.status.idle": "2024-10-07T14:03:47.533155Z",
"shell.execute_reply": "2024-10-07T14:03:47.533104Z"
}
},
"outputs": [
Expand Down Expand Up @@ -156,10 +156,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:40.233387Z",
"iopub.status.busy": "2024-10-06T11:40:40.233330Z",
"iopub.status.idle": "2024-10-06T11:40:40.235458Z",
"shell.execute_reply": "2024-10-06T11:40:40.235405Z"
"iopub.execute_input": "2024-10-07T14:03:47.562074Z",
"iopub.status.busy": "2024-10-07T14:03:47.562009Z",
"iopub.status.idle": "2024-10-07T14:03:47.564402Z",
"shell.execute_reply": "2024-10-07T14:03:47.564356Z"
}
},
"outputs": [
Expand Down
32 changes: 16 additions & 16 deletions docs/bn/developer_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:41.116806Z",
"iopub.status.busy": "2024-10-06T11:40:41.116734Z",
"iopub.status.idle": "2024-10-06T11:40:41.119981Z",
"shell.execute_reply": "2024-10-06T11:40:41.119924Z"
"iopub.execute_input": "2024-10-07T14:03:48.462110Z",
"iopub.status.busy": "2024-10-07T14:03:48.462042Z",
"iopub.status.idle": "2024-10-07T14:03:48.465420Z",
"shell.execute_reply": "2024-10-07T14:03:48.465372Z"
}
},
"outputs": [],
Expand All @@ -62,10 +62,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:41.120922Z",
"iopub.status.busy": "2024-10-06T11:40:41.120871Z",
"iopub.status.idle": "2024-10-06T11:40:41.121398Z",
"shell.execute_reply": "2024-10-06T11:40:41.121335Z"
"iopub.execute_input": "2024-10-07T14:03:48.466495Z",
"iopub.status.busy": "2024-10-07T14:03:48.466432Z",
"iopub.status.idle": "2024-10-07T14:03:48.466865Z",
"shell.execute_reply": "2024-10-07T14:03:48.466821Z"
},
"scrolled": true
},
Expand Down Expand Up @@ -152,10 +152,10 @@
"execution_count": 3,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:41.123039Z",
"iopub.status.busy": "2024-10-06T11:40:41.122956Z",
"iopub.status.idle": "2024-10-06T11:40:41.123379Z",
"shell.execute_reply": "2024-10-06T11:40:41.123338Z"
"iopub.execute_input": "2024-10-07T14:03:48.468461Z",
"iopub.status.busy": "2024-10-07T14:03:48.468408Z",
"iopub.status.idle": "2024-10-07T14:03:48.468847Z",
"shell.execute_reply": "2024-10-07T14:03:48.468786Z"
}
},
"outputs": [
Expand Down Expand Up @@ -200,10 +200,10 @@
"execution_count": 4,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:41.124860Z",
"iopub.status.busy": "2024-10-06T11:40:41.124819Z",
"iopub.status.idle": "2024-10-06T11:40:41.126449Z",
"shell.execute_reply": "2024-10-06T11:40:41.126397Z"
"iopub.execute_input": "2024-10-07T14:03:48.470423Z",
"iopub.status.busy": "2024-10-07T14:03:48.470356Z",
"iopub.status.idle": "2024-10-07T14:03:48.472132Z",
"shell.execute_reply": "2024-10-07T14:03:48.472089Z"
}
},
"outputs": [
Expand Down
3 changes: 1 addition & 2 deletions docs/bn/intrinsics/character/adjustl/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,7 @@ <h2 id="types">Types<a class="headerlink" href="#types" title="এই শির
<section id="examples">
<h2 id="examples">Examples<a class="headerlink" href="#examples" title="এই শিরোনামের পার্মালিঙ্ক"></a></h2>
<div class="highlight-fortran notranslate"><div class="highlight"><pre><span></span><span class="k">program </span><span class="n">intrinsics_adjustl</span>
<span class="w"> </span><span class="k">use </span><span class="n">lfortran_intrinsic_string</span><span class="p">,</span><span class="w"> </span><span class="k">only</span><span class="p">:</span><span class="w"> </span><span class="nb">adjustl</span>
<span class="nb"> </span><span class="k">implicit none</span>
<span class="w"> </span><span class="k">implicit none</span>
<span class="k"> </span><span class="kt">character</span><span class="p">(</span><span class="o">*</span><span class="p">),</span><span class="w"> </span><span class="k">parameter</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">s1</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">" A B "</span>
<span class="w"> </span><span class="k">print</span><span class="w"> </span><span class="o">*</span><span class="p">,</span><span class="w"> </span><span class="nb">adjustl</span><span class="p">(</span><span class="n">s1</span><span class="p">)</span>
<span class="k">end program</span>
Expand Down
3 changes: 1 addition & 2 deletions docs/bn/intrinsics/character/adjustr/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,8 +590,7 @@ <h2 id="types">Types<a class="headerlink" href="#types" title="এই শির
<section id="examples">
<h2 id="examples">Examples<a class="headerlink" href="#examples" title="এই শিরোনামের পার্মালিঙ্ক"></a></h2>
<div class="highlight-fortran notranslate"><div class="highlight"><pre><span></span><span class="k">program </span><span class="n">intrinsics_adjustr</span>
<span class="w"> </span><span class="k">use </span><span class="n">lfortran_intrinsic_string</span><span class="p">,</span><span class="w"> </span><span class="k">only</span><span class="p">:</span><span class="w"> </span><span class="nb">adjustr</span>
<span class="nb"> </span><span class="k">implicit none</span>
<span class="w"> </span><span class="k">implicit none</span>
<span class="k"> </span><span class="kt">character</span><span class="p">(</span><span class="o">*</span><span class="p">),</span><span class="w"> </span><span class="k">parameter</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">s1</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">"A B "</span>
<span class="w"> </span><span class="k">print</span><span class="w"> </span><span class="o">*</span><span class="p">,</span><span class="w"> </span><span class="nb">adjustr</span><span class="p">(</span><span class="n">s1</span><span class="p">)</span>
<span class="k">end program</span>
Expand Down
3 changes: 1 addition & 2 deletions docs/bn/intrinsics/character/len_trim/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,7 @@ <h2 id="types">Types<a class="headerlink" href="#types" title="এই শির
<section id="examples">
<h2 id="examples">Examples<a class="headerlink" href="#examples" title="এই শিরোনামের পার্মালিঙ্ক"></a></h2>
<div class="highlight-fortran notranslate"><div class="highlight"><pre><span></span><span class="k">program </span><span class="n">intrinsics_len_trim</span>
<span class="w"> </span><span class="k">use </span><span class="n">lfortran_intrinsic_string</span><span class="p">,</span><span class="w"> </span><span class="k">only</span><span class="p">:</span><span class="w"> </span><span class="nb">len_trim</span>
<span class="nb"> </span><span class="k">implicit none</span>
<span class="w"> </span><span class="k">implicit none</span>
<span class="k"> </span><span class="kt">character</span><span class="p">(</span><span class="o">*</span><span class="p">),</span><span class="w"> </span><span class="k">parameter</span><span class="w"> </span><span class="kd">::</span><span class="w"> </span><span class="n">s1</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">" A B "</span>
<span class="w"> </span><span class="kt">integer</span><span class="kd">::</span><span class="w"> </span><span class="n">retval</span>
<span class="w"> </span><span class="n">retval</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="nb">len_trim</span><span class="p">(</span><span class="n">s1</span><span class="p">)</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/bn/searchindex.js

Large diffs are not rendered by default.

Binary file modified docs/cs/.doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/cs/.doctrees/intrinsics/character/adjustl.doctree
Binary file not shown.
Binary file modified docs/cs/.doctrees/intrinsics/character/adjustr.doctree
Binary file not shown.
Binary file modified docs/cs/.doctrees/intrinsics/character/len_trim.doctree
Binary file not shown.
16 changes: 8 additions & 8 deletions docs/cs/.doctrees/nbsphinx/ast_and_asr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:54.137417Z",
"iopub.status.busy": "2024-10-06T11:40:54.137351Z",
"iopub.status.idle": "2024-10-06T11:40:54.138018Z",
"shell.execute_reply": "2024-10-06T11:40:54.137979Z"
"iopub.execute_input": "2024-10-07T14:04:01.306140Z",
"iopub.status.busy": "2024-10-07T14:04:01.306058Z",
"iopub.status.idle": "2024-10-07T14:04:01.306676Z",
"shell.execute_reply": "2024-10-07T14:04:01.306632Z"
}
},
"outputs": [
Expand Down Expand Up @@ -156,10 +156,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:54.167913Z",
"iopub.status.busy": "2024-10-06T11:40:54.167848Z",
"iopub.status.idle": "2024-10-06T11:40:54.170232Z",
"shell.execute_reply": "2024-10-06T11:40:54.170195Z"
"iopub.execute_input": "2024-10-07T14:04:01.335622Z",
"iopub.status.busy": "2024-10-07T14:04:01.335555Z",
"iopub.status.idle": "2024-10-07T14:04:01.337935Z",
"shell.execute_reply": "2024-10-07T14:04:01.337885Z"
}
},
"outputs": [
Expand Down
32 changes: 16 additions & 16 deletions docs/cs/.doctrees/nbsphinx/developer_tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:55.897000Z",
"iopub.status.busy": "2024-10-06T11:40:55.896280Z",
"iopub.status.idle": "2024-10-06T11:40:55.937580Z",
"shell.execute_reply": "2024-10-06T11:40:55.937090Z"
"iopub.execute_input": "2024-10-07T14:04:02.293888Z",
"iopub.status.busy": "2024-10-07T14:04:02.293815Z",
"iopub.status.idle": "2024-10-07T14:04:02.296963Z",
"shell.execute_reply": "2024-10-07T14:04:02.296917Z"
}
},
"outputs": [],
Expand All @@ -62,10 +62,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:55.949590Z",
"iopub.status.busy": "2024-10-06T11:40:55.948970Z",
"iopub.status.idle": "2024-10-06T11:40:55.954460Z",
"shell.execute_reply": "2024-10-06T11:40:55.953840Z"
"iopub.execute_input": "2024-10-07T14:04:02.297946Z",
"iopub.status.busy": "2024-10-07T14:04:02.297894Z",
"iopub.status.idle": "2024-10-07T14:04:02.298326Z",
"shell.execute_reply": "2024-10-07T14:04:02.298275Z"
},
"scrolled": true
},
Expand Down Expand Up @@ -152,10 +152,10 @@
"execution_count": 3,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:55.970920Z",
"iopub.status.busy": "2024-10-06T11:40:55.970020Z",
"iopub.status.idle": "2024-10-06T11:40:55.974250Z",
"shell.execute_reply": "2024-10-06T11:40:55.973790Z"
"iopub.execute_input": "2024-10-07T14:04:02.299851Z",
"iopub.status.busy": "2024-10-07T14:04:02.299808Z",
"iopub.status.idle": "2024-10-07T14:04:02.300200Z",
"shell.execute_reply": "2024-10-07T14:04:02.300149Z"
}
},
"outputs": [
Expand Down Expand Up @@ -200,10 +200,10 @@
"execution_count": 4,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:55.989410Z",
"iopub.status.busy": "2024-10-06T11:40:55.988990Z",
"iopub.status.idle": "2024-10-06T11:40:55.100523Z",
"shell.execute_reply": "2024-10-06T11:40:55.100472Z"
"iopub.execute_input": "2024-10-07T14:04:02.301649Z",
"iopub.status.busy": "2024-10-07T14:04:02.301607Z",
"iopub.status.idle": "2024-10-07T14:04:02.303302Z",
"shell.execute_reply": "2024-10-07T14:04:02.303251Z"
}
},
"outputs": [
Expand Down
1 change: 0 additions & 1 deletion docs/cs/_sources/intrinsics/character/adjustl.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ end function

```fortran
program intrinsics_adjustl
use lfortran_intrinsic_string, only: adjustl
implicit none
character(*), parameter :: s1 = " A B "
print *, adjustl(s1)
Expand Down
1 change: 0 additions & 1 deletion docs/cs/_sources/intrinsics/character/adjustr.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ end function

```fortran
program intrinsics_adjustr
use lfortran_intrinsic_string, only: adjustr
implicit none
character(*), parameter :: s1 = "A B "
print *, adjustr(s1)
Expand Down
1 change: 0 additions & 1 deletion docs/cs/_sources/intrinsics/character/len_trim.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ end function

```fortran
program intrinsics_len_trim
use lfortran_intrinsic_string, only: len_trim
implicit none
character(*), parameter :: s1 = " A B "
integer:: retval
Expand Down
16 changes: 8 additions & 8 deletions docs/cs/ast_and_asr.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"execution_count": 1,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:54.137417Z",
"iopub.status.busy": "2024-10-06T11:40:54.137351Z",
"iopub.status.idle": "2024-10-06T11:40:54.138018Z",
"shell.execute_reply": "2024-10-06T11:40:54.137979Z"
"iopub.execute_input": "2024-10-07T14:04:01.306140Z",
"iopub.status.busy": "2024-10-07T14:04:01.306058Z",
"iopub.status.idle": "2024-10-07T14:04:01.306676Z",
"shell.execute_reply": "2024-10-07T14:04:01.306632Z"
}
},
"outputs": [
Expand Down Expand Up @@ -156,10 +156,10 @@
"execution_count": 2,
"metadata": {
"execution": {
"iopub.execute_input": "2024-10-06T11:40:54.167913Z",
"iopub.status.busy": "2024-10-06T11:40:54.167848Z",
"iopub.status.idle": "2024-10-06T11:40:54.170232Z",
"shell.execute_reply": "2024-10-06T11:40:54.170195Z"
"iopub.execute_input": "2024-10-07T14:04:01.335622Z",
"iopub.status.busy": "2024-10-07T14:04:01.335555Z",
"iopub.status.idle": "2024-10-07T14:04:01.337935Z",
"shell.execute_reply": "2024-10-07T14:04:01.337885Z"
}
},
"outputs": [
Expand Down
Loading

0 comments on commit 02b682c

Please sign in to comment.