Skip to content

Commit

Permalink
change structure
Browse files Browse the repository at this point in the history
  • Loading branch information
valer1435 committed Jun 8, 2024
1 parent 1351d45 commit ec10d75
Show file tree
Hide file tree
Showing 24 changed files with 85 additions and 416 deletions.
13 changes: 13 additions & 0 deletions docs/source/examples/simple/api_builder/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Simple example
======================

This section provides basic examples of FEDOT usage:

.. toctree::
:glob:
:maxdepth: 1

classification_with_api_builder
multiple_ts_forecasting_tasks


18 changes: 18 additions & 0 deletions docs/source/examples/simple/classification/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Simple example
======================

This section provides basic examples of FEDOT usage:

.. toctree::
:glob:
:maxdepth: 1

api_classification

classification_with_api_builder
classification_with_tuning
image_classification_problem
multiclass_prediction
resample_example
ts_pipelines

10 changes: 10 additions & 0 deletions docs/source/examples/simple/cli_application/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Simple example
======================

This section provides basic examples of FEDOT usage:

.. toctree::
:glob:
:maxdepth: 1

cli_call_example
24 changes: 6 additions & 18 deletions docs/source/examples/simple/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,29 +5,17 @@ This section provides basic examples of FEDOT usage:

.. toctree::
:glob:
:maxdepth: 2
:maxdepth: 1

api_classification
api_explain
api_forecasting
api_regression
cgru
classification_with_api_builder
classification_with_tuning
fitted_values
image_classification_problem
multiclass_prediction
cli_call_example
multiple_ts_forecasting_tasks
api_builder/index
classification/index
cli_application/index
interpretable/index
regression/index
pipeline_and_history_visualization
pipeline_explain
pipeline_import_export
pipeline_log
pipeline_tune
pipeline_tuning_with_iopt
pipeline_visualization
regression_with_tuning
resample_example
ts_pipelines
tuning_pipelines

File renamed without changes.
12 changes: 12 additions & 0 deletions docs/source/examples/simple/interpretable/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Simple example
======================

This section provides basic examples of FEDOT usage:

.. toctree::
:glob:
:maxdepth: 1

api_explain
pipeline_explain

12 changes: 12 additions & 0 deletions docs/source/examples/simple/regression/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Simple example
======================

This section provides basic examples of FEDOT usage:

.. toctree::
:glob:
:maxdepth: 1

api_regression
regression_with_tuning

File renamed without changes.
14 changes: 14 additions & 0 deletions docs/source/examples/simple/time_series_forecasting/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Simple example
======================

This section provides basic examples of FEDOT usage:

.. toctree::
:glob:
:maxdepth: 1

api_forecasting
cgru
fitted_values
tuning_pipelines

Loading

0 comments on commit ec10d75

Please sign in to comment.