The developer manual does not automatically include docstrings from every
source file. The sage/combinat/symmetric_group_representations.py file is
not listed in doc/en/reference/combinat/* so its documentation is not built.
On Sunday, August 19, 2012 8:13:42 AM UTC-4, Dima Pasechnik wrote:
> the functions SymmetricGroupRepresentation(s) cannot be found in Sage
> documentation, i.e.
> http://www.sagemath.org/doc/reference/search.html?q=SymmetricGroupRep...
> does not return any hits.
> On the other hand,
> sage: SymmetricGroupRepresentation?
> returns documentation just fine.
> Is it a documentation bug?