-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #401 from idaholab/develop
Next patch release (0.2.7)
- Loading branch information
Showing
35 changed files
with
634 additions
and
144 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doc/source/changelog.rst |
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,41 @@ | ||
# Contributing to MontePy | ||
|
||
Welcome, and thank you for considering contributing to MontePy! We look forward | ||
to welcoming new members to the community and will do our best to help you get | ||
up to speed. | ||
|
||
## Code of Conduct | ||
|
||
Participants in the MontePy project are expected to follow and uphold the [Code | ||
of Conduct](CODE_OF_CONDUCT.md). Please report any unacceptable behavior to | ||
micah.gale@inl.gov. | ||
|
||
## Resources | ||
|
||
- [GitHub Repository](https://github.com/idaholab/montepy) | ||
- [Documentation](https://idaholab.github.io/MontePy/) | ||
- [Developer's Guide](https://idaholab.github.io/MontePy/developing.html) | ||
|
||
## How to Report Bugs | ||
|
||
MontePy is hosted on GitHub and all bugs are reported and tracked through the | ||
[Issues](https://github.com/idaholab/MontePy/issues) listed on GitHub. | ||
|
||
## How to Suggest Enhancements | ||
|
||
If you have suggestions for new features, feel free to suggest one as a new issue. | ||
Keep in mind that MontePy has a small development team, | ||
and in some cases MontePy might not be the right home for the feature. | ||
Please review the package philosophy to see if the feature would be a good fit. | ||
|
||
## How to Submit Changes | ||
|
||
All changes to OpenMC happen through pull requests. For a full overview of the | ||
process, see the developer's guide section on [Contributing to | ||
OpenMC](https://docs.openmc.org/en/latest/devguide/contributing.html). | ||
|
||
## Code Style | ||
|
||
Before you run off to make changes to the code, please review the [design | ||
philosophy](https://idaholab.github.io/MontePy/developing.html#design-philosophy), | ||
and make sure to also use [black](https://black.readthedocs.io/en/stable/index.html). |
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 @@ | ||
exclude tests/test_version.py |
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,8 +1,36 @@ | ||
Python API | ||
============ | ||
MontePy API | ||
=========== | ||
|
||
Submodules | ||
---------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:maxdepth: 1 | ||
|
||
montepy.cell | ||
montepy.cells | ||
montepy.constants | ||
montepy.errors | ||
montepy.geometry_operators | ||
montepy.materials | ||
montepy.mcnp_object | ||
montepy.mcnp_problem | ||
montepy.numbered_mcnp_object | ||
montepy.numbered_object_collection | ||
montepy.particle | ||
montepy.surface_collection | ||
montepy.transforms | ||
montepy.universe | ||
montepy.universes | ||
montepy.utilities | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
montepy.data_inputs | ||
montepy.input_parser | ||
montepy.surfaces | ||
|
||
montepy |
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 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
Oops, something went wrong.