Skip to content

Commit 3792ff6

Browse files
committed
Update docs
1 parent a5043bc commit 3792ff6

File tree

4 files changed

+4
-19
lines changed

4 files changed

+4
-19
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.0.1"
2+
current_version = "0.0.2"
33
commit = true
44
allow_dirty = false
55
commit_args = "--no-verify"

docs/api.rst

Lines changed: 0 additions & 8 deletions
This file was deleted.

docs/index.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,14 @@
1-
[UNDER CONSTRUCTION] Welcome to mach's documentation!
1+
mach
22
==============================================================
33

4-
This documentation is under construction.
4+
This documentation is under construction. For now, it mostly just includes the gallery of examples.
55

66
.. toctree::
77
:maxdepth: 2
88
:caption: Gallery:
99

1010
example_gallery/index
1111

12-
.. toctree::
13-
:maxdepth: 2
14-
:caption: Auto-generated docs:
15-
16-
api
17-
18-
1912
Indices and tables
2013
==================
2114

src/mach/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
__version__ = version("mach")
1212
except PackageNotFoundError:
1313
# Update via bump-my-version, not manually
14-
__version__ = "0.0.1"
14+
__version__ = "0.0.2"

0 commit comments

Comments
 (0)