Commit 01f602b7 authored by Valerio Formato's avatar Valerio Formato
Browse files

Merge branch 's3_dev' into 'main'

S3 dev

See merge request !13
parents a6f5b196 a53cad04
Loading
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
#Protect Directory
AuthName "welcome"
AuthType Basic
AuthUserFile ../_static/.htpasswd
Require valid-user
+1 −0
Original line number Diff line number Diff line
aspis_user:$apr1$S3.JyuR3$9.OVZ5y09bfJtavulT2kz.
+9 −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,13 @@ templates_path = ['_templates']
# html_theme = 'sphinx_book_theme'
html_theme = 'classic'


html_static_path = ['access','access/.htpasswd','access/.htaccess']
# html_extra_path = ['private/.htaccess']

# html_extra_path = ['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>
Loading