Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor: remove python docs, now they're in another project #3119

Merged
merged 1 commit into from
Aug 13, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,4 @@
# under the License.

build
source/python/generated
venv/
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# specific language governing permissions and limitations
# under the License.

datafusion
sphinx
pydata-sphinx-theme==0.8.0
myst-parser
Expand Down
2 changes: 0 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,6 @@
# import sys
# sys.path.insert(0, os.path.abspath('.'))

import datafusion

# -- Project information -----------------------------------------------------

project = 'Arrow DataFusion'
Expand Down
1 change: 0 additions & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Table of Contents
:caption: Supported Environments

Rust <https://docs.rs/crate/datafusion/>
Python <python/index>
Command line <cli/index>

.. _toc.guide:
Expand Down
30 changes: 0 additions & 30 deletions docs/source/python/api.rst

This file was deleted.

27 changes: 0 additions & 27 deletions docs/source/python/api/dataframe.rst

This file was deleted.

27 changes: 0 additions & 27 deletions docs/source/python/api/execution_context.rst

This file was deleted.

27 changes: 0 additions & 27 deletions docs/source/python/api/expression.rst

This file was deleted.

27 changes: 0 additions & 27 deletions docs/source/python/api/functions.rst

This file was deleted.

Loading