Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal back merge #224

Merged
merged 1,859 commits into from
Dec 25, 2018
Merged

Internal back merge #224

merged 1,859 commits into from
Dec 25, 2018

Conversation

bogdan-tanygin
Copy link
Owner

Fixes #

Description of changes:

PR Checklist

  • Tests?
    • Interface
    • Core
  • Docs?

jngrad and others added 30 commits September 1, 2018 16:03
  * use `.. code-block:: bash` for bash code
  * use `.. code-block:: none` for raw text (no formatting)
  * use `.. code-block:: c++` for C++ headers
  * use `.. code-block:: cython` for Cython code
  * use `::` for Python

  A double colon preceded by a whitespace, tab or newline character
  won't be processed into a single colon in the HTML output, i.e.
  `code. ::` becomes 'code.' but `code.::` becomes 'code.:'.
  * file and directory names marked up (:file:`results/output.dat`)
  * links to classes/methods/functions marked up (:class:`System`)
  * variable names enclosed in double backticks (``myvariable``)
  * ESPResSo features enclosed in double backticks (``LB_GPU``)
  * lists and blocks (math/figure/code/note/todo) require blank lines
    above and below them
  * lists and blocks nested in a parent list need proper indentation
 * remove commented out printf's
 * fix en-dashes ("Lennard-Jones", "Maxwell--Boltzmann")
 * "Lattice-Boltzmann" (more common in the German literature) changed to
   "lattice Boltzmann" (more common in the English literature)
fweik and others added 29 commits September 25, 2018 16:54
…rpolation

Lb remove boundary interpolation
CI: don't measure coverage if tests are not performed.
Update PDF of tutorial 6 with bibliography
Weeks-Chandler-Andersen Potential
@bogdan-tanygin bogdan-tanygin merged commit b5e6978 into pr1842 Dec 25, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.