Skip to content

Commit

Permalink
Small content fixes, removed unused image.
Browse files Browse the repository at this point in the history
  • Loading branch information
m-renaud committed Jan 24, 2018
1 parent 8d3327c commit eeee55a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 32 deletions.
24 changes: 0 additions & 24 deletions docs/_static/images/hs.svg

This file was deleted.

2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -25,7 +25,7 @@

# General information about the project.
# TODO: Replace with package name as it appears on Hackage
project = u'HASKELL_PACKAGE_NAME'
project = u'TODO_PACKAGE_NAME'
# TODO: Fill in copyright holder.
copyright = u'2018, TODO_COPYRIGHT'
# TODO: Fill in author
Expand Down
8 changes: 4 additions & 4 deletions docs/index.rst
@@ -1,9 +1,9 @@
``TODO_HASKELL_PACKAGE_NAME`` introduction and tutorial
=======================================================
``TODO_PACKAGE_NAME`` Introduction and Tutorial
===============================================

This site contains an introduction and overview of the main features of the
``TODO_HASKELL_PACKAGE_NAME`` package. For full API documentation see the
:haddock:`TODO_HASKELL_PACKAGE_NAME` Haddocks.
``TODO_PACKAGE_NAME`` package. For full API documentation see the
:haddock:`TODO_PACKAGE_NAME` Haddocks.

.. toctree::
:maxdepth: 2
Expand Down
6 changes: 3 additions & 3 deletions docs/intro.rst
Expand Up @@ -56,9 +56,9 @@ TODO: Instructions for how to see what version you have.
Importing modules
^^^^^^^^^^^^^^^^^

All of the modules in ``TODO_PACKAGE`` should be imported ``qualified`` (TODO:
maybe they shouldn't be) since they use names that conflict with the standard
Prelude.
All of the modules in ``TODO_PACKAGE_NAME`` should be imported ``qualified``
(TODO: maybe they shouldn't be) since they use names that conflict with the
standard Prelude.

::

Expand Down

0 comments on commit eeee55a

Please sign in to comment.