Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #86715
| Path | csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'url:pypi': 0.03; 'output': 0.05; 'duplicate': 0.07; 'pypi': 0.07; 'latter': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'subject:PyPI': 0.09; 'url:github': 0.09; 'code?': 0.16; 'exiting': 0.16; 'feb.': 0.16; 'fingerprints': 0.16; 'messy': 0.16; 'occurence': 0.16; 'readme.rst': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:problems': 0.16; 'url:)': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'finished': 0.19; 'import': 0.22; 'header:User-Agent:1': 0.23; 'error': 0.23; 'mon,': 0.24; 'code:': 0.26; 'header:X-Complaints-To:1': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'converting': 0.30; 'work.': 0.31; '(maybe': 0.31; 'implicit': 0.31; 'received:132': 0.31; 'thanks!': 0.32; 'open': 0.33; 'url:python': 0.33; 'ago': 0.33; 'are:': 0.33; 'guess': 0.33; 'message.': 0.35; 'convert': 0.35; 'but': 0.35; 'version:': 0.36; 'url:org': 0.36; 'wrong': 0.37; 'skip:- 20': 0.37; 'two': 0.37; 'project': 0.37; 'to:addr :python-list': 0.38; 'hosted': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'how': 0.40; 'name:': 0.61; 'information': 0.63; 'due': 0.66; 'latest': 0.67; 'mar': 0.68; '2015': 0.84; 'a.m.': 0.84; 'leo': 0.84; 'outcome:': 0.84; '2015.': 0.91 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> |
| Subject | Re: PyPI, reStructuredText and readthedocs problems |
| Date | Mon, 02 Mar 2015 11:54:06 +0100 |
| References | <CAEhE+OnKMx52Md6cg34anprAgHOkHu71ZB+o58NR_UkzweBh3w@mail.gmail.com> <CAEfz+TxTabR0nDNP_LSsSkxhweM2VOtN=axfS+hh_foi9tcNiQ@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-Gmane-NNTP-Posting-Host | px1.ruf.uni-freiburg.de |
| User-Agent | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 |
| In-Reply-To | <CAEfz+TxTabR0nDNP_LSsSkxhweM2VOtN=axfS+hh_foi9tcNiQ@mail.gmail.com> |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.19 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.23.1425293707.13471.python-list@python.org> (permalink) |
| Lines | 58 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1425293707 news.xs4all.nl 2896 [2001:888:2000:d::a6]:33174 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:86715 |
Show key headers only | View raw
On 03/02/2015 11:33 AM, INADA Naoki wrote: > PyPI parses your README strictly. > > $ rst2html.py --strict README.rst > README.rst:700: (INFO/1) Duplicate implicit target name: "fingerprint". > Exiting due to level-1 (INFO) system message. > > But I don't know how to avoid this error when converting from markdown. > The other occurence of a title Fingerprint is at line 436. I guess you will have to change one of the two titles (maybe Fingerprints ?) to make things work. > On Mon, Mar 2, 2015 at 6:35 PM Leonardo Giordani > <giordani.leonardo@gmail.com <mailto:giordani.leonardo@gmail.com>> wrote: > > Hi all, > > Some time ago I open sourced a package named postage > (https://pypi.python.org/pypi/postage/). > > I am experiencing issues with documentation. The project is hosted > on GitHub (https://github.com/lgiordani/postage), where the > README.md is perfectly rendered. My issues are: > > 1. I use pandoc to convert README.md to README.rst. This latter is > rendered by GitHUb as well, but when I upload the package to PyPI I > get a messy result (look at the package page). > > 2. When I import the project into readthedocs.org > <http://readthedocs.org> the build fails with no output. This is the > only information I get > > ----------------------------- 8< ----------------------------- > > Build for postage > > Built: Feb. 27, 2015. 10:41 a.m. > > State: Finished > > Outcome: Failed (Status Code: 0) > > Version: latest > > Type: html > > Build Standard Output > > ----------------------------- 8< ----------------------------- > > May someone help me figuring out what's wrong in my code? > Thanks! > > Leo
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: PyPI, reStructuredText and readthedocs problems Wolfgang Maier <wolfgang.maier@biologie.uni-freiburg.de> - 2015-03-02 11:54 +0100
csiph-web