jameshughes89 / cs4XX-EvolutionaryComputation

CS 4XX: Evolutionary Computation
http://csci340.com/
GNU General Public License v3.0
6 stars 29 forks source link

Bekker lecture #272

Closed How2CodeGood closed 10 months ago

How2CodeGood commented 10 months ago

What

Adding Lecture to website, put it in the wrong repository but changed that, and now it should work fine

Why

Lecture Tomorrow

Where

In student-lectures folder

Testing

Tested that the website works well in my forked repository

Additional Notes

Please let me know if I need a bibliography of some sort

How2CodeGood commented 10 months ago

What's the input for source directory & output directory for shinx build?

jameshughes89 commented 10 months ago

What's the input for source directory & output directory for shinx build?

Source is site and output is whatever you want, but probably make a dir called build and make it that.

How2CodeGood commented 10 months ago

Now that I have the build dir, what do I do with it? Can I test the website past the preview option I get on the github dir?

jameshughes89 commented 10 months ago

Now that I have the build dir, what do I do with it? Can I test the website past the preview option I get on the github dir?

I am not sure I understand your question.

building the website with sphinx put the built website into the directory you specify (presumably the build directory). Open that directory and open the index.html file and/or open your lecture's html file.

How2CodeGood commented 10 months ago
  1. You need to add your lecture to the index.rst file. Just look at the current index.rst and see how others did it.

    1. Can you confirm that you built the website and checked that it worked correctly?

    2. It feels like it's missing something. Perhaps add more content.

Much of the presentation is going to be spent exploring different evolutionary art models, going to be practicing and timing a lot today, might add another secotion after the variations section.

How2CodeGood commented 10 months ago

Now that I have the build dir, what do I do with it? Can I test the website past the preview option I get on the github dir?

I am not sure I understand your question.

building the website with sphinx put the built website into the directory you specify (presumably the build directory). Open that directory and open the index.html file and/or open your lecture's html file.

I understand now, it ran perfectly, should be fine to upload