-
```
Const
```
Original issue reported on code.google.com by `ti.eug...@gmail.com` on 2 Oct 2012 at 8:49
-
Hi,
I'm working on improving [`pydoctor`](https://github.com/twisted/pydoctor) this days and I realized that your API documentation is still using the 10 years old Epydoc software.
I've forked …
-
```
It looks much better for python
```
Original issue reported on code.google.com by `Tully.Foote` on 18 Aug 2010 at 7:56
-
Most of the codebase is formatted to use epydocs-style docs for functions and classes. This is largely translated to sphinx style formatting for the readthedocs doc generation process at generation ti…
-
I was looking at updating the doc strings in a couple of places, but I noticed that the existing docstrings do not appear to adhere to the conventions for epydoc: http://epydoc.sourceforge.net/manual-…
-
Simple epydoc build script attached.
**Attachment:**
[generate_epydocs.sh](https://gist.github.com/2380395)
-
It seems that unlike with Sphinx and Doxygen, successfully generating epydoc depends on the package being built and on the `PYTHONPATH`. And the epydoc docs clearly build successfully in ros_buildfarm…
-
| | |
| --- | --- |
| Bugzilla Link | [43637](https://llvm.org/bz43637) |
| Version | 9.0 |
| OS | All |
| Attachments | [Suggested fix](https://user-images.githubusercontent.com/92601362/143759909-…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR43637](https://bugs.llvm.org/show_bug.cgi?id=43637) |
| Status | NEW |
| Importance | P normal |
|…
-
The API documentation uses `epydoc`:
https://github.com/tulip-control/tulip-control/blob/f704eaec18335a9bdbb4ad279c854756a10090e6/doc/Makefile#L12
but `epydoc` is written in Python 2:
```pyth…