C.8 Quick Lookup#
<i>
[3] Commands#
API Scope |
Command | path | parameters
|
R/W |
input types |
|---|---|---|---|
rv.R |
| LINUX | relative path | wait;nowait |
R |
sh |
rv.R |
| MACOS | relative path | wait;nowait |
R |
sh |
rv.R |
| WIN | relative path | wait;nowait |
R |
bat, cmd |
rv.I, V |
| IMAGE | relative path | scale, caption (_[I]) |
R |
png, jpg |
rv.I, V |
| IMAGE2 | relative path | s1, s2, c1, c2 (_[I]) |
R |
png, jpg |
rv.I, V |
| TABLE | relative path | width, l;c;r, title |
R |
csv, txt, xlsx |
rv.I, V |
| TEXT | relative path | normal;literal ;code |
R |
txt, code |
rv.V |
| VALUES | relative path | visible;hide (_[T]) |
R |
csv |
rv.V |
a := 1*IN | unit1, unit2, decimal | description |
W |
define value |
rv.V |
b <= a + 3*FT | unit1, unit2, decimal | ref (_[E]) |
W |
assign value |
rv.V |
c ^= func1(a,b) | unit1, unit2, decimal | ref (_[D]_[F]) |
W |
assign value |
rv.T |
| PYTHON | relative path | rv-namespace; userspace |
R |
py |
rv.T |
| HTML | relative path | html |
R |
html |
rv.T |
| LATEX | relative path | pdf |
R |
tex |
rv.T |
| RST | relative path | pdf;html;both |
R |
rst |
rv.D |
| APPEND | relative path | cover_page_title |
W |
|
rv.D |
| PUBLISH | relative path | pdf;pdftex;text;html |
W |
pdf, html, txt |
<i>
[4] Default Header Settings#
The paramaters for headers include the following. The default setting is listed first.
API |
public |
merge |
|
|---|---|---|---|
rv.M |
hide; show |
private; public |
merge; section |
rv.R |
hide; show |
private; public |
merge; section |
rv.I |
show; hide |
private; public |
section; merge |
rv.V |
show; hide |
private; public |
section; merge |
rv.T |
hide; show |
private; public |
merge; section |
rv.D |
hide; show |
private; public |
merge; section |
rv.S |
hide; show |
private; public |
merge; section |
rv.Q |
hide; show |
private; public |
merge; section |
<i>
[5] Folders#
Folder Key
Required folder and file prefix names are shown in brackets [ ].
Single vertical bar ( | ) identifies files provided by the report author.
Double vertical bar ( || ) identifies files written by rivtlib
Four vertical bars ( |||| ) are a mix of author and rivtlib written files
**Collapsed folders**
[rivt]-Report-Label/ Report Folder Name
├── [rv101-]filename1.py | rivt file
├── [rv102-]filename2.py | rivt file
├── [rv201-]filename3.py | rivt file
├── [rv202-]filename4.py | rivt file
├── [log]/ || log folder
├── [public]/ || public rivt folder
├── [publish]/ || reports folder
├── [src]/ |||| source folder
└── README.txt || GitHub searchable text report
**Expanded folders**
[rivt]-Report-Label/ Report Folder Name
├── [rv101-]filename1.py | rivt file
├── [rv102-]filename2.py | rivt file
├── [rv201-]filename3.py | rivt file
├── [rv202-]filename4.py | rivt file
├── [log]/ || log files
├── rv101-api.rst
├── rv101-log.txt
└── rv102-log.txt
├── [public]/ || public rivt files
├── rv-101-filename1.py ||
├── rv-201-filename3.py ||
└── rv-202-filename4.py ||
├── [publish]/ || Reports and Docs
├── [html]/
├── [docs]/ || HTML
├── _images/ ||
├── _sources/ ||
├── _static/ ||
├── rv101-filename1.html || HTML files
├── rv102-filename2.html ||
├── rv201-filename3.html ||
├── rv201-filename4.html ||
└── index.html || HTML site
├── rv101-filename1.rst
├── rv102-filename2.rst
├── rv201-filename3.rst
└── rv202-filename4.rst
├── [pdf]/ || pdf report
├── [src]/
├── rv101-filename1.rst
├── rv102-filename2.rst
├── rv201-filename3.rst
└── rv202-filename4.rst
├── rv101-filename1.pdf || PDF from rst2pdf files
├── rv102-filename2.pdf ||
├── rv201-filename3.pdf ||
├── rv202-filename4.pdf ||
└── Report-Label.pdf || PDF from rst2pdf report
├── [pdftex]/ || pdftex report
├── [src]/
├── rv101-filename1.rst
├── rv102-filename2.rst
├── rv201-filename3.rst
└── rv202-filename4.rst
├── rv101-filename1.pdf || PDF from LaTeX files
├── rv102-filename2.pdf
├── rv201-filename3.pdf
├── rv202-filename4.pdf
└── Report-Label.pdf || PDF from LaTeX report
├── [text]/ || text report
├── rv101-filename1.txt ||
├── rv102-filename2.txt ||
├── rv201-filename3.txt ||
├── rv202-filename4.txt ||
└── README.txt || GitHub searchable text report
├── gen-html.cmd | html generating script
├── gen-pdf.cmd | pdf generating script
├── gen-pdftex.cmd | LaTeX generating script
└── rivt-report.py | report generating script
├── [src] |||| doc source files
├── data/ | author created folder
├── data1.csv
├── newvals.csv
└── download1.csv
├── image/ | author created folder
├── fig1.png
└── fig2.jpg
├── [style]/ | doc style files
├── [html]/ | html style files
├── _locale/
├── _static/
├── _templates/
├── conf.py
├── genhtml.cmd
└── index.rst
├── [pdf]/ | rst2pdf style files
├── fonts/
├── style/
├── Report-Cover.pdf
└── genrst2pdf.cmd
├── [pdftex]/ | pdftex style files
├── gentexpdf.cmd
├── Report-cover.pdf
└── rivt.sty
├── [text]/ | text ini file
└── rv-text.ini
├── [temp]/ || temp files
└── rv01-label3.tex
├── [tools]/ |||| functions and output
├── plot.py
└── loads.py
├── tablepy.csv
└── imagepy.png
├── [values]/ |||| stored values
├── new-units.py
├── add-values-v.csv
├── v101-2.csv
└── v102-3.csv
└── README.txt || GitHub searchable text report