seems there are quite a few questions on SO about customizing the sphinx-apidoc output. how come it's not templatized?
the ToC really has a lot of redundant info. e.g. "xx.xx.xx package" under a heading called "Subpackages", and also writing out the full names of modules (including package) in each ToC entry (its package is obvious from the position in the ToC).
frymaster joined the channel
Sohail-Ahmed joined the channel
wirrbel joined the channel
wirrbel has quit
ljosberinn joined the channel
estan has quit
kushal joined the channel
Staberinde joined the channel
fotis2 has quit
ChanServ joined the channel
devin_s joined the channel
ericholscher joined the channel
DasIch joined the channel
birkenfeld joined the channel
agj joined the channel
srijay joined the channel
Eliz joined the channel
ionelmc joined the channel
bitprophet joined the channel
PulecB joined the channel
paolo joined the channel
dhellmann joined the channel
aboudreault joined the channel
javawizard joined the channel
barneygale joined the channel
tabletcorry joined the channel
simpson joined the channel
Arfrever joined the channel
nickoe joined the channel
abele joined the channel
borneo joined the channel
untitaker joined the channel
sputnik13 joined the channel
frymaster joined the channel
ljosberinn joined the channel
Staberinde joined the channel
MVXA joined the channel
kushal joined the channel
chuckharmston joined the channel
ballingt joined the channel
fotis2 joined the channel
[Arfrever] joined the channel
wirrbel joined the channel
Hasimir joined the channel
willingc joined the channel
brucem joined the channel
sdough joined the channel
sputnik13 joined the channel
ionelmc joined the channel
sputnik13 joined the channel
wirrbel has quit
wirrbel joined the channel
Pulec joined the channel
beond joined the channel
sputnik13 joined the channel
beond
Hi there, Is there a way to install Sphinx-Doc on Mac OSX without MacPorts? A Homebrew formula or other method? Using Mavericks 10.9.5. Thanks in advance?
!
wirrbel
I use virtual envs
beond
ah, so Linux or another OS? I have homebrew, but am concerned that MacPorts may change the file paths…
wirrbel
MacOS
homebrew is fine
have it installed as well
basically virtualenv gives you an isolated environment
tons of tutorials available
tos9
beond: pip install sphinx, in a virtualenv if you'dl ike, sure
wirrbel
after activating your virtualenv, you
beond
I tried homebrew but it wasn’t the correct Sphinx-doc package.
This is not sphinx - the Python Documentation Generator.
wirrbel
pip install -U pip
beond
To install sphinx-python: use pip or easy_install,
Sphinx has been compiled with libstemmer support.
wirrbel
pip install sphinx
beond
Sphinx depends on either MySQL or PostreSQL as a datasource.
You can install these with Homebrew with:
brew install mysql
For MySQL server.
brew install mysql-connector-c
For MySQL client libraries only.
brew install postgresql
For PostgreSQL server.
We don't install these for you when you install this formula, as
we don't know which datasource you intend to use.
==> Summary
wirrbel
lots of packages are available as wheels this way -> fast installation
beond
🍺 /usr/local/Cellar/sphinx/2.2.5: 15 files, 18M
tos9
beond: homebrew doesn't install packages that other package managers can install.
My main purpose in wanting to install Sphinx is to update documentation that a colleague started in Sphinx. I have no experience in Python, and so wanted to use it without installing a language (much like Doxygen) if possible?
So would you recommend installing: virtualenv-12.0.7-py2.py3-none-any.whl (md5, pgp)
and then installing Python on that virtual env, to then access Sphinx?
tos9: apologies for being vague. When I use the pip command, it looks like this:
>>>>>>>>>>>> pip install -U pip
-bash: pip: command not found
wirrbel
if you have brew you can install virtualenv from there
pyenv-virtualenv pyenv-virtualenvwrapper afaik
sphinx is great for documenting python, you are right