Skip to content

Commit

Permalink
doc: minor doc updates, sphinx now builds
Browse files Browse the repository at this point in the history
Closes #56
  • Loading branch information
riddell-stan committed Nov 19, 2018
1 parent c353563 commit 1c1b0d5
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Contributing to httpstan
========================

Principles
----------

httpstan emerged out of a rewrite of an existing piece of software (PyStan)
which was very difficult to maintain. httpstan aims to be maintainable. Code
contributions should be readable and easy to understand.

How to Make a Code Contribution
-------------------------------

Expand All @@ -20,4 +27,5 @@ Coding Style
httpstan code is `PEP 8`_ compliant. The project uses the code formatter black_ with a maximum
line-length of 99 characters.

.. _PEP 8: https://www.python.org/dev/peps/pep-0008/
.. _black: https://pypi.org/project/black/
4 changes: 2 additions & 2 deletions doc/source/developers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ Developer Resources

Documents for httpstan developers are collected here:

- `Release HOWTO <release-howto.rst>`
- `Updating Stan Source <updating-stan-source.rst>`
- :ref:`release-howto`
- :ref:`updating-stan-source`
4 changes: 4 additions & 0 deletions doc/source/release-howto.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:orphan:

.. _release-howto:

===============
Release HOWTO
===============
Expand Down
4 changes: 4 additions & 0 deletions doc/source/updating-stan-source.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
:orphan:

.. _updating-stan-source:

======================
Updating Stan Source
======================
Expand Down

0 comments on commit 1c1b0d5

Please sign in to comment.