Skip to content

Commit

Permalink
test documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Sep 30, 2017
1 parent 83529ca commit f49050e
Show file tree
Hide file tree
Showing 34 changed files with 3,775 additions and 0 deletions.
Binary file added docs/.doctrees/diceroll.doctree
Binary file not shown.
Binary file added docs/.doctrees/environment.pickle
Binary file not shown.
Binary file added docs/.doctrees/index.doctree
Binary file not shown.
Binary file added docs/.doctrees/project.doctree
Binary file not shown.
Binary file added docs/.doctrees/tutorial.doctree
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/_sources/diceroll.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
diceroll module
===============

.. automodule:: diceroll
:members:
29 changes: 29 additions & 0 deletions docs/_sources/index.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
.. diceroll documentation master file, created by sphinx-quickstart on Sat Sep 30 08:31:05 2017.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.

Welcome to diceroll's documentation!
======================================

This is my introduction to this project.

Requirements:

My project depends on Python 2.5.4.

Contents:

.. toctree::
:maxdepth: 2

tutorial
project
diceroll

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

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

16 changes: 16 additions & 0 deletions docs/_sources/project.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Project Summary
===============

Goals Achieved
--------------
Goal 1 = This is the title of my first goal.

This is a description of what I managed to complete on this goal.

Goal 2 = This is the title of my second goal.

This is the description of what I managed to complete on this goal.

Lessons Learned
---------------
This is a paragraph describing what I learned from this project.
8 changes: 8 additions & 0 deletions docs/_sources/tutorial.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
diceroll Tutorial
===================

This is a short description about how to use diceroll: ::

from dicerull import roll


Binary file added docs/_static/contents.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit f49050e

Please sign in to comment.