Skip to content

Commit

Permalink
Started to work on more engaging examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsch420 committed Mar 26, 2024
1 parent 520e710 commit 47f83a4
Show file tree
Hide file tree
Showing 12 changed files with 5,991 additions and 90 deletions.
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
# This file does only contain a selection of the most common options. For a
# full list see the documentation:
# http://www.sphinx-doc.org/en/master/config
import os

# -- Path setup --------------------------------------------------------------

Expand Down Expand Up @@ -98,7 +99,8 @@
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['static']
html_static_path = ['_static']
html_logo = os.path.join("logo", "Tomato.png")

# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
Expand Down
1 change: 1 addition & 0 deletions doc/examples
5 changes: 3 additions & 2 deletions doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ Examples
========

.. nbgallery::
notebooks/example
notebooks/independent_constraints
examples/example
examples/product_spaces
examples/logo_generation

.. toctree::
:maxdepth: 2
Expand Down
Binary file added doc/logo/Tomato.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion doc/notebooks/example.ipynb

This file was deleted.

1 change: 0 additions & 1 deletion doc/notebooks/independent_constraints.ipynb

This file was deleted.

Loading

0 comments on commit 47f83a4

Please sign in to comment.