-
This is a great library and it works really well.
A suggestion I'd like to make is that having more information visible about what the library does (and indeed how useful it is) would help others bo…
-
i'm shopping for parser generators. reading about yours.
there is a link in your README to some "reference documentation" at bitbucket
https://bytebucket.org/namenlos/yeanpypa/wiki/html/index.…
-
I've recently learned how to use Sphinx to (mostly) autogenerate documentation, and then publish the docs on github.
I'd like to start doing the same with Shrapnel... There are already lots of doc str…
-
```
Clean up and fully document interface. Currently the interface and various
plugin implementations
are intermixed; the interface is easier to define and document if we separate
one from the othe…
-
```
Clean up and fully document interface. Currently the interface and various
plugin implementations
are intermixed; the interface is easier to define and document if we separate
one from the othe…
-
Take this example docstring fragment (from Twisted):
```
1063 @return: The value of the specified header, or L{None} if that header
1064 was not present in the request. The string…
-
I downloaded pycallgraph 1.0.1 and untarred it into a temporary directory. My Python environment is Enthought Canopy 1.1 on Windows 7. I ran easy_install pip to install pip, then pip install pycallgra…
-
Trying to build the html documentation requires building the apidocs, and this fails early:
```
rdkit-201503/Docs/Book$ RDBASE=../.. make html
mkdir -p _build/html/api
mkdir -p _build/html/cppapi
cp …
-
```
i was trying to run jaikuengine in my localhost server...but the following
error occurs can u help me plz
mtech2@mtech2-desktop:~/sanjib/google_appengine/haku/jaikuengine$ python
manage.py test…
-
Currently we don't explicitly handle constructors in the output. Instead, we document methods like `__init__()` and `__new__()` and leave it up to the reader to figure out what the constructor argumen…