-
-
Notifications
You must be signed in to change notification settings - Fork 525
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- after doc generation automatically open the generated documentation in a browser - remove old documentation css - configure alabaster to display Github stars/Travis CI, and fork me badge - allow the documentation to span up to 1280 pixels, instead of 800 (this allows many code examples to be much more readable, or changelog entries) - remove large spaces in between changelog entries for a more compact view - version strings are italic and bold for a cleaner delimitation inside the changelog - sections in a version changelog has a smaller top margin for a more compact view - automatically render news at top of the documentation under DRAFT section, this allows testing the news fragment before release - remove double header for changelog - use the :user: extlinks for changelog entries to link to contributors Github profile - improve changelog entry for issue 858
- Loading branch information
1 parent
dbbeb67
commit c5248b2
Showing
23 changed files
with
93 additions
and
363 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
Add support for multiple PyPy versions using default factors. This allows you | ||
to use, for example, ``pypy27`` knowing that the correct intepreter will be | ||
used by default - by @stephenfin | ||
used by default - by :user:`stephenfin` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Fix bug with incorrectly defactorized dependencies - by @bartsanchez | ||
Fix bug with incorrectly defactorized dependencies (deps passed to pip were not de-factorized) - by :user:`bartsanchez` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
filter out unwanted files in package - by @obestwalter | ||
filter out unwanted files in package - by :user:`obestwalter` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
extend the plugin documentation and make lot of small fixes and improvements - by @obestwalter | ||
extend the plugin documentation and make lot of small fixes and improvements - by :user:`obestwalter` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
introduce a constants module to be used internally and as experimental API - by @obestwalter | ||
introduce a constants module to be used internally and as experimental API - by :user:`obestwalter` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
tidy up tests - remove unused fixtures, update old cinstructs, etc. - by @obestwalter | ||
tidy up tests - remove unused fixtures, update old cinstructs, etc. - by :user:`obestwalter` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
make the already existing implicit API explicit - by @obestwalter | ||
make the already existing implicit API explicit - by :user:`obestwalter` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
improve tox quickstart and corresponding tests - @obestwalter | ||
improve tox quickstart and corresponding tests - by :user:`obestwalter` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
tweak codecov settings via .codecov.yml - by @obestwalter | ||
tweak codecov settings via .codecov.yml - by :user:`obestwalter` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
Make ``py2`` and ``py3`` aliases also resolve via ``py`` on windows | ||
Make ``py2`` and ``py3`` aliases also resolve via ``py`` on windows by :user:`asottile`. This enables the following things: | ||
``tox -e py2`` and ``tox -e py3`` work on windows (they already work on posix); and setting ``basepython=python2`` or ``basepython=python3`` now works on windows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Various improvements to documentation: open browser once documentation generation is done, show Github/Travis info on documentation page, remove duplicate header for changelog, generate unreleased news as DRAFT on top of changelog, make the changelog page more compact and readable (width up to 1280px) by :user:`gaborbernat` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
div.document { | ||
width: 100%; | ||
max-width: 1520px; | ||
} | ||
|
||
div.body { | ||
max-width: 1280px; | ||
} | ||
|
||
img, div.figure { | ||
margin: 0 !important | ||
} | ||
|
||
ul > li { | ||
text-align: justify; | ||
} | ||
|
||
ul > li > p { | ||
margin-bottom: 0; | ||
|
||
} | ||
|
||
div.body code.descclassname { | ||
display: none | ||
} | ||
|
||
.wy-table-responsive table td { | ||
white-space: normal !important; | ||
} | ||
|
||
.wy-table-responsive { | ||
overflow: visible !important; | ||
} | ||
|
||
div.toctree-wrapper.compound > ul > li { | ||
margin: 0; | ||
padding: 0 | ||
} | ||
|
||
code.docutils.literal { | ||
background-color: #ECF0F3; | ||
padding: 0 1px; | ||
} | ||
|
||
div#changelog-history h3{ | ||
margin-top: 10px; | ||
} | ||
|
||
div#changelog-history h2{ | ||
font-style: italic; | ||
font-weight: bold; | ||
} |
File renamed without changes
File renamed without changes
File renamed without changes.
Oops, something went wrong.