diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2023-07-28 15:57:15 -0400 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2023-07-28 16:15:12 -0400 |
commit | b2131bcf9c5f1d4c1c6c56f7af42ddcd199f4dc4 (patch) | |
tree | 2f9a356d92b3321b19da5b1fabd8c1b4dbf80165 /sites | |
parent | 2f33ea86a3a431a034e343620285377251ce3ba1 (diff) |
Nuke some ancient, unnecessary top level files
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 3 | ||||
-rw-r--r-- | sites/www/contributing.rst | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index afdf23d3..28474d43 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +- :bug:`-` Cleaned up some very old root level files, mostly just to exercise + some of our doc build and release machinery. This changelog entry + intentionally left blank! ``nothing-to-see-here-move-along.gif`` - :release:`3.3.0 <2023-07-28>` - :feature:`1907` (solves :issue:`1992`) Add support and tests for ``Match final …`` (frequently used in ProxyJump configurations to exclude the jump diff --git a/sites/www/contributing.rst b/sites/www/contributing.rst index a44414e8..9cf0f34b 100644 --- a/sites/www/contributing.rst +++ b/sites/www/contributing.rst @@ -18,8 +18,7 @@ Please see `this project-agnostic contribution guide <http://contribution-guide.org>`_ - we follow it explicitly. Again, our code repository and bug tracker is `on Github`_. -Our current changelog is located in ``sites/www/changelog.rst`` - the top -level files like ``ChangeLog.*`` and ``NEWS`` are historical only. +Our changelog is located in ``sites/www/changelog.rst``. .. _paramiko/paramiko: |