Giter VIP home page Giter VIP logo

docpicture's People

Watchers

 avatar  avatar  avatar

docpicture's Issues

new docpicture parser: image files...

Introduce something like

..image:: url or path

to be compatible with reStructuredText.
http://docutils.sourceforge.net/docs/ref/rst/directives.html#images





Original issue reported on code.google.com by [email protected] on 29 Oct 2008 at 1:59

wrap calls to parsers in try/except

When calling parsers, unhandled exceptions may occur. It would be better to
trap such exceptions, print the traceback and continue. Note: parsers
included with the standard distribution should take care of potential
errors within their body.


Original issue reported on code.google.com by [email protected] on 7 Nov 2008 at 8:06

is view() the right name?

docpicture.view() is meant as an enhancement over the standard Python help.
 Should its name rather be docpicture.help() ... or something else.



Original issue reported on code.google.com by [email protected] on 29 Oct 2008 at 2:03

implement ascii art figure

ascii art figure (aafigure) is an experimental project for docutils.  It
can already produce quite complex diagrams.  Implementing it means to adapt
the existing code.



Original issue reported on code.google.com by [email protected] on 29 Oct 2008 at 2:00

command line option

When started from the command line, docpicture should behaved as follows:

python docpicture.py or python docpicture.py -h:  displays some usage

python docpicture.py some_file:   processes the file and displays it in the
browser

python docpicture.py some_file -o=output_file:  processes the file and
create an output file rather than displaying it in the browser.



Original issue reported on code.google.com by [email protected] on 29 Oct 2008 at 2:02

Implement all websequence diagrams

Currently, only the modern-blue style for the uml sequence diagrams
http://www.websequencediagrams.com/
is implemented.  Need to implement all existing styles.  Eventually, will
need to reproduce the same functionality in an independent way.


Original issue reported on code.google.com by [email protected] on 29 Oct 2008 at 2:19

Need to escape some characters

In the course of creating some uml sequence examples, an error was
generated while using angle brackets <<...>> as per one example on the
website.  Potentially problematic characters should be escaped.


Original issue reported on code.google.com by [email protected] on 29 Oct 2008 at 6:25

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.