Skip to content

Commit

Permalink
first stab at tech platform doc
Browse files Browse the repository at this point in the history
  • Loading branch information
justb4 committed Apr 5, 2016
1 parent 602d3bd commit 809cb8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions docs/platform/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ qthelp:
@echo
@echo "Build finished; now you can run "qcollectiongenerator" with the" \
".qhcp project file in $(BUILDDIR)/qthelp, like this:"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/smartplat.qhcp"
@echo "# qcollectiongenerator $(BUILDDIR)/qthelp/smartplatform.qhcp"
@echo "To view the help file:"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/smartplat.qhc"
@echo "# assistant -collectionFile $(BUILDDIR)/qthelp/smartplatform.qhc"

devhelp:
$(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) $(BUILDDIR)/devhelp
@echo
@echo "Build finished."
@echo "To view the help file:"
@echo "# mkdir -p $$HOME/.local/share/devhelp/smartplat"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/smartplat"
@echo "# mkdir -p $$HOME/.local/share/devhelp/smartplatform"
@echo "# ln -s $(BUILDDIR)/devhelp $$HOME/.local/share/devhelp/smartplatform"
@echo "# devhelp"

epub:
Expand Down
2 changes: 1 addition & 1 deletion docs/platform/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@
# One entry per manual page. List of tuples
# (source start file, name, description, authors, manual section).
man_pages = [
('index', 'smartplat', u'Smart Emission Data Platform Documentation',
('index', 'smartplatform', u'Smart Emission Data Platform Documentation',
[u'Thijs Brentjens, Just van den Broecke, Michel Grothe'], 1)
]

Expand Down
6 changes: 3 additions & 3 deletions docs/platform/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Intro
=====

This is the main (technical) documentation for the Smart Emission Data Platform.
It can always be found at `smartplat.readthedocs.org <http://smartplat.readthedocs.org/>`_.
It can always be found at `smartplatform.readthedocs.org <http://smartplatform.readthedocs.org/>`_.

The home page for the Smart Emission project is http://www.smartemission.nl

Expand Down Expand Up @@ -69,8 +69,8 @@ generated by `Sphinx <http://sphinx-doc.org/index.html>`_ and hosted by `ReadThe
The sources
of this document are (.rst) text files maintained in the Project's GitHub: https://github.com/Geonovum/smartemission/docs/platform

You can also download a `PDF version of this document <https://media.readthedocs.org/pdf/smartplat/latest/smartplat.pdf>`_
and even an `Ebook version <https://media.readthedocs.org/epub/smartplat/latest/smartplat.epub>`_.
You can also download a `PDF version of this document <https://media.readthedocs.org/pdf/smartplatform/latest/smartplatform.pdf>`_
and even an `Ebook version <https://media.readthedocs.org/epub/smartplatform/latest/smartplatform.epub>`_.

This document is automatically generated whenever a commit is performed on the
above GitHub repository (via a "Post-Commit-Hook")
Expand Down

0 comments on commit 809cb8d

Please sign in to comment.