Skip to content

Commit ee54068

Browse files
committed
add init and cleaning
1 parent 9ccfd31 commit ee54068

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
.. image:: images/logo.png
22
Welcome to pyxet's documentation!
3-
=====================================
3+
=================================
44

55
pyxet is a Python library that provides a lightweight interface for the `XetHub <https://xethub.com/>`_ platform.
66
XetHub is a blob-store with a file-system like interface and git capabilities, therefore pyxet implement both a CLI for both a file-system and git needs.
77

88
Installation
9-
~~~~~~~~~~
9+
~~~~~~~~~~~~
1010
``pip install pyxet``
1111

1212

1313
Features
14-
~~~~~~~~~~
14+
~~~~~~~~
1515
1. A file-system like interface.
1616
* `fsspec <https://filesystem-spec.readthedocs.io>`_
1717
* `pathlib.Path <https://docs.python.org/3/library/pathlib.html>`_
@@ -34,7 +34,7 @@ Features
3434
* stash, diff, log
3535
* status, branch
3636
* submodules
37-
...
37+
* etc.
3838

3939
.. toctree::
4040
:maxdepth: 2

pyxet/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)