Skip to content

Commit 2f82070

Browse files
authored
docs: add markdown version of changelog (#372)
* docs: add markdown version of changelog TODO: make changelog page a symlink and render markdown in sphinx * Use CHANGELOG.md from docs * remove one-time script
1 parent c18c082 commit 2f82070

File tree

9 files changed

+487
-437
lines changed

9 files changed

+487
-437
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
- [ ] closes #xxxx
22
- [ ] tests added / passed
33
- [ ] passes `nox -s blacken lint`
4-
- [ ] `docs/source/changelog.rst` entry

CHANGELOG.md

Lines changed: 480 additions & 0 deletions
Large diffs are not rendered by default.

docs/requirements-docs.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ipython
22
matplotlib
33
numpydoc
4+
recommonmark
45
sphinx
56
sphinx_rtd_theme
67
pandas

docs/source/changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../CHANGELOG.md

0 commit comments

Comments
 (0)