Skip to content

Commit

Permalink
setting for build
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Sep 30, 2017
1 parent bdc4f56 commit 621c5a4
Show file tree
Hide file tree
Showing 35 changed files with 3,777 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ com.*
.cproject

#############
## Windows detritus
## Windows
#############

# Windows image file caches
Expand All @@ -30,7 +30,7 @@ ehthumbs.db
# Folder config file
Desktop.ini

# Mac crap
# Mac
.DS_Store


Expand All @@ -45,7 +45,6 @@ Desktop.ini
*.egg
*.egg-info
dist/
build/
eggs/
parts/
var/
Expand Down
Binary file added docs/build/.doctrees/diceroll.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/project.doctree
Binary file not shown.
Binary file added docs/build/.doctrees/tutorial.doctree
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/build/_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/build/_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/build/_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/build/_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/build/_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 621c5a4

Please sign in to comment.