File tree Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Expand file tree Collapse file tree 3 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 29
29
'sphinx.ext.napoleon' , # Support for Google/NumPy style docstrings
30
30
'sphinx.ext.viewcode' , # Add links to source code
31
31
'sphinx_rtd_theme' , # ReadTheDocs theme
32
+ 'sphinx.ext.autosummary' , # Generate autodoc summaries
33
+ 'sphinx.ext.autosectionlabel' , # Automatically label each section
32
34
]
33
35
34
36
templates_path = ['_templates' ]
Original file line number Diff line number Diff line change @@ -49,11 +49,3 @@ See also
49
49
--------
50
50
51
51
- `MATLAB version of the NYgrid model <https://github.com/AndersonEnergyLab-Cornell/NYgrid.git >`_
52
-
53
-
54
- Indices and tables
55
- ==================
56
-
57
- * :ref: `genindex `
58
- * :ref: `modindex `
59
- * :ref: `search `
Original file line number Diff line number Diff line change @@ -5,7 +5,8 @@ Install using pip
5
5
-----------------
6
6
7
7
The ``nygrid `` package can be installed using pip::
8
- pip install nygrid
8
+
9
+ pip install nygrid
9
10
10
11
Install from source
11
12
-------------------
You can’t perform that action at this time.
0 commit comments