Skip to content

Commit

Permalink
updating documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHopwood committed Mar 22, 2021
1 parent abba99b commit 7a90214
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ pvOps contains a series of functions to facilitate fusion of text-based data wit

Installation
=============
pvOps can be installed using `pip` or `conda`. See more information at [readthedocs](https://pvops.readthedocs.io/en/latest/).
pvOps can be installed using `pip`. See more information at [readthedocs](https://pvops.readthedocs.io/en/latest/).


Package Layout and Documentation
Expand Down
18 changes: 18 additions & 0 deletions docs/contributing.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
.. _contributing:

Contributing
============

Thank you for wanting to contribute to this library! We will try to make this an easy process for you.

**If you find errors in the codebase:**

1. Submit an issue at the `pvOps issues page <https://github.com/tgunda/pvOps/issues>`_

**If you would like to contribute:**

2. Create a pull request (PR) or help with other PRs which are in the library by referencing `pvOps PR page <https://github.com/tgunda/pvOps/pulls>`_. Pull requests should contain code that follows the PEP8 python code style.

**If you are confused:**

3. Feel free to reach out to the package maintainer, as found in setup.py.
3 changes: 2 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ pvOps contains a series of functions to facilitate fusion of text-based data wit

Installation
=============
pvOps can be installed using `pip` or `conda`.
pvOps can be installed using `pip`.


Text Subpackage Layout
======================
Expand Down
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@
'field collected operational data for photovoltaic systems.')

LONG_DESCRIPTION = """
pvOps is a collection of functions for working with text-based data
pvOps is a python package for PV operators & researchers. It is
a collection of functions for working with text-based data
from photovoltaic power systems. The library includes functions for
processing text data as well as fusion of the text information with
time series data for visualization of contextual details for data
analysis.
Documentation: XX
Source code: XX
Documentation: https://pvops.readthedocs.io/en/latest/index.html
Source code: https://github.com/tgunda/pvOps
"""

DISTNAME = 'pvOps'
Expand Down

0 comments on commit 7a90214

Please sign in to comment.