forked from NanoComp/meep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
82 lines (75 loc) · 3.68 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
site_name: MEEP Documentation
site_author: S. G. Johnson et al.
repo_url: https://github.com/stevengj/meep/
docs_dir: 'doc/docs'
site_dir: 'doc/site'
#theme_dir: 'doc/meep-mkdocs-theme'
#theme: readthedocs
theme:
name: readthedocs
custom_dir: doc/meep-mkdocs-theme'
python:
version: 2 # for unicode
setup_py_install: True
markdown_extensions:
- wikilinks
- toc:
title: Table of Contents
- attr_list
- fenced_code
- mdx_math:
enable_dollar_delimiter: True
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS_HTML'
- 'js/mathjaxhelper.js'
- 'js/extra.js'
pages:
- Manual: 'index.md'
- Introduction: 'Introduction.md'
- Download: 'Download.md'
- FAQ: 'FAQ.md'
- Installation: 'Installation.md'
- Build From Source: 'Build_From_Source.md'
- Acknowledgements: 'Acknowledgements.md'
- License and Copyright: 'License_and_Copyright.md'
- Features:
- Materials: 'Materials.md'
- Exploiting Symmetry: 'Exploiting_Symmetry.md'
- Cylindrical Coordinates: 'Cylindrical_Coordinates.md'
- Perfectly Matched Layers: 'Perfectly_Matched_Layer.md'
- Parallel Meep: 'Parallel_Meep.md'
- Synchronizing the Magnetic and Electric Fields: 'Synchronizing_the_Magnetic_and_Electric_Fields.md'
- Mode Decomposition: 'Mode_Decomposition.md'
- Field Functions: 'Field_Functions.md'
- The Run Function is Not a Loop: 'The_Run_Function_Is_Not_A_Loop.md'
- Yee Lattice: 'Yee_Lattice.md'
- Units and Nonlinearity: 'Units_and_Nonlinearity.md'
- Python Interface:
- User Interface: 'Python_User_Interface.md'
- Tutorial/Basics: 'Python_Tutorials/Basics.md'
- Tutorial/Ring Resonator in Cylindrical Coordinates: 'Python_Tutorials/Ring_Resonator_in_Cylindrical_Coordinates.md'
- Tutorial/Resonant Modes and Transmission in a Waveguide Cavity: 'Python_Tutorials/Resonant_Modes_and_Transmission_in_a_Waveguide_Cavity.md'
- Tutorial/Material Dispersion: 'Python_Tutorials/Material_Dispersion.md'
- Tutorial/Third Harmonic Generation: 'Python_Tutorials/Third_Harmonic_Generation.md'
- Tutorial/Near-to-Far Field Spectra: 'Python_Tutorials/Near_to_Far_Field_Spectra.md'
- Tutorial/Local Density of States: 'Python_Tutorials/Local_Density_of_States.md'
- Tutorial/Optical Forces: 'Python_Tutorials/Optical_Forces.md'
- Tutorial/Frequency-Domain Solver: 'Python_Tutorials/Frequency_Domain_Solver.md'
- Tutorial/Mode Decomposition: 'Python_Tutorials/Mode_Decomposition.md'
- Scheme Interface:
- User Interface: 'Scheme_User_Interface.md'
- Tutorial/Basics: 'Scheme_Tutorials/Basics.md'
- Tutorial/Ring Resonator in Cylindrical Coordinates: 'Scheme_Tutorials/Ring_Resonator_in_Cylindrical_Coordinates.md'
- Tutorial/Resonant Modes and Transmission in a Waveguide Cavity: 'Scheme_Tutorials/Resonant_Modes_and_Transmission_in_a_Waveguide_Cavity.md'
- Tutorial/Material Dispersion: 'Scheme_Tutorials/Material_Dispersion.md'
- Tutorial/Third Harmonic Generation: 'Scheme_Tutorials/Third_Harmonic_Generation.md'
- Tutorial/Near-to-Far Field Spectra: 'Scheme_Tutorials/Near_to_Far_Field_Spectra.md'
- Tutorial/Local Density of States: 'Scheme_Tutorials/Local_Density_of_States.md'
- Tutorial/Optical Forces: 'Scheme_Tutorials/Optical_Forces.md'
- Tutorial/Frequency-Domain Solver: 'Scheme_Tutorials/Frequency_Domain_Solver.md'
- Tutorial/Casimir Forces: 'Scheme_Tutorials/Casimir_Forces.md'
- Tutorial/Multilevel Atomic Susceptibility: 'Scheme_Tutorials/Multilevel_Atomic_Susceptibility.md'
- Guile and Scheme Information: 'Guile_and_Scheme_Information.md'
- C++ Interface:
- Developer Information: 'C++_Developer_Information.md'
- Tutorial/Basics: 'C++_Tutorial.md'