From 613e0377cef82760773cc112ee92a7be84d4c075 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sun, 15 Jun 2025 08:39:44 -0400 Subject: [PATCH 1/3] chore: add new img, snippets etc. --- doc/source/api/.placeholder | 0 doc/source/img/.placeholder | 0 doc/source/snippets/.placeholder | 0 3 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 doc/source/api/.placeholder create mode 100644 doc/source/img/.placeholder create mode 100644 doc/source/snippets/.placeholder diff --git a/doc/source/api/.placeholder b/doc/source/api/.placeholder new file mode 100644 index 00000000..e69de29b diff --git a/doc/source/img/.placeholder b/doc/source/img/.placeholder new file mode 100644 index 00000000..e69de29b diff --git a/doc/source/snippets/.placeholder b/doc/source/snippets/.placeholder new file mode 100644 index 00000000..e69de29b From 6a57d3ff38645f680eea75c33a46de3b91777c52 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sun, 15 Jun 2025 08:53:24 -0400 Subject: [PATCH 2/3] chore: move over doc/source files --- doc/manual/source/api/diffpy.srfit.rst | 38 --- doc/manual/source/conf.py | 274 ------------------ .../api/diffpy.srfit.equation.literals.rst | 0 .../source/api/diffpy.srfit.equation.rst | 0 .../api/diffpy.srfit.equation.visitors.rst | 0 .../source/api/diffpy.srfit.fitbase.rst | 0 .../source/api/diffpy.srfit.interface.rst | 0 .../source/api/diffpy.srfit.pdf.rst | 0 .../source/api/diffpy.srfit.sas.rst | 0 .../source/api/diffpy.srfit.structure.rst | 0 .../source/api/diffpy.srfit.util.rst | 0 doc/{manual => }/source/examples.rst | 0 .../source/examples/coreshellnp.rst | 0 .../source/examples/crystalpdf.rst | 0 .../source/examples/crystalpdfall.rst | 0 .../source/examples/crystalpdfobjcryst.rst | 0 .../source/examples/crystalpdftwodata.rst | 0 .../source/examples/crystalpdftwophase.rst | 0 .../source/examples/debyemodel.rst | 0 .../source/examples/debyemodelII.rst | 0 .../source/examples/ellipsoidsas.rst | 0 .../source/examples/gaussiangenerator.rst | 0 .../source/examples/gaussianrecipe.rst | 0 .../source/examples/interface.rst | 0 .../source/examples/npintensity.rst | 0 .../source/examples/npintensityII.rst | 0 .../source/examples/nppdfcrystal.rst | 0 .../source/examples/nppdfobjcryst.rst | 0 doc/{manual => }/source/examples/nppdfsas.rst | 0 .../source/examples/simplepdf.rst | 0 .../source/examples/simplepdftwophase.rst | 0 .../source/examples/simplerecipe.rst | 0 doc/{manual => }/source/extending.rst | 0 doc/{manual => }/source/index.rst | 0 doc/{manual => }/source/license.rst | 0 doc/{manual => }/source/release.rst | 0 36 files changed, 312 deletions(-) delete mode 100644 doc/manual/source/api/diffpy.srfit.rst delete mode 100644 doc/manual/source/conf.py rename doc/{manual => }/source/api/diffpy.srfit.equation.literals.rst (100%) rename doc/{manual => }/source/api/diffpy.srfit.equation.rst (100%) rename doc/{manual => }/source/api/diffpy.srfit.equation.visitors.rst (100%) rename doc/{manual => }/source/api/diffpy.srfit.fitbase.rst (100%) rename doc/{manual => }/source/api/diffpy.srfit.interface.rst (100%) rename doc/{manual => }/source/api/diffpy.srfit.pdf.rst (100%) rename doc/{manual => }/source/api/diffpy.srfit.sas.rst (100%) rename doc/{manual => }/source/api/diffpy.srfit.structure.rst (100%) rename doc/{manual => }/source/api/diffpy.srfit.util.rst (100%) rename doc/{manual => }/source/examples.rst (100%) rename doc/{manual => }/source/examples/coreshellnp.rst (100%) rename doc/{manual => }/source/examples/crystalpdf.rst (100%) rename doc/{manual => }/source/examples/crystalpdfall.rst (100%) rename doc/{manual => }/source/examples/crystalpdfobjcryst.rst (100%) rename doc/{manual => }/source/examples/crystalpdftwodata.rst (100%) rename doc/{manual => }/source/examples/crystalpdftwophase.rst (100%) rename doc/{manual => }/source/examples/debyemodel.rst (100%) rename doc/{manual => }/source/examples/debyemodelII.rst (100%) rename doc/{manual => }/source/examples/ellipsoidsas.rst (100%) rename doc/{manual => }/source/examples/gaussiangenerator.rst (100%) rename doc/{manual => }/source/examples/gaussianrecipe.rst (100%) rename doc/{manual => }/source/examples/interface.rst (100%) rename doc/{manual => }/source/examples/npintensity.rst (100%) rename doc/{manual => }/source/examples/npintensityII.rst (100%) rename doc/{manual => }/source/examples/nppdfcrystal.rst (100%) rename doc/{manual => }/source/examples/nppdfobjcryst.rst (100%) rename doc/{manual => }/source/examples/nppdfsas.rst (100%) rename doc/{manual => }/source/examples/simplepdf.rst (100%) rename doc/{manual => }/source/examples/simplepdftwophase.rst (100%) rename doc/{manual => }/source/examples/simplerecipe.rst (100%) rename doc/{manual => }/source/extending.rst (100%) rename doc/{manual => }/source/index.rst (100%) rename doc/{manual => }/source/license.rst (100%) rename doc/{manual => }/source/release.rst (100%) diff --git a/doc/manual/source/api/diffpy.srfit.rst b/doc/manual/source/api/diffpy.srfit.rst deleted file mode 100644 index bbe6224d..00000000 --- a/doc/manual/source/api/diffpy.srfit.rst +++ /dev/null @@ -1,38 +0,0 @@ -:tocdepth: 2 - -diffpy.srfit package -==================== - -Subpackages ------------ - -.. toctree:: - :maxdepth: 2 - - diffpy.srfit.equation - diffpy.srfit.fitbase - diffpy.srfit.interface - diffpy.srfit.pdf - diffpy.srfit.sas - diffpy.srfit.structure - diffpy.srfit.util - -Submodules ----------- - -diffpy.srfit.version module ---------------------------- - -.. automodule:: diffpy.srfit.version - :members: - :undoc-members: - :show-inheritance: - - -Module contents ---------------- - -.. automodule:: diffpy.srfit - :members: - :undoc-members: - :show-inheritance: diff --git a/doc/manual/source/conf.py b/doc/manual/source/conf.py deleted file mode 100644 index 53398e50..00000000 --- a/doc/manual/source/conf.py +++ /dev/null @@ -1,274 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- -# -# diffpy.srfit documentation build configuration file, created by -# sphinx-quickstart on Fri Dec 6 18:09:01 2013. -# -# This file is execfile()d with the current directory set to its containing dir. -# -# Note that not all possible configuration values are present in this -# autogenerated file. -# -# All configuration values have a default; values that are commented out -# serve to show the default. - -import sys, os -import time - -# If extensions (or modules to document with autodoc) are in another directory, -# add these directories to sys.path here. If the directory is relative to the -# documentation root, use os.path.abspath to make it absolute, like shown here. -# sys.path.insert(0, os.path.abspath('.')) -# sys.path.insert(0, os.path.abspath('../../..')) - -# abbreviations -ab_authors = u'Christopher L. Farrow, Pavol Juhás, Simon J.L. Billinge group' - -# -- General configuration ----------------------------------------------------- - -# If your documentation needs a minimal Sphinx version, state it here. -# needs_sphinx = '1.0' - -# Add any Sphinx extension module names here, as strings. They can be extensions -# coming with Sphinx (named 'sphinx.ext.*') or your custom ones. -extensions = [ - 'sphinx.ext.autodoc', - 'sphinx.ext.napoleon', - 'sphinx.ext.intersphinx', - 'm2r', -] - -# Add any paths that contain templates here, relative to this directory. -templates_path = ['_templates'] - -# The suffix(es) of source filenames. -# You can specify multiple suffix as a list of string: -# -source_suffix = ['.rst', '.md'] - -# The encoding of source files. -# source_encoding = 'utf-8-sig' - -# The master toctree document. -master_doc = 'index' - -# General information about the project. -project = u'diffpy.srfit' -copyright = u'%Y, Brookhaven National Laboratory' - -# The version info for the project you're documenting, acts as replacement for -# |version| and |release|, also used in various other places throughout the -# built documents. -sys.path.insert(0, os.path.abspath('../../..')) -from setup import versiondata -fullversion = versiondata.get('DEFAULT', 'version') -# The short X.Y version. -version = ''.join(fullversion.split('.post')[:1]) -# The full version, including alpha/beta/rc tags. -release = fullversion - -# The language for content autogenerated by Sphinx. Refer to documentation -# for a list of supported languages. -# language = None - -# There are two options for replacing |today|: either, you set today to some -# non-false value, then it is used: -# today = '' -today_seconds = versiondata.getint('DEFAULT', 'timestamp') -today = time.strftime('%B %d, %Y', time.localtime(today_seconds)) -year = today.split()[-1] -# Else, today_fmt is used as the format for a strftime call. -# today_fmt = '%B %d, %Y' -# substitute YEAR in the copyright string -copyright = copyright.replace('%Y', year) - -# List of patterns, relative to source directory, that match files and -# directories to ignore when looking for source files. -exclude_patterns = [] - -# The reST default role (used for this markup: `text`) to use for all documents. -# default_role = None - -# If true, '()' will be appended to :func: etc. cross-reference text. -# add_function_parentheses = True - -# If true, the current module name will be prepended to all description -# unit titles (such as .. function::). -# add_module_names = True - -# If true, sectionauthor and moduleauthor directives will be shown in the -# output. They are ignored by default. -# show_authors = False - -# The name of the Pygments (syntax highlighting) style to use. -pygments_style = 'sphinx' - -# A list of ignored prefixes for module index sorting. -modindex_common_prefix = ['diffpy.srfit.'] - -# Display all warnings for missing links. -nitpicky = True - -# -- Options for HTML output --------------------------------------------------- - -# The theme to use for HTML and HTML Help pages. See the documentation for -# a list of builtin themes. -html_theme = 'sphinx_py3doc_enhanced_theme' - -# Theme options are theme-specific and customize the look and feel of a theme -# further. For a list of options available for each theme, see the -# documentation. -html_theme_options = { - 'collapsiblesidebar' : 'true', - 'navigation_with_keys' : 'true', -} - -# Add any paths that contain custom themes here, relative to this directory. -# html_theme_path = [] - -# The name for this set of Sphinx documents. If None, it defaults to -# " v documentation". -# html_title = None - -# A shorter title for the navigation bar. Default is the same as html_title. -# html_short_title = None - -# The name of an image file (relative to this directory) to place at the top -# of the sidebar. -# html_logo = None - -# The name of an image file (within the static path) to use as favicon of the -# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 -# pixels large. -# html_favicon = None - -# 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'] - -# If not '', a 'Last updated on:' timestamp is inserted at every page bottom, -# using the given strftime format. -# html_last_updated_fmt = '%b %d, %Y' - -# If true, SmartyPants will be used to convert quotes and dashes to -# typographically correct entities. -# html_use_smartypants = True - -# Custom sidebar templates, maps document names to template names. -# html_sidebars = {} - -# Additional templates that should be rendered to pages, maps page names to -# template names. -# html_additional_pages = {} - -# If false, no module index is generated. -# html_domain_indices = True - -# If false, no index is generated. -# html_use_index = True - -# If true, the index is split into individual pages for each letter. -html_split_index = True - -# If true, links to the reST sources are added to the pages. -# html_show_sourcelink = True - -# If true, "Created using Sphinx" is shown in the HTML footer. Default is True. -# html_show_sphinx = True - -# If true, "(C) Copyright ..." is shown in the HTML footer. Default is True. -# html_show_copyright = True - -# If true, an OpenSearch description file will be output, and all pages will -# contain a tag referring to it. The value of this option must be the -# base URL from which the finished HTML is served. -# html_use_opensearch = '' - -# This is the file name suffix for HTML files (e.g. ".xhtml"). -# html_file_suffix = None - -# Output file base name for HTML help builder. -htmlhelp_basename = 'srfitdoc' - - -# -- Options for LaTeX output -------------------------------------------------- - -latex_elements = { -# The paper size ('letterpaper' or 'a4paper'). -# 'papersize': 'letterpaper', - -# The font size ('10pt', '11pt' or '12pt'). -# 'pointsize': '10pt', - -# Additional stuff for the LaTeX preamble. -# 'preamble': '', -} - -# Grouping the document tree into LaTeX files. List of tuples -# (source start file, target name, title, author, documentclass [howto/manual]). -latex_documents = [ - ('index', 'srfit_manual.tex', u'diffpy.srfit documentation', - ab_authors, 'manual'), -] - -# The name of an image file (relative to this directory) to place at the top of -# the title page. -# latex_logo = None - -# For "manual" documents, if this is true, then toplevel headings are parts, -# not chapters. -# latex_use_parts = False - -# If true, show page references after internal links. -# latex_show_pagerefs = False - -# If true, show URL addresses after external links. -# latex_show_urls = False - -# Documents to append as an appendix to all manuals. -# latex_appendices = [] - -# If false, no module index is generated. -# latex_domain_indices = True - - -# -- Options for manual page output -------------------------------------------- - -# One entry per manual page. List of tuples -# (source start file, name, description, authors, manual section). -man_pages = [ - ('index', 'diffpy.srfit', u'diffpy.srfit documentation', - ab_authors, 1) -] - -# If true, show URL addresses after external links. -# man_show_urls = False - - -# -- Options for Texinfo output ------------------------------------------------ - -# Grouping the document tree into Texinfo files. List of tuples -# (source start file, target name, title, author, -# dir menu entry, description, category) -texinfo_documents = [ - ('index', 'diffpy.srfit', u'diffpy.srfit documentation', - ab_authors, 'diffpy.srfit', 'One line description of project.', - 'Miscellaneous'), -] - -# Documents to append as an appendix to all manuals. -# texinfo_appendices = [] - -# If false, no module index is generated. -# texinfo_domain_indices = True - -# How to display URL addresses: 'footnote', 'no', or 'inline'. -# texinfo_show_urls = 'footnote' - - -# Example configuration for intersphinx: refer to the Python standard library. -intersphinx_mapping = { - 'numpy': ('https://docs.scipy.org/doc/numpy', None), - 'python' : ('https://docs.python.org/3.7', None), -} diff --git a/doc/manual/source/api/diffpy.srfit.equation.literals.rst b/doc/source/api/diffpy.srfit.equation.literals.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.equation.literals.rst rename to doc/source/api/diffpy.srfit.equation.literals.rst diff --git a/doc/manual/source/api/diffpy.srfit.equation.rst b/doc/source/api/diffpy.srfit.equation.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.equation.rst rename to doc/source/api/diffpy.srfit.equation.rst diff --git a/doc/manual/source/api/diffpy.srfit.equation.visitors.rst b/doc/source/api/diffpy.srfit.equation.visitors.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.equation.visitors.rst rename to doc/source/api/diffpy.srfit.equation.visitors.rst diff --git a/doc/manual/source/api/diffpy.srfit.fitbase.rst b/doc/source/api/diffpy.srfit.fitbase.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.fitbase.rst rename to doc/source/api/diffpy.srfit.fitbase.rst diff --git a/doc/manual/source/api/diffpy.srfit.interface.rst b/doc/source/api/diffpy.srfit.interface.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.interface.rst rename to doc/source/api/diffpy.srfit.interface.rst diff --git a/doc/manual/source/api/diffpy.srfit.pdf.rst b/doc/source/api/diffpy.srfit.pdf.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.pdf.rst rename to doc/source/api/diffpy.srfit.pdf.rst diff --git a/doc/manual/source/api/diffpy.srfit.sas.rst b/doc/source/api/diffpy.srfit.sas.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.sas.rst rename to doc/source/api/diffpy.srfit.sas.rst diff --git a/doc/manual/source/api/diffpy.srfit.structure.rst b/doc/source/api/diffpy.srfit.structure.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.structure.rst rename to doc/source/api/diffpy.srfit.structure.rst diff --git a/doc/manual/source/api/diffpy.srfit.util.rst b/doc/source/api/diffpy.srfit.util.rst similarity index 100% rename from doc/manual/source/api/diffpy.srfit.util.rst rename to doc/source/api/diffpy.srfit.util.rst diff --git a/doc/manual/source/examples.rst b/doc/source/examples.rst similarity index 100% rename from doc/manual/source/examples.rst rename to doc/source/examples.rst diff --git a/doc/manual/source/examples/coreshellnp.rst b/doc/source/examples/coreshellnp.rst similarity index 100% rename from doc/manual/source/examples/coreshellnp.rst rename to doc/source/examples/coreshellnp.rst diff --git a/doc/manual/source/examples/crystalpdf.rst b/doc/source/examples/crystalpdf.rst similarity index 100% rename from doc/manual/source/examples/crystalpdf.rst rename to doc/source/examples/crystalpdf.rst diff --git a/doc/manual/source/examples/crystalpdfall.rst b/doc/source/examples/crystalpdfall.rst similarity index 100% rename from doc/manual/source/examples/crystalpdfall.rst rename to doc/source/examples/crystalpdfall.rst diff --git a/doc/manual/source/examples/crystalpdfobjcryst.rst b/doc/source/examples/crystalpdfobjcryst.rst similarity index 100% rename from doc/manual/source/examples/crystalpdfobjcryst.rst rename to doc/source/examples/crystalpdfobjcryst.rst diff --git a/doc/manual/source/examples/crystalpdftwodata.rst b/doc/source/examples/crystalpdftwodata.rst similarity index 100% rename from doc/manual/source/examples/crystalpdftwodata.rst rename to doc/source/examples/crystalpdftwodata.rst diff --git a/doc/manual/source/examples/crystalpdftwophase.rst b/doc/source/examples/crystalpdftwophase.rst similarity index 100% rename from doc/manual/source/examples/crystalpdftwophase.rst rename to doc/source/examples/crystalpdftwophase.rst diff --git a/doc/manual/source/examples/debyemodel.rst b/doc/source/examples/debyemodel.rst similarity index 100% rename from doc/manual/source/examples/debyemodel.rst rename to doc/source/examples/debyemodel.rst diff --git a/doc/manual/source/examples/debyemodelII.rst b/doc/source/examples/debyemodelII.rst similarity index 100% rename from doc/manual/source/examples/debyemodelII.rst rename to doc/source/examples/debyemodelII.rst diff --git a/doc/manual/source/examples/ellipsoidsas.rst b/doc/source/examples/ellipsoidsas.rst similarity index 100% rename from doc/manual/source/examples/ellipsoidsas.rst rename to doc/source/examples/ellipsoidsas.rst diff --git a/doc/manual/source/examples/gaussiangenerator.rst b/doc/source/examples/gaussiangenerator.rst similarity index 100% rename from doc/manual/source/examples/gaussiangenerator.rst rename to doc/source/examples/gaussiangenerator.rst diff --git a/doc/manual/source/examples/gaussianrecipe.rst b/doc/source/examples/gaussianrecipe.rst similarity index 100% rename from doc/manual/source/examples/gaussianrecipe.rst rename to doc/source/examples/gaussianrecipe.rst diff --git a/doc/manual/source/examples/interface.rst b/doc/source/examples/interface.rst similarity index 100% rename from doc/manual/source/examples/interface.rst rename to doc/source/examples/interface.rst diff --git a/doc/manual/source/examples/npintensity.rst b/doc/source/examples/npintensity.rst similarity index 100% rename from doc/manual/source/examples/npintensity.rst rename to doc/source/examples/npintensity.rst diff --git a/doc/manual/source/examples/npintensityII.rst b/doc/source/examples/npintensityII.rst similarity index 100% rename from doc/manual/source/examples/npintensityII.rst rename to doc/source/examples/npintensityII.rst diff --git a/doc/manual/source/examples/nppdfcrystal.rst b/doc/source/examples/nppdfcrystal.rst similarity index 100% rename from doc/manual/source/examples/nppdfcrystal.rst rename to doc/source/examples/nppdfcrystal.rst diff --git a/doc/manual/source/examples/nppdfobjcryst.rst b/doc/source/examples/nppdfobjcryst.rst similarity index 100% rename from doc/manual/source/examples/nppdfobjcryst.rst rename to doc/source/examples/nppdfobjcryst.rst diff --git a/doc/manual/source/examples/nppdfsas.rst b/doc/source/examples/nppdfsas.rst similarity index 100% rename from doc/manual/source/examples/nppdfsas.rst rename to doc/source/examples/nppdfsas.rst diff --git a/doc/manual/source/examples/simplepdf.rst b/doc/source/examples/simplepdf.rst similarity index 100% rename from doc/manual/source/examples/simplepdf.rst rename to doc/source/examples/simplepdf.rst diff --git a/doc/manual/source/examples/simplepdftwophase.rst b/doc/source/examples/simplepdftwophase.rst similarity index 100% rename from doc/manual/source/examples/simplepdftwophase.rst rename to doc/source/examples/simplepdftwophase.rst diff --git a/doc/manual/source/examples/simplerecipe.rst b/doc/source/examples/simplerecipe.rst similarity index 100% rename from doc/manual/source/examples/simplerecipe.rst rename to doc/source/examples/simplerecipe.rst diff --git a/doc/manual/source/extending.rst b/doc/source/extending.rst similarity index 100% rename from doc/manual/source/extending.rst rename to doc/source/extending.rst diff --git a/doc/manual/source/index.rst b/doc/source/index.rst similarity index 100% rename from doc/manual/source/index.rst rename to doc/source/index.rst diff --git a/doc/manual/source/license.rst b/doc/source/license.rst similarity index 100% rename from doc/manual/source/license.rst rename to doc/source/license.rst diff --git a/doc/manual/source/release.rst b/doc/source/release.rst similarity index 100% rename from doc/manual/source/release.rst rename to doc/source/release.rst From 2c732c10b89b754284db59366dd4c0b9efffff29 Mon Sep 17 00:00:00 2001 From: Simon Billinge Date: Sun, 15 Jun 2025 08:59:35 -0400 Subject: [PATCH 3/3] chore:move over doc images --- doc/{images => source/img}/fitting_architecture.dia | Bin doc/{images => source/img}/fitting_architecture.png | Bin doc/{images => source/img}/overview.odg | Bin doc/{images => source/img}/partition_equation.dia | Bin doc/{images => source/img}/partition_equation.png | Bin doc/{images => source/img}/simple_equation.dia | Bin doc/{images => source/img}/simple_equation.png | Bin doc/{images => source/img}/visitor_interaction.dia | Bin doc/{images => source/img}/visitor_interaction.png | Bin 9 files changed, 0 insertions(+), 0 deletions(-) rename doc/{images => source/img}/fitting_architecture.dia (100%) rename doc/{images => source/img}/fitting_architecture.png (100%) rename doc/{images => source/img}/overview.odg (100%) rename doc/{images => source/img}/partition_equation.dia (100%) rename doc/{images => source/img}/partition_equation.png (100%) rename doc/{images => source/img}/simple_equation.dia (100%) rename doc/{images => source/img}/simple_equation.png (100%) rename doc/{images => source/img}/visitor_interaction.dia (100%) rename doc/{images => source/img}/visitor_interaction.png (100%) diff --git a/doc/images/fitting_architecture.dia b/doc/source/img/fitting_architecture.dia similarity index 100% rename from doc/images/fitting_architecture.dia rename to doc/source/img/fitting_architecture.dia diff --git a/doc/images/fitting_architecture.png b/doc/source/img/fitting_architecture.png similarity index 100% rename from doc/images/fitting_architecture.png rename to doc/source/img/fitting_architecture.png diff --git a/doc/images/overview.odg b/doc/source/img/overview.odg similarity index 100% rename from doc/images/overview.odg rename to doc/source/img/overview.odg diff --git a/doc/images/partition_equation.dia b/doc/source/img/partition_equation.dia similarity index 100% rename from doc/images/partition_equation.dia rename to doc/source/img/partition_equation.dia diff --git a/doc/images/partition_equation.png b/doc/source/img/partition_equation.png similarity index 100% rename from doc/images/partition_equation.png rename to doc/source/img/partition_equation.png diff --git a/doc/images/simple_equation.dia b/doc/source/img/simple_equation.dia similarity index 100% rename from doc/images/simple_equation.dia rename to doc/source/img/simple_equation.dia diff --git a/doc/images/simple_equation.png b/doc/source/img/simple_equation.png similarity index 100% rename from doc/images/simple_equation.png rename to doc/source/img/simple_equation.png diff --git a/doc/images/visitor_interaction.dia b/doc/source/img/visitor_interaction.dia similarity index 100% rename from doc/images/visitor_interaction.dia rename to doc/source/img/visitor_interaction.dia diff --git a/doc/images/visitor_interaction.png b/doc/source/img/visitor_interaction.png similarity index 100% rename from doc/images/visitor_interaction.png rename to doc/source/img/visitor_interaction.png