Skip to content

Commit

Permalink
Improved documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoTartarini committed Feb 12, 2020
1 parent 4d12d0b commit fb76103
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 7 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@ Overview
* - docs
- |docs|
* - tests
- | |travis| |appveyor| |requires|
| |codecov|
- | |travis| |appveyor|
| |codecov| |requires|
* - package
- | |version| |wheel| |supported-versions| |supported-implementations|
- | |version| |wheel|
| |supported-versions|
| |supported-implementations|
| |commits-since|
.. |docs| image:: https://readthedocs.org/projects/pythermalcomfort/badge/?style=flat
:target: https://readthedocs.org/projects/pythermalcomfort
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contents
========

.. toctree::
:maxdepth: 2
:maxdepth: 3

readme
installation
Expand Down
4 changes: 2 additions & 2 deletions docs/reference/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pythermalcomfort
================
Functions documentation
=======================

.. toctree::
:glob:
Expand Down
22 changes: 21 additions & 1 deletion docs/reference/pythermalcomfort.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,25 @@ Comfort models
from pythermalcomfort import *
from pythermalcomfort.models import *

.. automodule:: pythermalcomfort.models

PMV
---

.. autofunction:: pythermalcomfort.models.pmv

PMV PPD
-------

.. autofunction:: pythermalcomfort.models.pmv_ppd

SET
---

.. autofunction:: pythermalcomfort.models.set_tmp


Utilities
=========

.. automodule:: pythermalcomfort.psychrometrics
:members:

0 comments on commit fb76103

Please sign in to comment.