Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jhillairet committed Sep 1, 2021
1 parent 2c8bda3 commit 7d1f8bd
Show file tree
Hide file tree
Showing 12 changed files with 2,768 additions and 84 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -3,7 +3,7 @@

# You can set these variables from the command line, and also
# from the environment for the first two.
#SPHINXOPTS ?=
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = source
BUILDDIR = build
Expand Down
Binary file modified doc/WEST_Antenna_Circuit_Model.pptx
Binary file not shown.
Binary file added doc/West_Antenna_water_load.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/West_front_face_ideal.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/West_front_face_simplified_dielectric.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,662 changes: 2,662 additions & 0 deletions doc/coupling_to_plasma_from_TOPICA.ipynb

Large diffs are not rendered by default.

34 changes: 11 additions & 23 deletions doc/digital_twin.ipynb

Large diffs are not rendered by default.

131 changes: 83 additions & 48 deletions doc/phase_scan.ipynb

Large diffs are not rendered by default.

5 changes: 3 additions & 2 deletions doc/source/antenna.rst
@@ -1,4 +1,5 @@
WestIcrhAntenna
===============
WEST ICRH Antenna RF Model
==========================

.. automodule:: west_ic_antenna.antenna
:members:
8 changes: 5 additions & 3 deletions doc/source/conf.py
Expand Up @@ -13,7 +13,6 @@
import os
import sys
sys.path.insert(0, os.path.abspath('../..'))
sys.path.insert(0, os.path.abspath('../../../scikit-rf'))
sys.setrecursionlimit(1500)
import sphinx_rtd_theme

Expand All @@ -35,11 +34,10 @@
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.napoleon',
'sphinx.ext.autosummary',
'sphinx.ext.napoleon',
'sphinx.ext.mathjax',
'sphinx.ext.viewcode',

]

# Add any paths that contain templates here, relative to this directory.
Expand All @@ -66,6 +64,10 @@
# Autodoc settings
autodoc_typehints = "description"

# Autosummary settings
# generate stub pages for each. It is enabled by default.
autosummary_generate = True

# Napoleon settings
napoleon_google_docstring = False
napoleon_numpy_docstring = True
Expand Down
10 changes: 3 additions & 7 deletions doc/source/index.rst
Expand Up @@ -6,14 +6,10 @@
WEST ICRH Antenna RF Model's documentation
==========================================

.. toctree::
:maxdepth: 2
:caption: Contents:

Documentation
=============
API Documentation
=================

.. toctree::
.. toctree:: generated/
:maxdepth: 2

antenna
Expand Down

0 comments on commit 7d1f8bd

Please sign in to comment.