Skip to content

Commit

Permalink
Revert "plugin docs"
Browse files Browse the repository at this point in the history
This reverts commit 621756e.

Signed-off-by: Jan Fiedler <[email protected]>
  • Loading branch information
fiedlerNr9 committed Nov 11, 2024
1 parent 051c181 commit a820916
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 26 deletions.
2 changes: 0 additions & 2 deletions docs/source/plugins/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Plugin API reference
* :ref:`Ray <ray>` - Ray API reference
* :ref:`DBT <dbt>` - DBT API reference
* :ref:`Vaex <vaex>` - Vaex API reference
* :ref:`Memray <memray>` - Memray API reference
* :ref:`MLflow <mlflow>` - MLflow API reference
* :ref:`DuckDB <duckdb>` - DuckDB API reference
* :ref:`SageMaker Inference <awssagemaker_inference>` - SageMaker Inference API reference
Expand Down Expand Up @@ -67,7 +66,6 @@ Plugin API reference
Ray <ray>
DBT <dbt>
Vaex <vaex>
Memray <memray>
MLflow <mlflow>
DuckDB <duckdb>
SageMaker Inference <awssagemaker_inference>
Expand Down
12 changes: 0 additions & 12 deletions docs/source/plugins/memray.rst

This file was deleted.

12 changes: 0 additions & 12 deletions plugins/flytekit-memray/flytekitplugins/memray/__init__.py
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
"""
.. currentmodule:: flytekitplugins.memray
This package contains things that are useful when extending Flytekit.
.. autosummary::
:template: custom.rst
:toctree: generated/
memray_profiling
"""

from .profiling import memray_profiling

__all__ = ["memray_profiling"]

0 comments on commit a820916

Please sign in to comment.