Ticket #2413 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

[probably fixed] Correction in "How to use the Sage Notebook"

Reported by: hfvillafuerte Owned by: tba
Priority: trivial Milestone: sage-3.0.1
Component: documentation Keywords:
Cc: Work issues:
Report Upstream: Reviewers:
Authors: Merged in:
Dependencies: Stopgaps:

Description

In SAGE Notebook Help:

The variable DATA contains the directory with data files that you upload into the worksheet. For example, to open a file in that directory, do "open(DIR+'filename')".

should be:

The variable DATA contains the directory with data files that you upload into the worksheet. For example, to open a file in that directory, do "open(DATA+'filename')".

Change History

comment:1 Changed 5 years ago by mabshoff

  • Milestone set to sage-2.10.3

comment:2 Changed 5 years ago by jwmerrill

  • Summary changed from Correction in "How to use the Sage Notebook" to [probably fixed] Correction in "How to use the Sage Notebook"

I believe this refers to documentation which is generated from server/notebook/tutorial.py, and which shows up on the introductory page when you click help from the notebook. If so, this is already fixed as of 3.1.2.rc2.

comment:3 Changed 5 years ago by mabshoff

  • Status changed from new to closed
  • Resolution set to fixed
  • Milestone changed from sage-3.1.3 to sage-3.0.1

This was fixed in Sage 3.0.1 via #3095. Thanks for tracking this down.

Cheers,

Michael

Note: See TracTickets for help on using tickets.