]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Revert "Merge commit '0b65bf985d4fb167b600655150f1fa3c564ee2c3'"
authorSONOLET Aymeric <aymeric.sonolet@cea.fr>
Thu, 29 Aug 2024 06:55:11 +0000 (08:55 +0200)
committerSONOLET Aymeric <aymeric.sonolet@cea.fr>
Thu, 29 Aug 2024 06:55:11 +0000 (08:55 +0200)
This reverts commit 0e3f0b79872b79d8a0876df2af8f170491a27466, reversing
changes made to 040e2d5c314e512dcae3a2d2a7fb8599ca76b359.

.gitignore [deleted file]
doc/user/conf.py.in
doc/user/input/index.rst
doc/user/requirements_doc.txt [deleted file]

diff --git a/.gitignore b/.gitignore
deleted file mode 100644 (file)
index ded1995..0000000
+++ /dev/null
@@ -1 +0,0 @@
-doc/user/input/api/*
index 0998ef38e53baae60db18feacd90c5029affbe9d..449e8e50b016c67626f2190a15bb7458d30d87fc 100644 (file)
@@ -24,7 +24,7 @@ import sphinx
 
 # 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.mathjax', "breathe", "sphinx.ext.graphviz", "exhale"]
+extensions = ['sphinx.ext.mathjax']
 try:
   import sphinx_rtd_theme
   extensions += ['sphinx_rtd_theme']
@@ -32,7 +32,6 @@ try:
 except:
   use_rtd_theme = False
 
-
 # Add any paths that contain templates here, relative to this directory.
 #templates_path = ['_templates']
 templates_path = [os.path.join('@CMAKE_CURRENT_SOURCE_DIR@','templates')]
@@ -100,7 +99,6 @@ if use_rtd_theme:
   html_theme = 'sphinx_rtd_theme'
 else:
   html_theme = 'default' if sphinx.version_info[:2] < (1,3) else 'classic'
-# html_theme = "furo"
 
 themes_options = {}
 themes_options['classic'] = {
@@ -174,29 +172,6 @@ html_static_path = [os.path.join('@CMAKE_CURRENT_BINARY_DIR@','static')]
 # Output file base name for HTML help builder.
 htmlhelp_basename = 'MEDCouplingUsersGuide'
 
-###################
-# BREATHE OPTIONS #
-###################
-
-breathe_projects = {"dev_docs": "../developer/doxygen/doc_ref_dev/xml/"}
-breathe_default_project = "dev_docs"
-
-# Setup the exhale extension
-exhale_args = {
-    # These arguments are required
-    "containmentFolder":     "@CMAKE_CURRENT_SOURCE_DIR@/input/api",
-    "rootFileName":          "medcoupling_api.rst",
-    "doxygenStripFromPath":  "@CMAKE_CURRENT_SOURCE_DIR@",
-    # Heavily encouraged optional argument (see docs)
-    "rootFileTitle":         "MEDCoupling API",
-    # Suggested optional arguments
-    "createTreeView":        True,
-    # TIP: if using the sphinx-bootstrap-theme, you need
-    # "treeViewIsBootstrap": True,
-    "exhaleExecutesDoxygen": False,
-    # "exhaleDoxygenStdin":    "INPUT = ../include"
-}
-
 
 # Options for LaTeX output
 # ------------------------
index beabbf6e0368ac7e5aa6afd12760de1b62727651..11ee3eb2072d89aca038443b83e0390348393e41 100644 (file)
@@ -18,7 +18,7 @@ medcoupling functionalities can be split into 4 categories:
 First, this documentation introduces :doc:`fundamental concepts/objects <basic_concepts>`  of medcoupling for a better understanding of examples.
 
 .. toctree::
-   :maxdepth: 4
+   :maxdepth: 2
    :numbered:
    :hidden:
 
@@ -27,5 +27,4 @@ First, this documentation introduces :doc:`fundamental concepts/objects <basic_c
    data_analysis
    data_conversion
    data_optimization
-   api/medcoupling_api
 
diff --git a/doc/user/requirements_doc.txt b/doc/user/requirements_doc.txt
deleted file mode 100644 (file)
index 24d83dc..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-cmake
-sphinx
-sphinx_rtd_theme
-breathe
-exhale