Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP Fix Sphinx warnings #248

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sphinx==3.5
sphinx
sphinx-cjkspace
sphinx_copybutton
sphinx_rtd_theme
4 changes: 2 additions & 2 deletions source/sacio/sacio-in-c.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ sacio 函数接口

``sac.h`` 中 SAC 格式的头段区被定义为 ``SACHEAD`` 类型的结构体,
每一个头段变量都是结构体的成员。\ ``sacio.c`` 定义了一系列用于读写
SAC 文件的函数,\ :numref:`table:sacio-function` 中列出了 ``sacio``
SAC 文件的函数,\ :numref:`tbl-sacio-function` 中列出了 ``sacio``
提供的函数接口。

.. _table:sacio-function:
.. _tbl-sacio-function:

.. table:: ``sacio`` 函数列表

Expand Down