Skip to content

Commit

Permalink
Merge pull request #5 from materials-data-facility/v0.4.0
Browse files Browse the repository at this point in the history
Release v0.4.0
  • Loading branch information
jgaff authored Sep 1, 2017
2 parents 9f5660a + 22b8d22 commit ddb3361
Show file tree
Hide file tree
Showing 89 changed files with 19,683 additions and 11,518 deletions.
20 changes: 20 additions & 0 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = python -msphinx
SPHINXPROJ = mdf_forge
SOURCEDIR = .
BUILDDIR = _build

# Put it first so that "make" without argument is like "make help".
help:
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

.PHONY: help Makefile

# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
4 changes: 4 additions & 0 deletions docs/_build/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: 7fb7b3f358b02ab372f7039cd0638f00
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file added docs/_build/.doctrees/conf.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/_build/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/mdf_forge.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/modules.doctree
Binary file not shown.
Binary file added docs/_build/.doctrees/setup.doctree
Binary file not shown.
97 changes: 97 additions & 0 deletions docs/_build/_modules/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,97 @@

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Overview: module code &#8212; mdf_forge 0.4.0 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: '0.4.0',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true,
SOURCELINK_SUFFIX: '.txt'
};
</script>
<script type="text/javascript" src="../_static/jquery.js"></script>
<script type="text/javascript" src="../_static/underscore.js"></script>
<script type="text/javascript" src="../_static/doctools.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script>
<link rel="index" title="Index" href="../genindex.html" />
<link rel="search" title="Search" href="../search.html" />

<link rel="stylesheet" href="../_static/custom.css" type="text/css" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />

</head>
<body>


<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">

<h1>All modules for which code is available</h1>
<ul><li><a href="mdf_forge/forge.html">mdf_forge.forge</a></li>
<li><a href="mdf_forge/toolbox.html">mdf_forge.toolbox</a></li>
</ul>

</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="../index.html">mdf_forge</a></h1>








<h3>Navigation</h3>

<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="../index.html">Documentation overview</a><ul>
</ul></li>
</ul>
</div>
<div id="searchbox" style="display: none" role="search">
<h3>Quick search</h3>
<form class="search" action="../search.html" method="get">
<div><input type="text" name="q" /></div>
<div><input type="submit" value="Go" /></div>
<input type="hidden" name="check_keywords" value="yes" />
<input type="hidden" name="area" value="default" />
</form>
</div>
<script type="text/javascript">$('#searchbox').show(0);</script>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&copy;2017, Ben Blaiszik, Jonathon Gaff.

|
Powered by <a href="http://sphinx-doc.org/">Sphinx 1.6.3</a>
&amp; <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.10</a>

</div>




</body>
</html>
805 changes: 805 additions & 0 deletions docs/_build/_modules/mdf_forge/forge.html

Large diffs are not rendered by default.

621 changes: 621 additions & 0 deletions docs/_build/_modules/mdf_forge/toolbox.html

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/_build/_sources/conf.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
conf module
===========

.. automodule:: conf
:members:
:undoc-members:
:show-inheritance:
20 changes: 20 additions & 0 deletions docs/_build/_sources/index.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
.. MDF Forge documentation master file, created by
sphinx-quickstart on Thu Aug 31 09:54:19 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to MDF Forge's documentation!
=====================================

.. toctree::
:maxdepth: 2
:caption: Contents:



Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
30 changes: 30 additions & 0 deletions docs/_build/_sources/mdf_forge.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
mdf\_forge package
==================

Submodules
----------

mdf\_forge\.forge module
------------------------

.. automodule:: mdf_forge.forge
:members:
:undoc-members:
:show-inheritance:

mdf\_forge\.toolbox module
--------------------------

.. automodule:: mdf_forge.toolbox
:members:
:undoc-members:
:show-inheritance:


Module contents
---------------

.. automodule:: mdf_forge
:members:
:undoc-members:
:show-inheritance:
8 changes: 8 additions & 0 deletions docs/_build/_sources/modules.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
forge
=====

.. toctree::
:maxdepth: 4

mdf_forge
setup
7 changes: 7 additions & 0 deletions docs/_build/_sources/setup.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
setup module
============

.. automodule:: setup
:members:
:undoc-members:
:show-inheritance:
Binary file added docs/_build/_static/ajax-loader.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ddb3361

Please sign in to comment.