Documentation for v0.1 version (#199)
* Adding Equations, solving typos * improve _code.rst * the team rst and restuctore index.rst * fixing errors --------- Co-authored-by: Dario Coscia <dariocoscia@dhcp-015.eduroam.sissa.it>
This commit is contained in:
committed by
Nicola Demo
parent
3f9305d475
commit
8b7b61b3bd
@@ -1,13 +1,6 @@
|
||||
__all__ = [
|
||||
'Location',
|
||||
'CartesianDomain',
|
||||
'EllipsoidDomain',
|
||||
'Union',
|
||||
'Intersection',
|
||||
'Exclusion',
|
||||
'Difference',
|
||||
'OperationInterface',
|
||||
'SimplexDomain'
|
||||
'Location', 'CartesianDomain', 'EllipsoidDomain', 'Union', 'Intersection',
|
||||
'Exclusion', 'Difference', 'OperationInterface', 'SimplexDomain'
|
||||
]
|
||||
|
||||
from .location import Location
|
||||
|
||||
Reference in New Issue
Block a user