diff --git a/SSBtoolkit-Tutorial1.ipynb b/SSBtoolkit-Tutorial1.ipynb index a8976dfffb8c3fa3d4344d061a8442da3021b2e4..fb71030d7632b1b8f23e08525946fbd05cb7e982 100644 --- a/SSBtoolkit-Tutorial1.ipynb +++ b/SSBtoolkit-Tutorial1.ipynb @@ -486,6 +486,14 @@ " <img src=\"https://res.cloudinary.com/djz27k5hg/image/upload/v1642677502/logos/COFUNDED_EU_j2ktlp.jpg\" width=\"300\" align='left' style=\"margin-left:50px\">\n", "</div> " ] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "690b7ff2", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { diff --git a/docs/_static/custom.css b/docs/_static/custom.css new file mode 100644 index 0000000000000000000000000000000000000000..ff0b629c8cb86ed5f2cfb40dcb672e09526cea00 --- /dev/null +++ b/docs/_static/custom.css @@ -0,0 +1,15 @@ +.wy-side-nav-search, .wy-nav-top { + background: #EFEFEF; + +} +/* Text inside search */ +.wy-side-nav-search input[type=text] { + color: #000000; +} + + +/* Home button */ +.wy-side-nav-search > a { + color: #555753; + font-size: 25px; +} \ No newline at end of file diff --git a/docs/apidocs.rst b/docs/apidocs.rst index 5e709c6d002ac2907ae02e2a73d007b00af41188..df237bd403dd15f286f3641243807d4a9b2fcdf0 100644 --- a/docs/apidocs.rst +++ b/docs/apidocs.rst @@ -1,5 +1,4 @@ API Documentation ================= - .. automodule:: ssbtoolkit :members: diff --git a/docs/conf.py b/docs/conf.py index b1c2f9a7e85954a06999cd12b2aaeeb3ced82370..8571d44591a9d380035d246dbbf653fc22c95eed 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -53,4 +53,6 @@ pygments_style = 'sphinx' # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -#html_static_path = ['_static'] +html_static_path = ['_static'] + +#html_css_files = ["custom.css"] diff --git a/docs/index.rst b/docs/index.rst index 9efec59d6d65006f18dc1b22bc5fa52da45a805d..bd597893bc427e56385e8948c563b657a63f8da9 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -46,6 +46,53 @@ protocols. apidocs faq +\ + +\ + +Availability and License +======================== +The source code is freely available at https://github.com/rribeiro-sci/SSBtoolkit under +the Apache 2.0 license. Tutorial notebooks containing minimal working examples can be found at https://github.com/rribeiro-sci/SSBtoolkit. + +\ + +\ + +Developed by +============ +.. image:: _static/FZJ_logo.svg + :width: 200 + +\ + +\ + +Funded by +========= +.. image:: https://res.cloudinary.com/djz27k5hg/image/upload/v1637657234/logos/HBP_horizontal_logo_qtcyzn.png + :width: 200 + :alt: Alternative text + +Citation |DOI for Citing pyGOMoDo| +================================== + +pyGOMoDo is research software. If you make use of pyGOMoDo in scientific +publications, please cite it. The BibTeX reference is + +:: + + @article{, + title = {}, + author = {}, + journal = {}, + volume = {}, + number = {}, + pages = {}, + year = {}, + doi = {} + } + Indices and tables ==================