Skip to content

Commit

Permalink
Add documentation for building Sphinx documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
xevix committed Nov 21, 2015
1 parent 0290716 commit 00f3ea7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions slick/src/sphinx/index.rst
Expand Up @@ -40,3 +40,4 @@ ________
:maxdepth: 3

testkit
sphinx-documentation
1 change: 1 addition & 0 deletions slick/src/sphinx/links.txt
Expand Up @@ -12,6 +12,7 @@
.. _Play: https://playframework.com/
.. _Akka: http://akka.io/
.. _Akka Streams: http://akka.io/docs/
.. _Akka Sphinx: http://doc.akka.io/docs/akka/2.4.0/dev/documentation.html
.. _About Pool Sizing: https://github.com/brettwooldridge/HikariCP/wiki/About-Pool-Sizing
.. _Reactive Streams: http://www.reactive-streams.org/
.. _JPA: http://en.wikipedia.org/wiki/Java_Persistence_API
Expand Down
14 changes: 14 additions & 0 deletions slick/src/sphinx/sphinx-documentation.rst
@@ -0,0 +1,14 @@
Sphinx Documentation
====================

Building
--------

Slick documentation is written in reStructuredText and is compiled by Sphinx via the sbt-site plugin.

.. code-block:: bash
# Generate HTML documentation in slick/target/sphinx/html/
sbt sphinx:generateHtml
For more details on Sphinx installation and usage in Scala projects, see the `Akka Sphinx`_ documentation.

0 comments on commit 00f3ea7

Please sign in to comment.