forked from PyPSA/PyPSA
-
Notifications
You must be signed in to change notification settings - Fork 0
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 PyPSA#71 from PyPSA/readthedocs
Augmentation of documentation
- Loading branch information
Showing
48 changed files
with
799 additions
and
653 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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
version: 2 | ||
|
||
conda: | ||
environment: environment_docs.yml |
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,19 @@ | ||
/* override table width restrictions */ | ||
@media screen and (min-width: 767px) { | ||
|
||
.wy-table-responsive table td { | ||
/* !important prevents the common CSS stylesheets from overriding | ||
this as on RTD they are loaded after this stylesheet */ | ||
white-space: normal !important; | ||
/* background: #eeeeee !important; */ | ||
} | ||
|
||
.wy-table-responsive { | ||
max-width: 100%; | ||
overflow: visible !important; | ||
} | ||
|
||
.wy-nav-content { | ||
max-width: 910px !important; | ||
} | ||
} |
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,16 @@ | ||
###################### | ||
API Reference | ||
###################### | ||
|
||
Network | ||
------- | ||
|
||
.. autoclass:: pypsa.Network | ||
:members: | ||
|
||
|
||
Sub-Network | ||
----------- | ||
|
||
.. autoclass:: pypsa.SubNetwork | ||
:members: |
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 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,10 +1,11 @@ | ||
####################### | ||
Developers | ||
Contributing | ||
####################### | ||
|
||
|
||
We strongly welcome anyone interested in contributing to this project. | ||
|
||
Submit pull requests / issues to the `github repository <https://github.com/PyPSA/PyPSA>`_. | ||
|
||
Join the :doc:`mailing_list`. | ||
Join the `mailing list | ||
<https://groups.google.com/group/pypsa>`_. |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.