add docstrings and static html documentation
This commit is contained in:
20
docs/build/html/_sources/index.rst.txt
vendored
Normal file
20
docs/build/html/_sources/index.rst.txt
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
.. material documentation master file, created by
|
||||
sphinx-quickstart on Sat May 18 15:51:55 2019.
|
||||
You can adapt this file completely to your liking, but it should at least
|
||||
contain the root `toctree` directive.
|
||||
|
||||
Welcome to material's documentation!
|
||||
====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Contents:
|
||||
|
||||
|
||||
|
||||
Indices and tables
|
||||
==================
|
||||
|
||||
* :ref:`genindex`
|
||||
* :ref:`modindex`
|
||||
* :ref:`search`
|
||||
7
docs/build/html/_sources/materials.rst.txt
vendored
Normal file
7
docs/build/html/_sources/materials.rst.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
materials module
|
||||
================
|
||||
|
||||
.. automodule:: materials
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
7
docs/build/html/_sources/modules.rst.txt
vendored
Normal file
7
docs/build/html/_sources/modules.rst.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
src
|
||||
===
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 4
|
||||
|
||||
materials
|
||||
Reference in New Issue
Block a user