From 936b1d800a546cf2e05671b3fdd3bfa0e2b6ccc3 Mon Sep 17 00:00:00 2001 From: anomam Date: Fri, 13 Sep 2019 17:57:33 +0900 Subject: [PATCH] Fix README rst format: remove html tables --- README.rst | 116 ++++++++++------------------------------------------- 1 file changed, 21 insertions(+), 95 deletions(-) diff --git a/README.rst b/README.rst index 68c45ce0..401f577b 100644 --- a/README.rst +++ b/README.rst @@ -51,47 +51,13 @@ Given some timeseries inputs: df_inputs -.. raw:: html - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
solar_zenithsolar_azimuthsurface_tiltsurface_azimuthdnidhialbedo
2017-08-31 11:00:0020.0110.010.090.01000.050.00.2
2017-08-31 15:00:0050.0250.020.0270.0900.0100.00.2
-
- ++---------------------+--------------+---------------+--------------+-----------------+--------+-------+--------+ +| | solar_zenith | solar_azimuth | surface_tilt | surface_azimuth | dni | dhi | albedo | ++=====================+==============+===============+==============+=================+========+=======+========+ +| 2017-08-31 11:00:00 | 20.0 | 110.0 | 10.0 | 90.0 | 1000.0 | 50.0 | 0.2 | ++---------------------+--------------+---------------+--------------+-----------------+--------+-------+--------+ +| 2017-08-31 15:00:00 | 50.0 | 250.0 | 20.0 | 270.0 | 900.0 | 100.0 | 0.2 | ++---------------------+--------------+---------------+--------------+-----------------+--------+-------+--------+ And some PV array parameters @@ -188,28 +154,13 @@ The two options to run the simulations are: df_report -.. raw:: html - -
- - - - - - - - - - - - - - - - - -
qinc_back
2017-08-31 11:00:00110.586509
2017-08-31 15:00:0086.943571
-
++---------------------+------------+ +| | qinc_back | ++=====================+============+ +| 2017-08-31 11:00:00 | 110.586509 | ++---------------------+------------+ +| 2017-08-31 15:00:00 | 86.943571 | ++---------------------+------------+ - `full mode`_: which calculates the equilibrium of reflections for all timestamps and all surfaces @@ -233,38 +184,13 @@ The two options to run the simulations are: 100%|██████████| 2/2 [00:00<00:00, 51.08it/s] -.. raw:: html - -
- - - - - - - - - - - - - - - - - - - - - - - - - - -
qinc_frontqinc_backiso_frontiso_back
2017-08-31 11:00:001034.967753106.62783220.8483450.115792
2017-08-31 15:00:00886.37681979.66887854.9957021.255482
-
- ++---------------------+-------------+------------+-----------+----------+ +| | qinc_front | qinc_back | iso_front | iso_back | ++=====================+=============+============+===========+==========+ +| 2017-08-31 11:00:00 | 1034.967753 | 106.627832 | 20.848345 | 0.115792 | ++---------------------+-------------+------------+-----------+----------+ +| 2017-08-31 15:00:00 | 886.376819 | 79.668878 | 54.995702 | 1.255482 | ++---------------------+-------------+------------+-----------+----------+ Installation