-
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.
adjusted workflow, moved python docs to si-units (#31)
* adjusted workflow, moved python docs to si-units * fixed wrong path and maturin argument in test_documentation workflow * renamed quantity in documentation * changed workflows * add numpy installation * removed pymodule from root crate * Removed extension-module and cdylib from quantity * Changed module wrap to function call
- Loading branch information
Showing
13 changed files
with
34 additions
and
42 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
**/target | ||
Cargo.lock | ||
*.so | ||
docs/_build | ||
docs/api/generated | ||
quantity/__pycache__/ | ||
si-units/docs/_build | ||
si-units/docs/api/generated | ||
/venv | ||
.ipynb_checkpoints | ||
*.ipynb |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,16 +5,13 @@ authors = ["Philipp Rehner <[email protected]>", | |
"Gernot Bauer <[email protected]>"] | ||
edition = "2018" | ||
license = "MIT OR Apache-2.0" | ||
description = "Representation of quantites, i.e. of unit valued scalars and arrays." | ||
homepage = "https://github.com/itt-ustutt/quantity" | ||
description = "Representation of SI unit valued scalars and arrays." | ||
homepage = "https://github.com/itt-ustutt/quantity/tree/master/si-units" | ||
readme = "README.md" | ||
repository = "https://github.com/itt-ustutt/quantity" | ||
keywords = ["physics", "units", "SI"] | ||
categories = ["data-structures", "science"] | ||
exclude = ["/.github/*", "*.ipynb", "/docs"] | ||
|
||
[package.metadata.docs.rs] | ||
rustdoc-args = [ "--html-in-header", "./src/docs-header.html" ] | ||
exclude = ["*.ipynb", "/docs"] | ||
|
||
[lib] | ||
name = "si_units" | ||
|
File renamed without changes.
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,7 @@ | ||
API | ||
--- | ||
|
||
.. currentmodule:: quantity | ||
.. currentmodule:: si_units | ||
|
||
.. contents:: Table of Contents | ||
:depth: 3 | ||
|
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
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