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

Used section-level is to high #4

Open
danwos opened this issue Dec 7, 2018 · 0 comments
Open

Used section-level is to high #4

danwos opened this issue Dec 7, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@danwos
Copy link
Member

danwos commented Dec 7, 2018

If I have the following code:

chapter 1
=========

chapter 1.1
------------

chapter 1.1.1
~~~~~~~~~~~~~

.. test-env:: xy.json
   :env: env_1, env_2

Then the sections structure looks likes this.

  • chapter 1
    • chapter 1.1
      • chapter 1.1.1
      • env_1
      • env_2

That's not so nice, as for normal cases the author wants the env-information be part of the last defined section. So it should look like this:

  • chapter 1
    • chapter 1.1
      • chapter 1.1.1
        • env_1
        • env_2
@danwos danwos changed the title Used section-lvel is to high Used section-level is to high Dec 7, 2018
@danwos danwos added the bug Something isn't working label Dec 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant