Skip to content

Commit

Permalink
Release chiba-02 (arras-energy#1298)
Browse files Browse the repository at this point in the history
- Fixed help script for subcommands and tools
- Update CYME converter to resolve new issues (arras-energy#1299)
- Fix diesel torque unit (arras-energy#1301)
- Fix metar2glm (arras-energy#1302)

Signed-off-by: David P. Chassin <dchassin@slac.stanford.edu>
  • Loading branch information
dchassin committed Jun 30, 2023
1 parent 3907121 commit bb1f860
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions cloud/websites/docs.gridlabd.us/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<!DOCTYPE HTML />
<HTML>
<HEAD>
<META HTTP-EQUIV="refresh" CONTENT="0,url=http://docs.gridlabd.us/index.html?owner=arras-energy&project=gridlabd" />
</HEAD>
<BODY>
Redirecting to <A HREF="http://docs.gridlabd.us/index.html?owner=arras-energy&project=gridlabd">http://docs.arras-energy.org/index.html?owner=arras-energy&project=gridlabd</A>...
</BODY>
<SCRIPT LANGUAGE="Javascript" SRC="_defaults.js"></SCRIPT>
<SCRIPT LANGUAGE="JavaScript">
document.writeln('<FRAMESET ROWS="' + (top_panel_height+20) + ',*" BORDER=2>');
console.info(window.location.search)
document.writeln('<FRAME SRC="_topbar.html" NORESIZE="noresize"></FRAME>');
document.writeln('<FRAMESET COLS="320,*" BORDER=3>');
document.writeln('<FRAME NAME="contents" SRC="_contents.html' + window.location.search + '"></FRAME>');
document.writeln('<FRAME NAME="page" SRC="_page.html' + window.location.search + '"></FRAME>');
document.writeln('</FRAMESET>');
document.writeln('</FRAMESET>');
</SCRIPT>

</HTML>

0 comments on commit bb1f860

Please sign in to comment.