Skip to content

Commit 3e09aeb

Browse files
committed
update docs
1 parent 104fa41 commit 3e09aeb

File tree

6 files changed

+55
-23
lines changed

6 files changed

+55
-23
lines changed

docs/_images/logo.png

12.4 KB
Loading

docs/_images/logo.svg

+46
Loading

docs/api.rst

-12
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
11
API Reference
22
=============
33

4-
Methods
5-
-------
6-
74
.. automodule:: pandalchemy.methods
85
:members:
96
:undoc-members:
107
:show-inheritance:
11-
12-
Individual Functions
13-
--------------------
14-
15-
.. autofunction:: pandalchemy.methods.select
16-
.. autofunction:: pandalchemy.methods.where_
17-
.. autofunction:: pandalchemy.methods.group_by
18-
19-
# Add more functions as needed

docs/conf.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
templates_path = ['_templates']
2222
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
2323

24-
html_theme = 'sphinx_rtd_theme'
25-
html_static_path = ['_static']
24+
html_theme = 'alabaster'
25+
html_static_path = ['_static']
26+
html_logo = '_images/logo.png'

docs/index.rst

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
Welcome to Pandalchemy's documentation!
22
=======================================
33

4+
Pandalchemy is a simple Python package that provides methods to query pandas DataFrames using a SQL-like synthax.
5+
46
.. toctree::
57
:maxdepth: 2
68
:caption: Contents:
79

810
installation
9-
usage
1011
api
11-
examples/basic-usage
12-
13-
Indices and tables
14-
==================
15-
16-
* :ref:`genindex`
17-
* :ref:`modindex`
18-
* :ref:`search`
12+
_examples/basic-usage

docs/installation.rst

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Installation
2+
============
3+

0 commit comments

Comments
 (0)