First time here? Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

asked 12 years ago

SLOtoSF gravatar image

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

click to hide/show revision 2
No.2 Revision

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.

click to hide/show revision 3
No.3 Revision

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?

click to hide/show revision 4
No.4 Revision

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?

click to hide/show revision 5
No.5 Revision

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?

click to hide/show revision 6
No.6 Revision

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?