Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

make docstrings

Hi,

What do I have to do to be able to have SageNotebook build reference docs for my newly created modules in sage.... ?

Or at least what do I have to do to create a pdf from my .py files in docstring format?

Thanks, Steven

make docstrings

Hi,

What do I have to do to be able to have SageNotebook build reference docs for my newly created modules in sage.... ?

Or at least what do I have to do to create a pdf from my .py files in docstring format?

Thanks, StevenThanks.

make docstrings

Hi,

What do I have to do to be able to have SageNotebook build reference docs for my newly created modules in sage.... ?I've done the following:

Or at least what do I have to do to create a pdf from my .py files in docstring format?1) Downloaded `sudo apt-get install python-setuptools

Thanks.2) Downloaded easy_install -U sphinx

3) Ran sphinx-quickstart and followed the defaults except I chose separate directories for my build and source files.

4) Ran make latex and make latexpdf

It's blank! Please advise.

How can I ensure it picks up certain .py files? Any tips?

make docstringsmaking docstrings using sphinx -- need a bit of help

Hi,

I've done the following:

1) Downloaded `sudo apt-get install python-setuptools

2) Downloaded easy_install -U sphinx

3) Ran sphinx-quickstart and followed the defaults except I chose separate directories for my build and source files.

4) Ran make latex and make latexpdf

It's blank! Please advise.

How can I ensure it picks up certain .py files? Any tips?

making docstrings using sphinx -- need a bit of help

Hi,

I've done the following:

1) Downloaded `sudo apt-get install python-setuptools

2) Downloaded easy_install -U sphinx

3) Ran sage -sh and sphinx-quickstart and followed the defaults except I chose separate directories for my build and source files.

4) Ran make latex and andmake latexpdf

It's blank! Please advise.

How can I ensure it picks up certain .py files? Any tips?

making docstrings using sphinx -- need a bit of help

Hi,

I've done the following:

1) Downloaded `sudo apt-get install python-setuptools

2) Downloaded easy_install -U sphinx then navigated to my project directory ...sage/<project-name>

3) Ran sage -sh and sphinx-quickstart and followed the defaults except I chose separate directories for my build and source files.

4) Ran make latex andmake latexpdf

It's blank! Please advise.

How can I ensure it picks up certain .py files? Any tips?