Stack Overflow Traffic Slumps As Devs Turn to ChatGTP

32 views
Skip to first unread message

Paul S. Wilson

unread,
May 17, 2023, 3:51:43 PM5/17/23
to leo-e...@googlegroups.com
Thought this might be of wide interest.

Microsoft's early and heavy investments in OpenAI ($13B), GitHub ($17B), GitHub CoPilot and VSCode appears to be working, in contrast to Google and Amazon. 

https://www.i-programmer.info/news/105-artificial-intelligence/16308-stack-overflow-traffic-slumps-as-devs-turn-to-chatgtp.html 

Paul


Edward K. Ream

unread,
May 18, 2023, 11:13:40 AM5/18/23
to leo-e...@googlegroups.com
On Wed, May 17, 2023 at 2:51 PM Paul S. Wilson <pauls...@gmail.com> wrote:
Thought this might be of wide interest.

Thanks for this Paul.

I still prefer google for most of my reference needs. I seem to be in a minority.

Edward

Thomas Passin

unread,
May 18, 2023, 2:00:53 PM5/18/23
to leo-editor
Closer to home, maybe:

explain how to create Sphinx documents with the Leo-editor but don't explain what Leo, Sphinx, or ReStructured text are

To create Sphinx documents with the Leo editor, follow these steps:

  1. Install Sphinx: Use a package manager like pip to install Sphinx on your system.

  2. Create a new Leo outline: Open the Leo editor and create a new outline file with a .leo extension.

  3. Configure Sphinx: Add a section at the top of the outline file to specify Sphinx configuration. Begin with @settings and include @language rst to set the language as reStructuredText.

  4. Add document content: Below the configuration section, create nodes or sections to represent the document content. Use Leo's outlining features to structure the content hierarchically.

  5. Use reStructuredText markup: Within each node, write the content using reStructuredText markup. This markup language offers various formatting options for headings, bullet points, code blocks, tables, etc.

  6. Generate Sphinx documentation: Save the Leo outline file.

  7. Generate the Sphinx documentation: Open the command prompt or terminal, navigate to the directory where the Leo outline file is saved, and run sphinx-build -b html sourcedir outputdir. Replace sourcedir with the path to the directory containing the Leo outline file, and outputdir with the path to the directory where the Sphinx documentation should be generated.

  8. View the generated documentation: After the documentation is generated, open the HTML files in a web browser to view the Sphinx documentation. Start with the index.html file or any other entry point file generated by Sphinx.

By following these steps, you can create and organize Sphinx documents using the Leo editor's outlining capabilities, and then generate the final documentation using Sphinx.


Reply all
Reply to author
Forward
0 new messages