Skip to content

Commit

Permalink
Merge pull request #4 from kdexd/mar2020-maintenance
Browse files Browse the repository at this point in the history
Bump to v2.0.0
  • Loading branch information
kdexd committed Mar 10, 2020
2 parents ade471a + 842f95f commit abf0efc
Show file tree
Hide file tree
Showing 21 changed files with 423 additions and 487 deletions.
6 changes: 3 additions & 3 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
body {
padding: 40px 0 0 0;
font-family: 'Inconsolata' !important;
font-family: "Ubuntu Mono", monospace !important;
}

/* Make main content wider */
Expand All @@ -26,11 +26,11 @@ strong {
color: #252525;
}

/* Inconsolata everywhere */
/* Ubuntu Mono everywhere */
h1, h2, h3, h4, div.sphinxsidebar h1, div.sphinxsidebar h2,
div.sphinxsidebar h3, div.sphinxsidebar h4, div.body h1,
div.body h2, div.body h3, div.body h4, div.body {
font-family: 'Inconsolata' !important;
font-family: "Ubuntu Mono", monospace !important;
}

/* TOC tree anchor tag & view source link styling like kdexd.github.io */
Expand Down
2 changes: 1 addition & 1 deletion docs/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
gtag('config', 'UA-120523111-2');
</script>

<link href="https://fonts.googleapis.com/css?family=Inconsolata&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono&display=swap" rel="stylesheet">

{{ super() }}
{% endblock %}
10 changes: 10 additions & 0 deletions docs/probnmn/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,13 @@ probnmn.config
==============

.. automodule:: probnmn.config


Config References
-----------------

.. literalinclude:: ../../probnmn/config.py
:language: python
:linenos:
:lines: 49-217
:dedent: 8
Loading

0 comments on commit abf0efc

Please sign in to comment.