so pydoctor is more getting the docstrings out, doing html on them, and spitting them out
the actual parsing of epydoc docstrings is still done by epydoc
but pydoctor figures things out like subclasses of the object, object bases, zope.interface junk
ericholscher
cool
we don't care about epydoc docstrings -- we just want raw docstrings
hopefully in rst
hawkowl
right :)
well pydoctor will get you the raw docstrings no problem
ericholscher
i just want to be able to take a bunch of .py files and output a python object hierarchy with docstrings
yup :)
hawkowl
Documentable.docstring will get it for you
ericholscher
awesome
hawkowl
plus do the aforementioned stuff like subclasses
ericholscher
i'll likely keep going w/ epydoc for now, since I already wrote it, but I've already hit a few bugs -- and swapping out pydoctor seems like it should be easy
hawkowl
ericholscher: also worth noting
pydoctor has "systems"
which is a collection of packages i guess
which is where it figures out the subclasses and things
may or may not be useful depending on whether that information is useful to you
ericholscher: also mandatory epydoc format > rst ;)
ericholscher
heh
hawkowl
well. epydoc > whatever on earth autodoc uses
if there's something that's not the weird :param foo: thing then :)
ericholscher: do ping me when you have something workable
ericholscher
yup -- will do
hawkowl
ericholscher: i would love to evaluate whether it's something the twisted project could make use of
ericholscher
will likely be a few more weeks -- time is hard
for sure
hawkowl
rtd is already useful for trunk docs
we're figuring out how to do that for apidocs
(because in twisted theyre generated by two different things)
ericholscher
yup, thats what we're trying to fix as well :)
hawkowl
and unfortunately there is no pydoctor-aaS
ericholscher
I hate sphinx's apidoc stuff
at least for our use case
hawkowl
i tried to use it at oldwork
old coworkers loved import-time side effects.
you can imagine where this got us
ericholscher
haha, indeed
untitaker joined the channel
SpedgeUK has quit
jMyles joined the channel
adamginsburg joined the channel
RTDGitHubBot joined the channel
NOTICE: [readthedocs.org] ericholscher pushed 1 new commit to master: http://git.io/vJdRx
NOTICE: readthedocs.org/master f97d44c Eric Holscher: Allow gold users to bless projects
RTDGitHubBot has left the channel
stevejohnson joined the channel
stevejohnson has quit
marscher has quit
bmbouter is now known as bmbouter_afk
astrofrog1 has quit
stevejohnson joined the channel
blazar joined the channel
bmbouter_afk is now known as bmbouter
keimlink joined the channel
blazar has quit
ropes has quit
Titilambert has quit
kennethreitz joined the channel
Titilambert joined the channel
blazar joined the channel
soulshake joined the channel
ropes joined the channel
keimlink has quit
kennethreitz has quit
Titilambert has quit
Titilambert joined the channel
arjuan has quit
21WABYV3D is now known as humerusj_
armenzg has quit
bmbouter is now known as bmbouter_afk
adamginsburg1 joined the channel
blazar has quit
aeng_ joined the channel
aeng_ is now known as aeng
aeng
Hi, is there anyone that can help me here?
adamginsburg joined the channel
I've got a project hosted in readthedocs and it works fine. http://zanata.readthedocs.org/en/latest/, but when I try to navigate from my own domain (with CNAMe config), the generated link on the left doesn't work after first click. http://docs.zanata.org/
madisonb joined the channel
madisonb
anyone here have any luck getting a mkdocs github project to compile? Mine seems to fail at finding my .md files yet when I build on my machine it is fine