Apart from this, the documentation is outdated in several other places 
also. For example,  on the same website, for an example on free modules it 
is mentioned that
```
the following is from the 
file SAGE_ROOT/sage/sage/modules/free_module_element.pyx
```

However the same is actually now at
```
SAGE_ROOT/src/sage/modules/free_module_element.pyx
```

Also, while explaining the `_matrix_` method, an example is given as

[image: Screenshot from 2022-03-25 17-37-40.png]

However, this class is now at
```
SAG_ROOT/src/sage/graphs/generic_graph.py
```

[image: Screenshot from 2022-03-25 17-41-13.png]

and I believe several other inconsistencies would be existing.
On Friday, March 25, 2022 at 1:21:23 PM UTC+5:30 Adarsh Kishore wrote:

> Hi everyone,
> I am running Sage v9.6.beta4 on Ubuntu 20.04 LTS. I was going through the 
> online documentation of Sage and I came across this line on 
> https://doc.sagemath.org/html/en/developer/coding_in_python.html
> ```
> Here is an example of the _latex_ and _repr_ functions for the Pi class. 
> It is from the file SAGE_ROOT/src/sage/functions/constants.py
> ```
> [image: Screenshot from 2022-03-25 11-54-44.png]
>
> However, there is no constants.py in the mentioned directory. Instead, I 
> found it on my Sage in
> ```
> SAGE_ROOT/src/sage/symbolic/constants.py
> ```
>
> [image: Screenshot from 2022-03-25 11-52-01.png]
>
> [image: Screenshot from 2022-03-25 11-53-58.png]
>
> I think the documentation should be updated to reflect this.
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-devel/5445a003-e183-4dff-97eb-b91142e916efn%40googlegroups.com.

Reply via email to