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

Add specification documents for Antenna #49

Open
wants to merge 6 commits into
base: develop
Choose a base branch
from

Conversation

200km
Copy link
Member

@200km 200km commented Jan 1, 2023

Overview

Add specification documents for Antenna

Issue

NA

Details

Add specification documents for Antenna

Validation results

NA

Scope of influence

NA

Supplement

NA

Note

NA

@200km 200km added documentation Improvements or additions to documentation priority::medium priority medium labels Jan 1, 2023
@200km 200km self-assigned this Jan 1, 2023
@200km 200km added this to In progress in S2E via automation Jan 1, 2023
1. overview
- Function to calculate transmit EIRP (Equivalent Isotropic Radiated Power).

1. input and output
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. input and output
2. input and output

の方がいいのではないでしょうか? (以下同様)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Markdownの機能で、下記のように表示時には勝手にインクリメントしてくれると思いますが、それでは見づらいということでしょうか?

  1. test
  2. test

@200km
Copy link
Member Author

200km commented Jan 3, 2023

これは正しく表示される

  1. test
    • test
  2. test
    1. test
      • test $$x=y$$
      • test
    2. test
  3. test
    1. test
    2. test

@200km
Copy link
Member Author

200km commented Jan 3, 2023

こんな感じで途中でinline数式を入れると表示されなくなる

  1. test
    • $x=y$
  2. test
    1. test
      • test
         x=y
        
      • test
    2. test
  3. test
    1. test
    2. test

@200km
Copy link
Member Author

200km commented Jan 3, 2023

数式ブロックのインデントを外すと表示されるが、リストのほうがおかしくなる

  1. test
    • test $x=y$
  2. test
    1. test
      • test
$$x=y$$
  - test
  1. test
  2. test
    1. test
    2. test

@200km
Copy link
Member Author

200km commented Jan 3, 2023

mathじゃなくて$$を使った場合はブロック内で改行できない。リスト外なら改行はできる

$$ \begin{align*} x = y \\ x = y \end{align*} $$

  1. test
    • test $x=y$
  2. test
    1. test
      • test

        $$
        x=y
        $$

      • test
        $$x=y$$

    2. test
  3. test
    1. test
    2. test

@200km
Copy link
Member Author

200km commented Jan 4, 2023

mathじゃなくて$$を使った場合はブロック内で改行できない。リスト外なら改行はできる

$$ \begin{align*} x = y \\ x = y \end{align*} $$

  1. test
    • test
  2. test
    1. test
      1. test

        $$
        \begin{align*}
        x = y \
        x = y
        \end{align*}
        $$

      2. test
        $$x=y$$

    2. test
  3. test
    1. test
    2. test

@200km 200km closed this Jan 4, 2023
S2E automation moved this from In progress to Done Jan 4, 2023
@200km 200km reopened this Jan 4, 2023
S2E automation moved this from Done to In progress Jan 4, 2023
@200km
Copy link
Member Author

200km commented Jan 4, 2023

間違ってcloseしてしまっていた

@seki-hiro
Copy link
Member

seki-hiro commented Feb 6, 2023

このPRはWIPのままということでよろしいでしょうか?

@200km 200km changed the title WIP: Add specification documents for Antenna Add specification documents for Antenna Feb 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation priority::medium priority medium
Projects
Status: 👀 Waiting Review
S2E
In progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants