-
Notifications
You must be signed in to change notification settings - Fork 3
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 #34 from brocksam/release
Clean up repo for 0.1.0 release
- Loading branch information
Showing
13 changed files
with
32 additions
and
439 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,22 +4,43 @@ Pycollo | |
|
||
*Pycollo*, a combination of 'Python' and 'collocation', is a Python package for solving mutliphase optimal control problems using direct orthogonal collocation. | ||
|
||
Getting Started: | ||
================ | ||
Getting Started | ||
=============== | ||
|
||
This project is currently a work in progress and detailed instructions to get new users up and running are not yet available. Some working examples can be found in the [examples](examples) directory. | ||
This project is currently a work in progress and detailed instructions to get new users up and running are not yet available. Some working examples can be found in the `examples <examples>`_ directory. | ||
|
||
Contributing: | ||
============= | ||
|
||
Pycollo is currently under development and as such contributions are not accepted. | ||
Installation | ||
============ | ||
|
||
Authors: | ||
======== | ||
The easiest way to install pycollo is using the `Anaconda Python distribution <https://www.anaconda.com/what-is-anaconda/>`_ and its included *Conda* package management system. To install pycollo and its required dependencies, enter the following command at a command prompt: | ||
|
||
.. code-block:: bash | ||
conda install pycollo | ||
To install using pip, enter the following command at a command prompt: | ||
|
||
.. code-block:: bash | ||
pip install pycollo | ||
For more information, refer to the `installation documentation <https://pycollo.readthedocs.io/en/latest/user/installation.html>`_. | ||
|
||
Contribute | ||
========== | ||
|
||
Pycollo is currently under development. Major code refactors, including significant API changes, are likely. As such contributions may not be readily accepted at this time. If you are keen to contribute, please contact the authors by email or file an issue on the issue tracker detailing how you would like to get involved. | ||
|
||
- Issue Tracker: https://github.com/brocksam/pycollo/issues | ||
- Source Code: https://github.com/brocksam/pycollo | ||
|
||
License | ||
======= | ||
|
||
- **Sam Brockie** - ([email protected]) | ||
This project is licensed under the terms of the `MIT license <LICENSE>`_. | ||
|
||
License: | ||
Authors | ||
======== | ||
|
||
This project is distributed under the MIT License [LICENSE](LICENSE). | ||
- Sam Brockie - [email protected] |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.