Hi, I'd like to get the graph-tool documentation locally. After compiling, I did this: $ cd /usr/local/share/doc/graph-tool/doc $ sphinx-build -b html ./ $DOCSPATH/graph-tool Running Sphinx v1.2.2
loading pickled environment... not yet created No builder selected, using default: html loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://www.cairographics.org/documentation/pycairo/3/objects.inv... loading intersphinx inventory from http://matplotlib.sourceforge.net/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... loading intersphinx inventory from http://ipython.org/ipython-doc/stable/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from http://pandas.pydata.org/pandas-docs/stable/objects.inv... building [html]: targets for 17 source files that are out of date updating environment: 17 added, 0 changed, 0 removed reading sources... [ 17%] community Encoding error: 'ascii' codec can't encode character u'\xe9' in position 753: ordinal not in range(128)
How do I acquire an offline version of the docs? Thanks.
On 06/16/2014 10:36 PM, Elliot Hallmark wrote:
Hi,
I'd like to get the graph-tool documentation locally.
After compiling, I did this: $ cd /usr/local/share/doc/graph-tool/doc $ sphinx-build -b html ./ $DOCSPATH/graph-tool
Running Sphinx v1.2.2 loading pickled environment... not yet created No builder selected, using default: html loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://www.cairographics.org/documentation/pycairo/3/objects.inv... loading intersphinx inventory from http://matplotlib.sourceforge.net/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... loading intersphinx inventory from http://ipython.org/ipython-doc/stable/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from http://pandas.pydata.org/pandas-docs/stable/objects.inv... building [html]: targets for 17 source files that are out of date updating environment: 17 added, 0 changed, 0 removed reading sources... [ 17%] community Encoding error: 'ascii' codec can't encode character u'\xe9' in position 753: ordinal not in range(128)
How do I acquire an offline version of the docs?
Do you get the same error if you simply type "make"? What python version are you using? Best, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
Thank you for your attention. I discovered through graph-tools online docs that ipython's help function is very helpful. So, I'm alright without a copy of the online stuff. I'm using Python 2.7. I had originally run make in a tmpfs, and so only the installed files remain. I don't care to redownload and run make again, because takes a long time. Thanks again, Elliot On Tue, Jun 17, 2014 at 4:28 AM, Tiago de Paula Peixoto <tiago@skewed.de> wrote:
On 06/16/2014 10:36 PM, Elliot Hallmark wrote:
Hi,
I'd like to get the graph-tool documentation locally.
After compiling, I did this: $ cd /usr/local/share/doc/graph-tool/doc $ sphinx-build -b html ./ $DOCSPATH/graph-tool
Running Sphinx v1.2.2 loading pickled environment... not yet created No builder selected, using default: html loading intersphinx inventory from http://docs.python.org/objects.inv... loading intersphinx inventory from http://www.cairographics.org/documentation/pycairo/3/objects.inv... loading intersphinx inventory from http://matplotlib.sourceforge.net/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/scipy/reference/objects.inv... loading intersphinx inventory from http://ipython.org/ipython-doc/stable/objects.inv... loading intersphinx inventory from http://docs.scipy.org/doc/numpy/objects.inv... loading intersphinx inventory from http://pandas.pydata.org/pandas-docs/stable/objects.inv... building [html]: targets for 17 source files that are out of date updating environment: 17 added, 0 changed, 0 removed reading sources... [ 17%] community Encoding error: 'ascii' codec can't encode character u'\xe9' in position 753: ordinal not in range(128)
How do I acquire an offline version of the docs?
Do you get the same error if you simply type "make"? What python version are you using?
Best, Tiago
-- Tiago de Paula Peixoto <tiago@skewed.de>
_______________________________________________ graph-tool mailing list graph-tool@skewed.de http://lists.skewed.de/mailman/listinfo/graph-tool
participants (2)
-
Elliot Hallmark -
Tiago de Paula Peixoto