Skip to content

Commit

Permalink
#139 Fixed underline lengths
Browse files Browse the repository at this point in the history
  • Loading branch information
ahsimb committed Jul 4, 2024
1 parent bcb5695 commit a34bde5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions doc/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,21 @@ exasol.bucketfs.Bucket
:show-inheritance:

exasol.bucketfs.SaaSBucket
-----------------------
--------------------------
.. autoclass:: exasol.bucketfs.Bucket
:members:
:undoc-members:
:show-inheritance:

exasol.bucketfs.path.PathLike
-----------------------
-----------------------------
.. autoclass:: exasol.bucketfs.path.PathLike
:members:
:undoc-members:
:show-inheritance:

exasol.bucketfs.path.build_path
------------------------
-------------------------------
.. autofunction:: exasol.bucketfs.path.build_path

exasol.bucketfs.as_bytes
Expand Down
8 changes: 4 additions & 4 deletions doc/user_guide/basics.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Get a Bucket reference


Bucket class
-------------
------------
A Bucket contains a set of files which may be restricted, depending on the credentials of the requester.
The Bucket class for an On-Prem database is :ref:`exasol.bucketfs.Bucket <api:exasol.bucketfs.Bucket>`.
The correspondent class for a SaaS database is :ref:`exasol.bucketfs.Bucket <api:exasol.bucketfs.SaaSBucket>`.
Expand Down Expand Up @@ -80,17 +80,17 @@ Delete files from Bucket
:end-before: # Expert/Mapped bucket API

Create bucket object in SaaS
++++++++++++++++++++++++
++++++++++++++++++++++++++++

.. literalinclude:: /examples/bucket_saas.py
:language: python3

PathLike interface
-------------
------------------
A PathLike is an interface similar to the pathlib.Path and should feel familiar to most users.

Using the PathLike interface
++++++++++++++++++++++++
++++++++++++++++++++++++++++

.. literalinclude:: /examples/path_like.py
:language: python3
Expand Down

0 comments on commit a34bde5

Please sign in to comment.