Skip to content

Commit

Permalink
Last site tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Apr 21, 2020
1 parent b5fa738 commit bdf3813
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
4 changes: 3 additions & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,9 @@ plots:

# Build the html site, and push it to gh-pages branch of repo to deploy
install:
rm -rf _build/doctrees _build/tmp_html
# Clean out existing version site
make clean
rm -rf _build/doctrees _build/tmp_html
# Clone, specifically, the gh-pages branch:
# --no-checkout just fetches the root folder without content
# --depth 1 is a speed optimization since we don't need the
Expand Down
3 changes: 2 additions & 1 deletion doc/_templates/data_object.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
.. currentmodule:: {{ module }}

.. autoclass:: {{ objname }}
:no-inherited-members:

.. include:: {{fullname}}.examples
.. include:: {{ fullname }}.examples
6 changes: 6 additions & 0 deletions tutorials/plot_01-ModelDescription.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,3 +394,9 @@
#
# In the next tutorial, we will start to use this model.
#

###################################################################################################
#
# Sphinx settings:
# sphinx_gallery_thumbnail_number = 5
#
6 changes: 6 additions & 0 deletions tutorials/plot_03-FOOOFAlgorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,3 +285,9 @@
# power spectrum models. Next, we will continue to explore the FOOOF object,
# properly introducing the settings and further exploring the parameters.
#

###################################################################################################
#
# Sphinx settings:
# sphinx_gallery_thumbnail_number = 4
#

0 comments on commit bdf3813

Please sign in to comment.