Skip to content

Commit

Permalink
Move ICTAI examples to normal page of examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnmabus committed Dec 30, 2022
1 parent cc466fa commit d65222b
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 12 deletions.
1 change: 0 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@
/auto_tutorial/
/backreferences/
**/autosummary/
/auto_full_examples/
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"logo": {
"image_light": "logo.png",
"image_dark": "logo.png",
}
},
}

html_context = {
Expand Down Expand Up @@ -276,9 +276,9 @@ def __call__(self, filename: str) -> str:

sphinx_gallery_conf = {
# path to your examples scripts
'examples_dirs': ['../examples', '../tutorial', '../full_examples'],
'examples_dirs': ['../examples', '../tutorial'],
# path where to save gallery generated examples
'gallery_dirs': ['auto_examples', 'auto_tutorial', 'auto_full_examples'],
'gallery_dirs': ['auto_examples', 'auto_tutorial'],
'reference_url': {
# The module you locally document uses None
'skfda': None,
Expand Down
7 changes: 0 additions & 7 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,6 @@ Github you can find more information related to the development of the package.
:hidden:

auto_examples/index

.. toctree::
:maxdepth: 1
:titlesonly:
:hidden:

auto_full_examples/index

.. toctree::
:maxdepth: 2
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env =
EAGER_IMPORT=1
addopts = --doctest-modules
doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
norecursedirs = .* build dist *.egg venv .svn _build docs/auto_examples examples docs/auto_tutorial tutorial docs/auto_full_examples full_examples
norecursedirs = .* build dist *.egg venv .svn _build docs/auto_examples examples docs/auto_tutorial tutorial

[flake8]
ignore =
Expand Down

0 comments on commit d65222b

Please sign in to comment.