Skip to content

Commit

Permalink
minor doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Chetan committed Apr 25, 2018
1 parent 82fed74 commit 767c4c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Welcome to PVMismatch’s documentation! &#8212; PVMismatch Kenya Ketchup documentation</title>
<title>Welcome to PVMismatch’s documentation! &#8212; PVMismatch Mint Mojito documentation</title>
<link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: './',
VERSION: 'Kenya Ketchup',
VERSION: 'Mint Mojito',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
Expand Down Expand Up @@ -43,8 +43,8 @@

<div class="section" id="welcome-to-pvmismatch-s-documentation">
<h1>Welcome to PVMismatch’s documentation!<a class="headerlink" href="#welcome-to-pvmismatch-s-documentation" title="Permalink to this headline"></a></h1>
<p>Version: 4.0 (Kenya Ketchup)</p>
<div class="section" id="announcements">
<p>Version: 4.0 (Mint Mojito)</p>
div class="section" id="announcements">
<h2>Announcements<a class="headerlink" href="#announcements" title="Permalink to this headline"></a></h2>
<p>Thanks to Bennet Meyers you should see huge memory and speed improvements since
new cell, module and string objects are only created when they are needed to
Expand Down Expand Up @@ -208,4 +208,4 @@ <h3>Related Topics</h3>


</body>
</html>
</html>

2 comments on commit 767c4c9

@mikofski
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chetan201 IMO you shouldn't edit HTML files that auto generated by Sphinx, instead edit the source from which they are generated. EG: in this case the release is set in the main pvmismatch package dunder module by __release__ constant. I made issue #78 to address this.

Note: that the value of pvmismatch.__release__ gets imported into conf.py and sets that Sphinx's release value that is used in index.rst with the directive |release|

Sorry, I should have put a developer section in the documentation that explains HOWTO build and deploy the docs. See #79. You are doing a fantastic job of taking this over. Thank you so much! I hope that you and SunPower get recognition for the work you are doing on it.

@chetan201
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for guiding us and contributing so actively @mikofski !

Please sign in to comment.