-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve general documentation around the webpage (#5)
* 📝 Doc: Improve the documentation of the package * 📝 Doc: Add new documentation style definition * 📝 Doc: Improve the README file * 💄 UI: Fix some UI problems * 🔨 Update: Update the `configuration` file to include more configurartion at once * 👷 CI: Update CI build * 🔖 Tag: Bump version `0.3.2`
- Loading branch information
1 parent
c31a45c
commit b10c0ed
Showing
12 changed files
with
216 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,20 @@ | ||
[package] | ||
name = "pymath_compute" | ||
version = "0.3.1" | ||
version = "0.3.2" | ||
edition = "2021" | ||
description = "Tool to handle mathematical operations using Variables and Mathematical Expressions." | ||
authors = ["ricardoleal20 <[email protected]>"] | ||
homepage = "https://pymath.ricardoleal20.dev" | ||
documentation = "https://pymath.ricardoleal20.dev/docs/" | ||
repository = "https://github.com/ricardoleal20/pymath_compute" | ||
license = "MIT" | ||
readme = "README.md" | ||
keywords = ["scientific_computing", "applied_math", "optimization"] | ||
classifiers = [ | ||
"Topic :: Scientific Development :: Mathematical Optimization", | ||
"Topic :: Scientific Development :: Applied Mathematics", | ||
] | ||
|
||
|
||
[dependencies] | ||
pyo3 = { version = "0.16", features = ["extension-module"] } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.