简体   繁体   English

八度伪造包

[英]Octave Forge packages

I'm running the Window's port of Octave on Windows 10. 我正在Windows 10上运行Window的Octave端口。

I have installed 3 packages; 我已经安装了3个软件包; Control, Signal and Communications. 控制,信号和通信。

I am wondering if there is a procedure to run to update the Help on disk? 我想知道是否有运行更新磁盘上的帮助的过程?

Or should I just use the online help at Octave Forge online documentation 或者我应该只使用Octave Forge在线文档中的在线帮助

TIA TIA

Just to give a more rounded answer to the question for future readers. 只是为了给将来的读者一个更全面的答案。

Core Octave documentation comes in two forms: 核心 Octave文档有两种形式:

  • A manual, which is available in pdf and html form here: http://www.octave.org/doc 手册,此处以pdf和html格式提供: http : //www.octave.org/doc
    This is the same document that is displayed in the octave GUI when you click on the "Documentation" tab. 单击“文档”选项卡时,此文档与八度GUI中显示的文档相同。

  • Help headers. 帮助标题。 These are defined inside each function, and can be summoned via the help <functionname> command. 这些是在每个函数中定义的,可以通过help <functionname>命令来召唤。

For Packages there is no distinct html and "help header" versions. 对于软件包没有明显的html和“帮助标头”版本。 There is only help headers. 只有帮助标题。 However, these help headers are also available to read online in slightly nicer-looking html format at the octave forge website, listed under their function reference. 但是,这些帮助标题也可以在八度伪造网站上以稍微好看的html格式在线阅读,列在其功能参考下。 If your package installation is up-to-date, then the two should be identical. 如果您的软件包安装是最新的,则两者应该相同。

You can get some information about the package itself on your terminal (such as a short description and list of functions it provides) by typing pkg describe -verbose <packagename> , and you can see a changelog via news <packagename> . 您可以通过输入pkg describe -verbose <packagename>来在终端上获取有关软件包本身的一些信息(例如简短说明和所提供的功能列表),并且可以通过news <packagename>查看更改日志。 Again, this is the same information that can be found on octave forge, just formatted in nicer html. 同样,这是可以在八度伪造中找到的相同信息,只是以更好的html格式设置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM