Minor changes
This commit is contained in:
parent
62bedaba66
commit
0243b872e8
3 changed files with 10 additions and 1 deletions
|
@ -25,4 +25,4 @@ exclude_patterns = []
|
|||
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
||||
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_static_path = ['_static']
|
||||
#html_static_path = ['_static']
|
||||
|
|
2
source/electronics/resistors.rst
Normal file
2
source/electronics/resistors.rst
Normal file
|
@ -0,0 +1,2 @@
|
|||
Resistors
|
||||
===================
|
|
@ -28,6 +28,13 @@ Welcome to ScienceNotes's documentation!
|
|||
signal_processing/fourier_tables.rst
|
||||
signal_processing/dft.rst
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:numbered:
|
||||
:caption: Electronics
|
||||
|
||||
electronics/resistors.rst
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue