Skip to content

Commit ee917ce

Browse files
authored
👕 pypi web site does not like subsection. fix #120 (#121)
* 👕 pypi web site does not like subsection. fix #120 * 📚 update change log. related to #102 * 📚 add change log for this PR
1 parent ac6fc46 commit ee917ce

File tree

4 files changed

+18
-35
lines changed

4 files changed

+18
-35
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,26 +4,22 @@ Change log
44
0.0.8 - tba
55
--------------------------------------------------------------------------------
66

7-
Fixed
8-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7+
**Fixed**
98

109
#. `#114 <https://github.com/moremoban/pypi-mobans/issues/114>`_: setup.py.jj2
1110
gets default console_scripts entry always
11+
#. `#120 <https://github.com/moremoban/pypi-mobans/issues/120>`_: changelog rst
12+
syntax cause 400 error
1213

13-
0.0.8 - tba
14-
--------------------------------------------------------------------------------
15-
16-
Updated
17-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14+
**Updated**
1815

1916
#. `moban#295 <https://github.com/moremoban/moban/issues/295>`_: limit publish
2017
command in setup.py to be less than 79
2118

2219
0.0.7 - 14.07.2019
2320
--------------------------------------------------------------------------------
2421

25-
Updated
26-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
22+
**Updated**
2723

2824
#. sync templates/docs/make.bat.jj2 to include changes from
2925
https://github.com/sphinx-doc/sphinx/commit/0dbdae31
@@ -43,8 +39,7 @@ Updated
4339
#. `#99 <https://github.com/moremoban/pypi-mobans/issues/99>`_: Formated
4440
changelog.yml according to yamllint default rules
4541

46-
Added
47-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
42+
**Added**
4843

4944
#. `#89 <https://github.com/moremoban/pypi-mobans/issues/89>`_: setup.py.jj2
5045
support for dependencies using all PEP 508 environment markers; enable
@@ -56,23 +51,20 @@ Added
5651
0.0.6 - 25-05-2019
5752
--------------------------------------------------------------------------------
5853

59-
Updated
60-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
54+
**Updated**
6155

6256
#. `#87 <https://github.com/moremoban/pypi-mobans/issues/87>`_: updated the
6357
pipfile syntax
6458

65-
Added
66-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
59+
**Added**
6760

6861
#. `#87 <https://github.com/moremoban/pypi-mobans/issues/87>`_: Added tests for
6962
pipfile generation
7063

7164
0.0.5 - 04-05-2019
7265
--------------------------------------------------------------------------------
7366

74-
Updated
75-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
67+
**Updated**
7668

7769
#. `#75 <https://github.com/moremoban/pypi-mobans/issues/75>`_: separate flake8
7870
linting in separate travis job
@@ -83,8 +75,7 @@ Updated
8375
0.0.4 - 18-02-2019
8476
--------------------------------------------------------------------------------
8577

86-
Updated
87-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
78+
**Updated**
8879

8980
#. travis-ci: uses xenial dist. dropped python 3.4, 3.7-dev and added 3.7, pypy2
9081
and pypy3
@@ -99,24 +90,21 @@ Updated
9990
0.0.3 - 18-01-2019
10091
--------------------------------------------------------------------------------
10192

102-
First release
103-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
93+
**First release**
10494

10595
#. bug fix on `#60 <https://github.com/moremoban/pypi-mobans/pull/60>`_
10696

10797
0.0.2 - 18-01-2019
10898
--------------------------------------------------------------------------------
10999

110-
Added
111-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
100+
**Added**
112101

113102
#. `#60 <https://github.com/moremoban/pypi-mobans/pull/60>`_: codec and locale
114103
hacks added
115104
#. `#61 <https://github.com/moremoban/pypi-mobans/pull/61>`_: add python
116105
classifiers
117106

118-
Updated
119-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
107+
**Updated**
120108

121109
#. `#63 <https://github.com/moremoban/pypi-mobans/pull/63>`_: updated Pipfile
122110
implementation
@@ -125,8 +113,7 @@ Updated
125113
0.0.1 - 05-11-2018
126114
--------------------------------------------------------------------------------
127115

128-
First release
129-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
116+
**First release**
130117

131118
#. versioning is applied
132119
#. Pipfile included

changelog.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ releases:
55
- action: Fixed
66
details:
77
- "`#114`: setup.py.jj2 gets default console_scripts entry always"
8-
date: tba
9-
version: 0.0.8
10-
- changes:
8+
- "`#120`: changelog rst syntax cause 400 error"
119
- action: Updated
1210
details:
1311
- "`moban#295`: limit publish command in setup.py to be less than 79"

templates/CHANGELOG.rst.jj2

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ Change log
66
--------------------------------------------------------------------------------
77

88
{% for change in release.changes %}
9-
{{change.action}}
10-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9+
**{{change.action}}**
1110

1211
{% for item in change.details %}
1312
{% if item is mapping %}

templates/docs/conf.py_t

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# This file only contains a selection of the most common options. For a full
44
# list see the documentation:
5-
# http://www.sphinx-doc.org/en/master/config
5+
# https://www.sphinx-doc.org/en/master/usage/configuration.html
66

77
# -- Path setup --------------------------------------------------------------
88

@@ -105,7 +105,7 @@ html_static_path = ['{{ dot }}static']
105105
# -- Options for intersphinx extension ---------------------------------------
106106

107107
# Example configuration for intersphinx: refer to the Python standard library.
108-
intersphinx_mapping = {'https://docs.python.org/': None}
108+
intersphinx_mapping = {'https://docs.python.org/3/': None}
109109
{%- endif %}
110110
{%- if 'sphinx.ext.todo' in extensions %}
111111

@@ -114,4 +114,3 @@ intersphinx_mapping = {'https://docs.python.org/': None}
114114
# If true, `todo` and `todoList` produce output, else they produce nothing.
115115
todo_include_todos = True
116116
{%- endif %}
117-

0 commit comments

Comments
 (0)