Skip to content

Commit

Permalink
chore: docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrvollger committed Jul 20, 2023
1 parent 09994bd commit 467072a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion py-ft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
edition = "2021"
name = "py-ft"
name = "pyft"
version = "0.1.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
2 changes: 1 addition & 1 deletion py-ft/docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/* Sidebar */
.wy-nav-side {
background: #6902a9;
background: #470072;
}
</style>
{% endblock %}
4 changes: 2 additions & 2 deletions py-ft/docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. py-ft documentation master file, created by
.. pyft documentation master file, created by
sphinx-quickstart on Wed Jul 19 20:00:42 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to py-ft's documentation!
Welcome to pyft's documentation!
=================================

.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion py-ft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ classifiers = [
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
]
name = "py-ft"
name = "pyft"
requires-python = ">=3.7"

[tool.maturin]
Expand Down

0 comments on commit 467072a

Please sign in to comment.