-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
FEAT: Integration examples, addition of models, improved documentation (
#8) * FEAT: Working file analysis * FIX: Integration examples * FEAT: Extend .gitignore for cocotb * FEAT: Further filepath functionality * FIX: Automation examples * FEAT: Initialization of new project structures * FEAT: Pre-modification of project structure * FEAT: Begun project example restructure * FEAT: Models, abstract components initialisation, and project structure restructure * FEAT: Added new documentation structure * DOCS: Improvements and images * FEAT: Working cocotb simulation example * FIX: Docs
- Loading branch information
1 parent
f81175c
commit acf7721
Showing
226 changed files
with
1,749 additions
and
4,122 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 was deleted.
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
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
:py:mod:`piel.components` | ||
========================= | ||
|
||
.. py:module:: piel.components |
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
:py:mod:`piel.config` | ||
===================== | ||
|
||
.. py:module:: piel.config | ||
.. autoapi-nested-parse:: | ||
|
||
We create a set of parameters that can be used throughout the project for optimisation. | ||
|
||
|
||
|
||
Module Contents | ||
--------------- | ||
|
||
.. py:data:: numerical_solver | ||
.. py:data:: nso |
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.