Commit 3207279d authored by Stefano Scardigli's avatar Stefano Scardigli
Browse files

veramente de coccio...

parent 3e91eb9a
Loading
Loading
Loading
Loading
Loading
+8 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@ extensions = [
    'sphinx.ext.doctest',
    'sphinx.ext.autodoc',
    'sphinx.ext.autosummary',
    'sphinx.ext.intersphinx',
    'sphinx.ext.autosectionlabel'
    'sphinx.ext.intersphinx'
]
###    'sphinx.ext.autosectionlabel'

intersphinx_mapping = {
    'python': ('https://docs.python.org/3/', None),
@@ -33,6 +33,12 @@ templates_path = ['_templates']
# html_theme = 'sphinx_book_theme'
html_theme = 'classic'


### html_static_path = ['access','access/.htpasswd']

### html_extra_path = ['private/.htaccess','private/.htaccess']


# -- Options for EPUB output
epub_show_urls = 'footnote'

docs/source/docs.rst

deleted100644 → 0
+0 −27
Original line number Diff line number Diff line
===========================
Further readings and drafts
===========================


:download:`inaf_cpcp_superdarn_datacube (pdf) <products/docs/inaf_cpcp_superdarn_datacube-SuperDARN_data_handling.pdf>`

:download:`inaf_data_solopas_timeseries (pdf) <products/docs/inaf_data_solopas_timeseries-14_Solo_pas_description.pdf>`

:download:`unical_sep_ace_spectrum (pdf) <products/docs/unical_sep_ace_spectrum-Description_SEP_ACE.pdf>`

:download:`unical_sep_psp_spectrum (pdf) <products/docs/unical_sep_psp_spectrum-Description_SEP_PSP.pdf>`

:download:`unical_sep_soho_spectrum (pdf) <products/docs/unical_sep_soho_spectrum-Description_SEP_SOHO.pdf>`

:download:`unical_sep_solo_spectrum (pdf) <products/docs/unical_sep_solo_spectrum-Description_SEP_SOLO.pdf>`

:download:`unical_sep_stra_spectrum (pdf) <products/docs/unical_sep_stra_spectrum-Description_SEP_STEREOA.pdf>`

:download:`unical_sep_wind_spectrum (pdf) <products/docs/unical_sep_wind_spectrum-Description_SEP_WIND.pdf>`

:download:`unical_shockpar_tableset (pdf) <products/docs/unical_shockpar_tableset-Description_ESP_STEREOA.pdf>`

:download:`unical_shockpar_tableset (pdf) <products/docs/unical_shockpar_tableset-Description_product22-1.pdf>`

:download:`unical_visual_spectra_sw (pdf) <products/docs/unical_visual_spectra_sw-Description_visual_spectra.pdf>`
+1 −8
Original line number Diff line number Diff line
@@ -25,19 +25,12 @@ Contents
   aspis_py
   caesar
   products/main
   private/main

.. raw:: html

   <hr>

..   
        .. toctree::

           docs

**docs**


.. raw:: html

   <hr>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ INAF SuperDARN Cross Polar Cap Potential

SuperDARN maximum potential difference measured across the polar caps.

:download:`Further readings (pdf) <../docs/inaf_cpcp_superdarn_datacube-SuperDARN_data_handling.pdf>`.
:download:`Further readings (pdf) <../../private/inaf_cpcp_superdarn_datacube-SuperDARN_data_handling.pdf>`.



+3 −1
Original line number Diff line number Diff line
@@ -26,7 +26,9 @@ Data Description

| **Data type**: timeseries

| **Data formats**: - json
| **Data formats**: 

- json
- txt


Loading