w201rdada / portfolio-jessmatthews1

portfolio-jessmatthews1 created by GitHub Classroom
0 stars 0 forks source link

Error message in R studio #3

Open jessmatthews1 opened 6 years ago

jessmatthews1 commented 6 years ago

I would guess that this is not a big deal, but I got the following warning message:

Warning message: In split_chapters(output, gitbook_page, number_sections, split_by, : You have 4 Rmd input file(s) but only 2 first-level heading(s). Did you forget first-level headings in certain Rmd files?

I got an error when I answered yes as well. What is the right way to respond to this?

jessmatthews1 commented 6 years ago

When I click on index now I am getting a status code 405 error.

brooksambrose commented 6 years ago

You replaced some markdown syntax in the boilerplate. So your title in 01.Rmd:

Speed reading qualitative assessments of public company performance

Should be:

# Speed reading qualitative assessments of public company performance

Where # indicates a first level heading in Markdown. Just apply the syntax in the boilerplate to your docs and you should be good. You should have a table of contents entry for each heading in a nested fashion on your site. I assume your page is one long piece of text with the welcome text first and then the first idea and then the second hipster ipsum. The headings will ask bookdown to split those up into separate web pages for easier reading.

See the bookdown basic usage for more details: https://bookdown.org/yihui/bookdown/usage.html