Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #22 from andersy005/master
Browse files Browse the repository at this point in the history
Update documentation
  • Loading branch information
andersy005 authored Dec 21, 2018
2 parents 148f441 + 300987b commit b8c2cef
Show file tree
Hide file tree
Showing 9 changed files with 50 additions and 128 deletions.
56 changes: 0 additions & 56 deletions ci/install-circleci.sh

This file was deleted.

2 changes: 1 addition & 1 deletion ci/upload-anaconda.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export UPLOADFILE=`conda build conda/ --output`
echo "UPLOADFILE = ${UPLOADFILE}"

echo "[Uploading esmalb]"
# anaconda -t ${CONDA_UPLOAD_TOKEN} upload -u cisl-iowa --force ${UPLOADFILE}
anaconda -t ${CONDA_UPLOAD_TOKEN} upload -u cisl-iowa --force ${UPLOADFILE}
echo "Successfully deployed to Anaconda.org."

exit 0
5 changes: 2 additions & 3 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
API
===

API reference
=============


Statistics functions
Expand Down
2 changes: 1 addition & 1 deletion docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Changelog
=========
=========
34 changes: 34 additions & 0 deletions docs/source/develop.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
.. highlight:: shell

Development Guide
======================

Some general guidelines regarding development in esmlab for maintainers
and contributors. Nothing here is set in stone and can't be changed.
Feel free to suggest improvements or changes in the workflow.

Code Style
-----------

For style we use black, isort, and flake8. These are available as pre-commit
hooks that will run every time you are about to commit code.

From the root directory of `esmlab` project run the following:

.. code-block:: console
$ pip install pre-commit
$ pre-commit install
Branches (TODO)
----------------



Issues (TODO)
-------------


Release procedure (TODO)
------------------------
2 changes: 0 additions & 2 deletions docs/source/history.rst

This file was deleted.

6 changes: 3 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
:caption: Contents:

installation
usage
api
develop
changelog
history


Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
* :ref:`search`
18 changes: 9 additions & 9 deletions docs/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ Installation
============


Stable release (COMING SOON!)
--------------------------------
Conda
-------

To install esmlab, run this command in your terminal:

.. code-block:: console
$ pip install esmlab
$ conda install -c cisl-iowa esmlab
This is the preferred method to install esmlab, as it will always install the most recent stable release.
This is the preferred method to install esmlab, as it will always install
the most recent stable release.

If you don't have `pip`_ installed, this `Python installation guide`_ can guide
you through the process.
Pip
----

.. _pip: https://pip.pypa.io
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/
Support is coming soon, please use conda for the time being.


From sources
Expand Down Expand Up @@ -54,4 +54,4 @@ Once you have a copy of the source, you can install it with:
.. _Github repo: https://github.com/NCAR/esmlab
.. _tarball: https://github.com/NCAR/esmlab/tarball/master
.. _tarball: https://github.com/NCAR/esmlab/tarball/master
53 changes: 0 additions & 53 deletions docs/source/usage.rst

This file was deleted.

0 comments on commit b8c2cef

Please sign in to comment.