-
Notifications
You must be signed in to change notification settings - Fork 135
Documentation at pythonhosted
Cord Kaldemeyer edited this page May 3, 2016
·
4 revisions
The documentation on pythonhosted.org should only provide a small description and a link to the documentation on readthedocs which is always up-to-date. To update the documentation on pythonhosted.org, go to the lastest release e.g. https://pypi.python.org/pypi/oemof/0.0.6 an click on "releases" in the package admin interface (user rights required). Save the HTML-Code below or a modified version in your text editor as index.html to your local file system. Now zip the file and upload it to pythonhosted.org as explained in the interface under "releases".
<html>
<head>
<title>Open Energy Modelling Framework (oemof)</title>
<style type="text/css">
<!--
body {
text-align: center;
}
#textbereich {
text-align:left;
margin: 0 auto;
max-width: 780px;
background-color:silver;
}
h1 {
font-family: arial, verdana, sans-serif;
}
h2 {
font-family: arial, verdana, sans-serif;
}
img {
width:auto;
max-width:100%;
height:auto;
}
#inhalte {
margin-left:0em;
background-color:white;
}
-->
</style>
</head>
<body>
<div id="textbereich">
<div id="inhalte">
<img src="logo_oemof_big.png" alt="HTML5 Icon">
A modular open source framework to model energy supply systems.
<h2> Get the oemof documentations of the latest release</h2>
<ul>
<li><a href="http://oemof.readthedocs.org/en/stable/" title="The documentation of the main package." target="_blank">Oemof's main documentation</a></li>
<li><a href="http://feedinlib.readthedocs.org/en/latest/" title="The documentation of the feedinlib package." target="_blank">Oemof's feedinlib documentation</a></li>
</ul>
<h2> The oemof documentation of the developing version</h2>
<ul>
<li><a href="http://oemof.readthedocs.org/en/latest/" title="The documentation of the main package." target="_blank">Main documentation based on the dev-branch</a></li>
<li><a href="http://feedinlib.readthedocs.org/en/latest/" title="The documentation of the feedinlib package." target="_blank">Feedinlib documentation based on the dev-branch</a></li>
</ul>
<h2> Further oemof links</h2>
<ul>
<li><a href="https://github.com/oemof" target="_blank">Contribute to oemof or report bugs at GitHub</a></li>
<li><a href="https://oemof.wordpress.com/" target="_blank">Visit our block to get the latest news.</a></li>
<li><a href="http://wiki.openmod-initiative.org/wiki/Oemof" title="The oemof developing team is part of the openmod initiative" target="_blank">oemof is part of the openmod initiative</a></li>
</ul>
</div>
</div>
</body>
</html>