Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #106242
| Path | csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail |
|---|---|
| From | George Trojan - NOAA Federal <george.trojan@noaa.gov> |
| Newsgroups | comp.lang.python |
| Subject | A tool to add diagrams to sphinx docs |
| Date | Fri, 1 Apr 2016 15:59:09 +0000 |
| Lines | 6 |
| Message-ID | <mailman.320.1459526353.28225.python-list@python.org> (permalink) |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=UTF-8 |
| X-Trace | news.uni-berlin.de MnOa1XN80yt+o3nVc3XtZQq8BZfAHbwggHDvAJUgSK0w== |
| Return-Path | <george.trojan@noaa.gov> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.103 |
| X-Spam-Level | * |
| X-Spam-Evidence | '*H*': 0.81; '*S*': 0.02; 'sphinx': 0.07; '.rst': 0.16; 'directive': 0.16; 'file.\xc2\xa0': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'file.': 0.22; 'message- id:@mail.gmail.com': 0.27; 'included': 0.32; 'editor': 0.34; 'file': 0.34; 'received:google.com': 0.35; 'saved': 0.35; 'but': 0.36; 'should': 0.36; 'received:209.85': 0.36; 'to:addr:python- list': 0.36; 'received:209': 0.38; 'to:addr:python.org': 0.40; 'skip:u 10': 0.61; 'subject:tool': 0.84; 'quality.': 0.91; 'subject:add': 0.91 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=noaa-gov.20150623.gappssmtp.com; s=20150623; h=mime-version:date:message-id:subject:from:to; bh=ACb97HfqqmuV8dbp8EhMu+QbfbU8iNW05hV9GpMCRdg=; b=te/0CsWbNqtqoatPQZfa+IIbhojTRKRsHmLiVZwF8rFsSHr/i8e43HJEmS0EF20Oej LvOQvaLDQmrRCWinLteNuMTxWwTxi/UgwNYBLspMYLMm5PJ4vKz2QfAin2sQORpjaVSq QoMVtMXzkGHlgX//65PRoqzT4alGSDARcdnekJfcCcifna8CyYrKI4EHBTOa6DjJYekm d1VTCKY9WLwwoO61WOGfVCj8otIDVHO4jGzeQQDB4N82VWGBlBKSMXGLGwsCPvjqPgTL kcatpKcQOYarvPxj2afMbYrA/Lt2dSfx0YqWTpNieA3zCtvAXR3Xa5+1Of3WYwi7IteA qbbw== |
| X-Google-DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to; bh=ACb97HfqqmuV8dbp8EhMu+QbfbU8iNW05hV9GpMCRdg=; b=LrmB+29d0LfVPoHuW3nSXdXr5WZiNAYBrGADRZB/Fqi+wBPrmtRZyOkZouzD8ioKAG w6R74L6Gv4l/iI6Bp1nRJpIuyrja4XxI5Q4oBLb2zNlD0P83iyb2upmYULbP31WOfhny NwsV7g88lVhrMz2zzFHRsYmhOxhlCbDYWEB059IkHHIKBkHG+/klDsJm4pAVjYLs3Y4M XcPynJBrZbxEZb0djpf6WcGI+iEYJ88NHQBTdizZai6hF5qWPSrZotKG2dt52aYschxe AsPPCZxbVCGxg5/oG4mWeMHsfxVY541MqiZsGzTtPT4ui6bbqjZb2K8CZZx67ZTSUpx5 R5gw== |
| X-Gm-Message-State | AD7BkJI1BxYpiBXV7pbOrMDR/fqUHUVP4SOtslPGTGCVYbauQwW5Ak+SnhHoLp7H/jwu+APkPcE4VSJHc0TMmnLw |
| X-Received | by 10.140.251.70 with SMTP id w67mr26000528qhc.99.1459526349785; Fri, 01 Apr 2016 08:59:09 -0700 (PDT) |
| X-Content-Filtered-By | Mailman/MimeDel 2.1.21 |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.21 |
| 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> |
| Xref | csiph.com comp.lang.python:106242 |
Show key headers only | View raw
What graphics editor would you recommend to create diagrams that can be included in sphinx made documentation? In the past I used xfig, but was not happy with font quality. My understanding is the diagrams would be saved in a .png file and I should use an image directive in the relevant .rst file. George
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
A tool to add diagrams to sphinx docs George Trojan - NOAA Federal <george.trojan@noaa.gov> - 2016-04-01 15:59 +0000
Re: A tool to add diagrams to sphinx docs Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2016-04-01 18:26 +0200
RE: A tool to add diagrams to sphinx docs Albert-Jan Roskam <sjeik_appie@hotmail.com> - 2016-04-01 19:14 +0000
csiph-web