0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Sphinxの書き方(リスト関連まとめ)

Posted at

Sphinxの書き方をまとめたのですが、今回はリストの書き方をまとめてみます。

箇条書き

  • 一つ目
  • 二つ目

書き方

- 一つ目
- 二つ目

番号付きの箇条書き

  1. 一つ目
  2. 二つ目

書き方

1. 一つ目
#. 二つ目

初期値を設定した場合、設定した数値からの箇条書きを行うことができます。

リストのネスト

書き方

-親リスト

 - 子リストの1つ目
 - 子リストの2つ目

-親リスト

番号付きリストのネスト

書き方

#. 番号付き親リストの1つ目

  #. 番号付き子リストの1つ目
  #. 番号付き子リストの2つ目

#. 番号付き親リストの2つ目

英小文字を使用したリスト

書き方

a. 英小文字リスト1つ目
#. 2つ目
   サブリスト

英大文字を使用したリスト

書き方

A. 英大文字を使用したリストの1つ目
#. 2つ目
#. 3つ目
   サブリスト

以上になります。
まだSphinxについて学び始めのため、誤りや補足等があればご指摘いただけるとありがたいです。
見ていただきありがとうございました。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?